Skip to main content

Zero Python, a Python library for educational purpose.

Project description

ZeroPython

Setup

Install

pip install zeropython

Dev

This configuration include everything needed to develop and test and check quality of the project.

Setup

pip install -e .[ALL]
pre-commit install
pre-commit autoupdate

Run quality checks manually

If you want to run pre-commit checks manually, you can run:

pre-commit run --all-files

Tests

Setup

⚠️ You can pass this step if you have installed the dev environment [DEV].

Setup your environment for tests:

pip install -e .[TEST]

Run tests

pytest -v --strict-markers

Share package

Setup

Make sure you have installed build requirements:

python -m pip install --upgrade pip
pip install -r build_requirements.txt

Build package

To release a new version of the package, you can run:

python -m build

Find package in dist/ folder.

Project details


Download files

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

Source Distribution

zeropython-0.1.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

zeropython-0.1.0-py3-none-any.whl (11.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