Skip to content

Releases: 201st-Luka/PyClasher

Release v1.0.1

02 Oct 20:08
d195dec
Compare
Choose a tag to compare

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

02 Oct 10:18
5a5c0d0
Compare
Choose a tag to compare

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

28 Jul 10:13
84ad507
Compare
Choose a tag to compare
Pre-release

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

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

22 Jul 12:09
Compare
Choose a tag to compare
Pre-release

Third pre-release

Changes/Fixes

  • added every Python stub file to the package
  • updated the default value of PyClasherClient-init argument requests_per_second from None to 5

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

19 Jul 12:40
Compare
Choose a tag to compare
Pre-release

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

19 Jul 08:14
8b9bad6
Compare
Choose a tag to compare
Pre-release

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.