Metadata-Version: 2.1
Name: phoopy
Version: 1.2.1
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
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
Requires-Dist: phoopy-console (<1.2.0,>=1.1.2)
Requires-Dist: phoopy-http (>=1.0.5)
Requires-Dist: phoopy-kernel (<1.2.0,>=1.1.3)
Requires-Dist: phoopy-yaml (<1.2.0,>=1.1.2)

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


