Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoas/python-leetchi
A client library written in python to work with leetchi api
https://github.com/thoas/python-leetchi
Last synced: about 2 months ago
JSON representation
A client library written in python to work with leetchi api
- Host: GitHub
- URL: https://github.com/thoas/python-leetchi
- Owner: thoas
- Created: 2011-11-09T11:04:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T20:18:07.000Z (7 months ago)
- Last Synced: 2024-10-14T14:43:21.301Z (2 months ago)
- Language: Python
- Homepage: https://python-leetchi.readthedocs.org/
- Size: 109 KB
- Stars: 7
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
==============
python-leetchi
==============python-leetchi is a client library to work with `mangopay `_
api (formely `leetchi `_).Installation
------------python-leetchi requires requests_, pycrypto_ and blinker_ to work.
.. _requests: http://docs.python-requests.org/en/latest/
.. _pycrypto: https://pypi.python.org/pypi/pycrypto
.. _blinker: https://pypi.python.org/pypi/blinkerTo install it, simply ::
pip install python-leetchi
Inspiration
-----------The data model of python-leetchi is highly inspired by `peewee `_.
Documentation
-------------For documentation, usage, and examples, see:
https://python-leetchi.readthedocs.org/In the wild
-----------This library has been developed for the need of `Ulule `_.