Skip to main content

A library to generate files in FEBRABAN formats

Project description

Global

Before deployment, change the project version on setup.py file and set the correct downloadurl_. Then make sure you have the file ~/.pypirc with the content below and the correct credentials instead of the provided placeholders:

[distutils]
index-servers =
    pypi
    pypitest

[pypi]
repository:https://upload.pypi.org/legacy/
username:myusername
password:mypassword

[pypitest]
repository:https://test.pypi.org/legacy/
username:myusername
password:mypassword

Test environment

Run python setup.py sdist upload -r pypitest inside the project directory.

Live environment

Run python setup.py sdist upload -r pypi inside the project directory.

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

febraban-0.2.6.tar.gz (16.0 kB view hashes)

Uploaded Source

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