funstat-api 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {funstat_api-0.1.1 → funstat_api-0.1.2}/PKG-INFO +3 -1
- {funstat_api-0.1.1 → funstat_api-0.1.2}/README.md +2 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/pyproject.toml +1 -1
- {funstat_api-0.1.1 → funstat_api-0.1.2}/.github/workflows/docs.yml +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/LICENSE +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/README_RU.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/api/async.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/api/exceptions.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/api/models.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/api/sync.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/changelog.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/getting-started.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/index.md +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/docs/stylesheets/extra.css +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/funstat_api/__init__.py +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/funstat_api/funstat.py +0 -0
- {funstat_api-0.1.1 → funstat_api-0.1.2}/mkdocs.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: funstat-api
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Sync and async Python client for the Funstat API (Telegram user/group statistics)
|
|
5
5
|
Project-URL: Homepage, https://github.com/chizumeiji/funstat-api
|
|
6
6
|
Project-URL: Documentation, https://chizumeiji.github.io/funstat-api/
|
|
@@ -51,6 +51,8 @@ Python client for the [Funstat](http://funstat.in/?start=0108FC1E9BEF75617466) A
|
|
|
51
51
|
|
|
52
52
|
Supports both **sync** and **async** usage.
|
|
53
53
|
|
|
54
|
+
Documentation: https://chizumeiji.github.io/funstat-api/
|
|
55
|
+
|
|
54
56
|
## Installation
|
|
55
57
|
|
|
56
58
|
```bash
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "funstat-api"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "Sync and async Python client for the Funstat API (Telegram user/group statistics)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|