Metadata-Version: 1.1
Name: garpixcms
Version: 1.0.2
Summary: UNKNOWN
Home-page: https://github.com/garpixcms/garpixcms
Author: Garpix LTD
Author-email: info@garpix.com
License: MIT
Description: 
        GarpixCMS
        =========
        
        Start new project with GarpixCMS
        --------------------------------
        
        .. code-block:: bash
        
           pip install cookiecutter
        
           cookiecutter https://github.com/garpixcms/garpixcms-empty-template
        
           # Enter name for your website...
        
           cd website
        
           # See README.md of project
        
           cat README.md
        
        Changelog
        =========
        
        See `CHANGELOG.md <CHANGELOG.md>`_.
        
        Contributing
        ============
        
        See `CONTRIBUTING.md <CONTRIBUTING.md>`_.
        
        License
        =======
        
        `MIT <LICENSE>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3.8
