Metadata-Version: 2.1
Name: license-authorize-win
Version: 1.0.10
Summary: A tools for license authorize in windows
Home-page: https://github.com/gisfanmachel/licenseAuthorize
Author: gisfanmachel
Author-email: gisfanmachel@gmail.com
License: UNKNOWN
Description: ## this program is for lincense authorize
        
        ### it use cpuid and servertime and clienttime to verify the request with the premaked lic file
        
        ####  clienttime get method,for example use javascript:
            # current time
            # var d = new Date()
            # ct=d.getTime()
            
            # set time
            # var d = new Date("2023-5-12")
            # ct=d.getTime()
        ### the lic file is made by anthor tools
        
        ### if you are intertested , you can contact with me 
        
        ### my email : gisfanmachel@gmail.com
Keywords: license,authorize,setuptools,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
