Metadata-Version: 2.1
Name: pybloxlink
Version: 0.3.0
Summary: An API wrapper for the Bloxlink API.
Home-page: https://github.com/acatiadroid/pybloxlink
Author: acatiadroid
Author-email: <acatia@mail.com>
License: The MIT License (MIT)
Project-URL: Issues, https://github.com/acatiadroid/pybloxlink/issues
Keywords: python,bloxlink,api wrapper
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt

<div align="center">
    <h1>PyBloxlink</h1>
    <h3>An async API wrapper for the <a href="https://blox.link">blox.link</a> API.</h3>
    <img src="https://img.shields.io/pypi/v/pybloxlink.svg">
</div>

## About
PyBloxlink is an async API wrapper for the [Bloxlink](https://blox.link) API.

Notable features:
* Async ready.
* Up to date.
* Provides full API coverage.
* User-friendly errors for handling status codes of failed HTTP requests.

## Installation
To install a full release of the library, run the command below:

```
pip install -U pybloxlink
```

## Examples
Some examples can be found on the documentation, here: https://acatiadroid.github.io/pybloxlink/examples.html

## Help
If you need help, you can either make an [issue](https://github.com/acatiadroid/pybloxlink/issues/new) or join the Bloxlink server: https://discord.gg/bloxlink

## License
This is licensed under MIT. Read the license [here](https://github.com/acatiadroid/pybloxlink/blob/main/LICENSE.txt).

## Contributing
Contributions are welcome! Check out the [contributing guidelines](https://github.com/acatiadroid/pybloxlink/blob/main/.github/CONTRIBUTING.md) beforehand.
