Releases: 201st-Luka/PyClasher
Release v1.0.1
Release v1.0.1
First patch: Fixed some parts of the project structure and removed the tests
package in the release and distribution files on PyPi.
Features
- Full cover of the whole ClashOfClans API
- Parallel requesting
- Asynchronous requests
- Stable and safe-to-use
Installation
The package is accessible on pypi.org so you can install it via this command:
pip install pyclasher
Documentation
The documentation is accessible on the GitHub pages but is not fully complete yet. If there are any questions, bugs, ... feel free to join the Discord server and ask your questions.
Feel free to contribute to this package/project or to use it in your projects.
Please report errors and bugs on Discord or as a GitHub issue.
Release v1.0.0
Release v1.0.0
Finally the first proper release is here!
Features
- Full cover of the whole ClashOfClans API
- Parallel requesting
- Asynchronous requests
- Stable and safe-to-use
Installation
The package is accessible on pypi.org so you can install it via this command:
pip install pyclasher
Documentation
The documentation is accessible on the GitHub pages but is not fully complete yet. If there are any questions, bugs, ... feel free to join the Discord server and ask your questions.
Feel free to contribute to this package/project or to use it in your projects.
Please report errors and bugs on Discord or as a GitHub issue.
Pre-release 1.0.0-alpha1
Pre-release v1.0.0-alpha1
A real PyPi release is coming soon...!
Changes
- changed the behavior of bulk requests
- corrected type hints
What's Changed
- Correcting errors by @201st-Luka in #18
- Correcting errors by @201st-Luka in #19
- changed version by @201st-Luka in #21
- changed version by @201st-Luka in #22
- Correcting errors by @201st-Luka in #23
Full Changelog: v0.0.1-alpha3...v1.0.0-apla1
Installation
As always you can install the package from GItHub using
pip install git+https://github.com/201st-Luka/PyClasher.git@v1.0.0-alpha1
Pre-release 0.0.1-alpha3
Third pre-release
Changes/Fixes
- added every Python stub file to the package
- updated the default value of
PyClasherClient
-init argumentrequests_per_second
fromNone
to5
Installation
You can install the package using
pip install git+https://github.com/201st-Luka/PyClasher.git@v0.0.1-alpha3
Note that the package may still contain errors, bug, ... and I would appreciate any comments, notes, reports, ... on my Discord server or on GitHub.
Pre-release 0.0.1-alpha2
Second alpha release
Changes
- changed version to 0.0.1-alpha2
- added Python stub files to the package so the type hinting is available now
Pre-release 0.0.1-alpha
First pre-release
This is the first pre-release for the PyClasher package.
Errors, bugs, ... might occur, please report them on the Discord server, on GitHub issues or in the release conversation.
Features
- asynchronous and parallel requesting of ClashOfClans data
- easy access to all data fields
- possibility to use multiple API tokens
- type hinted
Installation
Because this is a pre-release, it is not published on pypi.org. So you have to install it via pip from GitHub. This can be done using the command:
pip install git+https://github.com/201st-Luka/PyClasher.git@v0.0.1-alpha
This should install every asset of the PyClasher package.
Documentation
The Documentation is the next step. It is coming soon.