Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.27 KB

README.md

File metadata and controls

68 lines (42 loc) · 2.27 KB

dunning-cash-flow

Dunning cash flow is wrapper for Twikey REST APIs : Automatic payments for recurring customers.

Dunning cash flow is part of another project aiming at providing Dunning services.

Dunning services is subscription Analytics and Insights: One click and you get hundreds of valuable metrics and business insights for Twikey.

usage

  • install the package from the pypi.org :

    • install : pip install dunning-cash-flow
    • upgrade : pip install dunning-cash-flow --upgrade
  • install the package from the test.pypi.org :

    • install : pip install -i https://test.pypi.org/simple/ dunning-cash-flow
    • upgrade : pip install -i https://test.pypi.org/simple/ dunning-cash-flow --upgrade

dependencies

Build the package

test the library

  • set the environment variable with yout Twikey Token set TwikeyApiToken=<40 chars>

  • cd dunning_cash_flow

  • pipenv install

  • pipenv run python dunning_cash_flow_unittest.py

  • locate the package

    • python -c "import dunning_cash_flow as _; print(_.__path__)"
  • list functions inside the module

    • the package python -c "import dunning_cash_flow as _; print(dir(_))"

Documentation

License

Copyright (c) ALT-F1 SPRL, Abdelkrim Boujraf. All rights reserved.

Licensed under the EUPL License, Version 1.2.

See LICENSE in the project root for license information.