Metadata-Version: 2.1
Name: commonz
Version: 1.0.0
Summary: Python modules for selecting,grouping,simplifying the common tasks
Home-page: https://github.com/N-z0/CommonZ
Author: ('N-z0',)
Author-email: syslog@laposte.net
Maintainer: ('N-z0',)
Maintainer-email: syslog@laposte.net
License: Public Domain
Download-URL: https://github.com/N-z0/CommonZ/releases
Description: There is already many python modules,  
        
        But i think some are wrong, and should not be used,  
        
        or they have a lot of confusing options.  
        
        Thats the reason for me to write modules wrapping what i need.  
        
        Then instead of looking again and again what should i use and how to use it correctly, i just go into my own modules.  
        
        Also making these modules independent of projects allows to share the upgrades and bug fix more easily.
        
        
        
        
        
        ## 📝 Note
        
         - The modules are written for Python3 and no effort are made for compatibility with Python2.
        
         - The modules are only tested on Linux O.S.  hoping to be able to work on other platforms. 
        
        
        
        
        
        ## 📜 History
        
         - Origin:
        
        	Initiate by [N-z0](mailto:syslog@laposte.net) in 2017
        
        
        
        
        
        ## ❤️ Special thanks
        
        I am very grateful for all those modules that i use in my own modules,  
        
        of course i respect their license, and would like to push these people on top,  
        
        Because without them im not much.  
        
        
        
Keywords: general,common,development,library
Platform: GNU/Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: Public Domain
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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, <4
Description-Content-Type: text/markdown
