Metadata-Version: 1.1
Name: phoopy
Version: 1.3.0
Summary: Full stack framework for python based on bundles
Home-page: https://github.com/phoopy/phoopy
Author: Phoopy
Author-email: reisraff@gmail.com
License: MIT
Description: Phoopy
        ========
        
        |Build Status| |Version| |Pyversions|
        
        Full stack framework for python based on bundles
        
        .. image:: https://raw.githubusercontent.com/phoopy/phoopy-installer/master/screenshot.png
          :width: 900
          :alt: Screenshot
        
        `Full Documentation <https://github.com/phoopy/phoopy-skeleton/blob/master/DOCUMENTATION.md>`_
        
        Install:
        ''''''''
        
        .. code:: bash
        
           curl https://raw.githubusercontent.com/phoopy/phoopy-installer/master/phoopy-installer -o phoopy-installer
           chmod +x phoopy-installer
           ./phoopy-installer my-project
           cd my-project
           pip install -r requeriments.txt
        
        
        Run:
        ''''
        
        .. code:: bash
        
           bin/console
        
        
        Run Tests:
        ''''''''''''
        
        .. code:: bash
        
           pip install -r requeriments-dev.txt
           phulpy test
        
        
        .. |Build Status| image:: https://travis-ci.org/phoopy/phoopy.svg
           :target: https://travis-ci.org/phoopy/phoopy
        
        .. |Version| image:: https://badge.fury.io/py/phoopy.svg
           :target: https://pypi.python.org/pypi/phoopy
        
        .. |Pyversions| image:: https://img.shields.io/pypi/pyversions/phoopy.svg
           :target: https://pypi.python.org/pypi/phoopy
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
