Skip to content

Library to generate shipping file to banks using Febraban CNAB standard

License

Notifications You must be signed in to change notification settings

starkbank/febraban-python

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2025
Jul 7, 2021
Sep 4, 2018
May 28, 2018
May 28, 2018
Jun 19, 2019
Jun 19, 2019
May 7, 2020
Jun 19, 2019
Aug 27, 2020
Aug 27, 2020
Jun 14, 2019
May 7, 2020
May 7, 2020
Feb 6, 2025

Repository files navigation

Deployment instructions
-----------------------

Global
~~~~~~

Before deployment, change the project *version* on ``setup.py`` file and
set the correct *download*\ url\_. 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.