Skip to content

Releases: Creatrix-Net/fluxpoint.py

v0.1.1

15 Jun 04:14
96290bc
Compare
Choose a tag to compare

What's Changed

Fixed readme and docs with faster http request by remove some redundant conversions.

Full Changelog: v0.1.0...v0.1.1

That's it ¯\_(ツ)_/¯

v0.1.0

31 May 04:09
Compare
Choose a tag to compare

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