Metadata-Version: 2.1
Name: pynata
Version: 0.4.1
Summary: Python utility library
Home-page: https://gitlab.com/meister245/pynata
Author: Zsolt Mester
Author-email: contact@zsoltmester.com
Maintainer: Project Service Desk
Maintainer-email: incoming+meister245/pynata@incoming.gitlab.com
License: MPL2.0
Project-URL: Changelog, https://gitlab.com/meister245/pynata/wikis/Changelog
Project-URL: Issue tracker, https://gitlab.com/meister245/pynata/issues
Description: pynata
        ------
        
        Pynata is a collection of Python utilities, making development faster
        by providing solutions to common, reoccurring tasks in development
        
        All 3rd party dependencies are optional and have to be
        installed separately where required.
        
        ### Installation & Usage
        
        Python 3.5.2 or greater required
        
        Install latest stable build
        ```
        pip install -U pynata
        ```
        
        Install latest development build from Gitlab
        ```
        pip install git+https://gitlab.com/meister245/pynata.git@development
        ```
        
        ### Wiki
        
        * Changelog: https://gitlab.com/meister245/pynata/wikis/Changelog
        
        ### Bug report
        
        Found an issue with the library? Use one of the methods below for reporting
        
        * Issue tracking: https://gitlab.com/meister245/pynata/issues
        * Email: [incoming+meister245/pynata@incoming.gitlab.com](mailto:incoming+meister245/pynata@incoming.gitlab.com)
        
Keywords: pynata utility logging
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5.2
Description-Content-Type: text/markdown
