Skip to content
/ phoopy Public

A full stack framework for python based in bundles

License

Notifications You must be signed in to change notification settings

phoopy/phoopy

Repository files navigation

Phoopy

Build Status Version Pyversions

Full stack framework for python based on bundles

Screenshot

Full Documentation

Install:

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:

bin/console

Run Tests:

pip install -r requeriments-dev.txt
phulpy test