Metadata-Version: 1.1
Name: py_clean
Version: 0.2.1
Summary: python clean architecture toolkit
Home-page: https://github.com/bahnlink/pyclean
Author: bahnlink
Author-email: admin@bahnlink.com
License: UNKNOWN
Description: =================================
        Python Clean Architecture Toolkit
        =================================
        
        
        .. image:: https://img.shields.io/pypi/v/python_clean_architecture_toolkit.svg
                :target: https://pypi.python.org/pypi/python_clean_architecture_toolkit
        
        .. image:: https://img.shields.io/travis/bahnlink/python_clean_architecture_toolkit.svg
                :target: https://travis-ci.org/bahnlink/python_clean_architecture_toolkit
        
        .. image:: https://readthedocs.org/projects/python-clean-architecture-toolkit/badge/?version=latest
                :target: https://python-clean-architecture-toolkit.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        This ptoolkit contains classes that may be helpful for implementing clean principles to your project. It may eliminate the boilerplate code and always will be open for options.
        
        
        
        =======
        History
        =======
        
        0.1.0 (2018-06-07)
        ------------------
        
        * First release on PyPI.
        
Keywords: clean architecture toolkit
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
