Metadata-Version: 1.1
Name: classical
Version: 1.0.0
Summary: Class Tools for Python
Home-page: https://github.com/altvod/classical
Author: Grigory Statsenko
Author-email: UNKNOWN
License: MIT
Description: # classical
        Convenience tools for working with Python classes.
        
        Documentation at http://classical.readthedocs.io/en/latest/
        
        ## Testing
        
        ```bash
        make test
        ```
        
        You may need to install `[develop]` extras to run tests
        
        ## Generating docs
        
        ```bash
        make docs
        ```
        
        You may need to install `[develop]` extras to generate docs
        
Keywords: class utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
