v0.1.0
fluxpoint.py
Async python wrapper for the fluxpoint api (https://fluxpoint.dev/api) . This is the very first release of fluxpoint.py
It fully supports async/await with proper ratelimits and error handling. It is fuly memory optimised with different classes to help to use to the api wrapper.
Also the api wrapper documentation is available at https://fluxpointpy.readthedocs.io/
What's added via the pr's
- Remove unused imports by @deepsource-autofix in #2
- Refactor
if
expression by @deepsource-autofix in #4 - Remove unnecessary f-string by @deepsource-autofix in #5
- Fix dangerous default argument by @deepsource-autofix in #6
- Remove commented out code by @deepsource-autofix in #7
- Merge collapsible
if
statements by @deepsource-autofix in #16 - Remove unnecessary
pass
by @deepsource-autofix in #21 - Remove blank lines after docstring by @deepsource-autofix in #23
- Fix dangerous default argument by @deepsource-autofix in #27
New Contributors
- @deepsource-autofix made their first contribution in #2
Full Changelog: https://github.com/Dhruvacube/fluxpoint.py/commits/v0.1.0