Skip to main content

Petisco is a framework for helping Python developers to build clean Applications

Project description

petisco

Petisco is a framework for helping Python developers to build clean Applications

Installation

pip install petisco

If you are using the flask framework you can use additional extras with:

pip install petisco[flask]

Getting Started

petisco provides us some sort of interfaces and decorators to help on the development of clean architecture Applications.

Developers

Install requirements
pip install -r requirements/dev.txt
Test
pip install -e . && pytest

or if you are using flask extensions

pip install -e .[flask] && pytest
Upload to PyPi
python setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

petisco-0.0.12.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

petisco-0.0.12-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page