Metadata-Version: 1.0
Name: febraban
Version: 0.4.2
Summary: A library to generate files in FEBRABAN formats
Home-page: https://github.com/starkbank/febraban.git
Author: Stark Bank
Author-email: developers@starkbank.com
License: MIT License
Description: 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.
        
Keywords: febraban,cnab,cnab 240,cnab240,febraban240,transfer,billing,bank
Platform: UNKNOWN
