Skip to main content

No project description provided

Project description

Garpix Pack

Create and upload packages to pypi.org.

Quickstart

Install with pip:

pip install garpix_qa

Add the garpix_package to your INSTALLED_APPS:

# settings.py

INSTALLED_APPS = [
    # ...
    'garpix_package',
]

Create new package in your project.

python manage.py startpackage <app_name>

Upload package to pypi.org.

python manage.py pack <app_name>

Example

python manage.py startpackage my_app
python manage.py pack my_app

Changelog

See CHANGELOG.md.

Contributing

See CONTRIBUTING.md.

License

MIT


Developed by Garpix / https://garpix.com

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

garpix_package-2.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

garpix_package-2.0.1-py3-none-any.whl (6.8 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