PyPaxful
Python Paxful API wrapper.
Description
Just a Paxful exchange API implementation in python.
Final objective is to have just one python package that works with differents Paxful APIs (REST and OAuth authentications, Sing-in functions, ...).
Authors
- Bryan Mark (me)
Roadmap
- Add docstrings to some functions or methods.
- Add OAuth class.
- Some new REST end points are not implemented.
Changelog
v0.03
- Added constants file with OAuth scopes.
- Corrected some imports errors.
- Added new fields to User class.
v0.02
- Added "requirements.txt" file
- Added some entries to .gitignore file
- Modified setup.py with version v0.02
- Added Paxful class to init.py
- Some minor code reformat.
- Modified init.py files adding all clases.
- Changed imports to made it relative.
v0.01
- First commit with most API REST end points working.