piestore 0.0.2

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

piestore 0.0.2

piestore is A Python API for RESTful Store Services.

Objectives


Installing
Install and update using pip:
pip install -U piestore


A Simple Example
from piestore import App

app = App()

def _say(interjection='I like', noun='Pies'):
return app.say(interjection, noun)


Links

Website:
Documentation:
License: https://www.gnu.org/licenses/agpl.html
Releases: https://pypi.org/project/piestore/
Code: _To be released soon…_
Issue tracker:
Test status:
Test coverage:

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.