Metadata-Version: 2.1
Name: bitpost
Version: 1.1.3
Summary: Wrapper for the bitpost API
Home-page: https://github.com/bitpostAPI/interface-pypi.org
Author: Pedro FR
Author-email: pedro@bitpost.co
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: bit (>=0.7.2)
Requires-Dist: requests

# Purpose
This package wraps the bitpost API so that it's easier to experiment and play with.

# Install
`pip install bitpost`

# Disclaimer
The code is distributed mostly for demo purposes, don't use it on production without proper review. Beware: HTTP requests are done synchronously!

# More info
* [API documentation](https://docs.bitpost.co)
* [OpenAPI reference](https://apidocs.bitpost.co)
* [Code examples](https://github.com/bitpostAPI/examples)


