A cross-platform Python library for network-based software licensing with offline validation, used for managing floating licenses in enterprise environments. Current version is 0.7.2, with monthly releases.
pip install stonefish-license-managerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize LicenseManager with server and port, then validate a license.
Explicitly set port to 5091 if using legacy server: LicenseManager(port=5091).
Replace lm.check_license() with lm.validate().
Set the license file path explicitly: LicenseManager(license_path='/etc/license.lic').
No resource links recorded.