Skip to main content

Snackabra Python Library (Utilities)

Project description

snackabra-pylib

Requires Python >= 3.8

Python utility libraries for snackabra

If you're simply using it, you should just need:

pip install snackabra

The rest of this README is for package maintainers.

Package development

You'll need:

$ python3 -m pip install --upgrade pip
$ python3.8 -m venv venv
$ source venv/bint/activate
$ pip install build
$ pip install twine
$ python -m build
$ python -m twine upload --repository testpypi dist/*

Results will be in 'dist'.

To test deploy to testpypi (you'll need an account and a token, and use "token" as user).

python -m twine upload --repository testpypi dist/*

References

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

snackabra-0.3.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

snackabra-0.3.3-py3-none-any.whl (3.5 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