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

Phulpy
======

|Build Status| |Version| |Pyversions|

Full stack framework for python based on bundles

Install
~~~~~~~

.. code:: bash

    curl https://raw.githubusercontent.com/phoopy/phoopy-installer/master/phoopy-installer -o phoopy-installer
    chmod +x phoopy-installer
    ./phoopy-installer 1.1.0 my-project


.. |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


