Skip to content

laterpay/laterpay-client-python

Repository files navigation

laterpay-client-python

image

image

image

LaterPay Python client.

If you're using Django then you probably want to look at django-laterpay

Installation

$ pip install laterpay-client

Usage

See https://docs.laterpay.net/

Development

See https://github.com/laterpay/laterpay-client-python

Tested by CircleCI

Release Checklist

  • Install twine with $ pipsi install twine
  • Determine next version number from the CHANGELOG.md (ensuring we follow SemVer)
  • git flow release start $newver
  • Ensure CHANGELOG.md is representative
  • Update the CHANGELOG.md with the new version
  • Update the version in setup.py
  • Update trove classifiers in setup.py
  • git flow release finish $newver
  • git push --tags origin develop master
  • python setup.py sdist bdist_wheel
  • twine upload dist/laterpay*$newver* or optionally, for signed releases twine upload -s ...
  • Bump version in setup.py to next likely version as Alpha 1 (e.g. 5.1.0a1)
  • Alter trove classifiers in setup.py
  • Add likely new version to CHANGELOG.md