anilibria-api-client 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl

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.
@@ -1,71 +1,83 @@
1
- Metadata-Version: 2.4
2
- Name: anilibria-api-client
3
- Version: 0.1.7
4
- Summary: Python async API wrapper for AniLibria Swagger
5
- Author-email: semen-bol <syoma.bolotov@bk.ru>
6
- License: MIT
7
- Project-URL: Homepage, https://github.com/semen-bol/Anilibria-Api-Client
8
- Project-URL: Docs, https://anilibria-api-client.readthedocs.io/latest/
9
- Project-URL: Issues, https://github.com/semen-bol/Anilibria-Api-Client/issues
10
- Requires-Python: >=3.13
11
- Description-Content-Type: text/markdown
12
- License-File: LICENSE
13
- Requires-Dist: aiohttp==3.12.15
14
- Requires-Dist: aiofiles==24.1.0
15
- Requires-Dist: pydantic==2.11.7
16
- Requires-Dist: m3u8-To-MP4==0.1.11
17
- Requires-Dist: ffmpeg-python==0.2.0
18
- Provides-Extra: docs
19
- Requires-Dist: sphinx>=7.0.0; extra == "docs"
20
- Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
21
- Requires-Dist: sphinx-autodoc-typehints>=1.0.0; extra == "docs"
22
- Requires-Dist: sphinx_design>=0.6.1; extra == "docs"
23
- Requires-Dist: furo>=2025.7.19; extra == "docs"
24
- Requires-Dist: sphinx-hoverxref>=1.3.0; extra == "docs"
25
- Requires-Dist: readthedocs-sphinx-search>=0.1.2; extra == "docs"
26
- Dynamic: license-file
27
-
28
- # Anilibria-Api-Client
29
-
30
- [![pypi](https://img.shields.io/badge/anilibria_api_client_on_PyPi-blue)](https://pypi.org/project/anilibria-api-client)
31
- ![version](https://img.shields.io/badge/Version-0.1.7-blue)
32
- ![licence](https://img.shields.io/badge/License-MIT-green)
33
- ![python](https://img.shields.io/badge/Python-3.13%2B-blue)
34
-
35
- > [!CAUTION]
36
- > **It is not an official wrapper.** [Official AniLibria's Swagger](https://anilibria.top/api/docs/v1)
37
-
38
- Anilibria-API-Client - this a async client to work with Anilibria API, use a aiohttp. Full writed at python
39
-
40
- ## Installing
41
- Tested at python 3.13
42
- ### pip
43
- ```bash
44
- $ pip install anilibria-api-client
45
- ```
46
- ## Usage
47
- ```python
48
- from anilibria_client import AsyncAnilibriaAPI # Client
49
- from anilibria_client.exceptions import AnilibriaException, AnilibriaValidationException # Errors
50
- from anilibria_client.types import * # Types for some methods
51
- from anilibria_client.models import * # Models for some methods
52
- from anilibria_client.helper import * # Download anime, save torrents files and more
53
-
54
- async def main():
55
- async with AsyncAnilibriaAPI() as api: # async with
56
- await api.teams.users(include="nickname")
57
-
58
- api = AsyncAnilibriaAPI() # like js support
59
- await api.teams.users(include="nickname")
60
- ```
61
-
62
- ## Documentation 📃
63
- [Docs](https://anilibria-api-client.readthedocs.io/latest/)
64
- ## Issues/Contributing
65
- ### Issues
66
- Report for any issues [here](https://github.com/semen-bol/Anilibria-Api-Client/issues)
67
- ### Contributing
68
- We allow contributing! Read the [CODE_OF_CONDUCT.md](https://github.com/semen-bol/Anilibria-Api-Client/blob/main/CODE_OF_CONDUCT.md)
69
-
70
- ## License 📄
71
- Anilibria-Api-Client is [MIT](https://github.com/semen-bol/Anilibria-Api-Client/blob/main/LICENSE) licenced.
1
+ Metadata-Version: 2.4
2
+ Name: anilibria-api-client
3
+ Version: 0.1.8
4
+ Summary: Python async API wrapper for AniLibria Swagger
5
+ Author-email: semen-bol <syoma.bolotov@bk.ru>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/semen-bol/Anilibria-Api-Client
8
+ Project-URL: Docs, https://anilibria-api-client.readthedocs.io/latest/
9
+ Project-URL: Issues, https://github.com/semen-bol/Anilibria-Api-Client/issues
10
+ Requires-Python: >=3.13
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: aiohttp==3.12.15
14
+ Requires-Dist: aiofiles==24.1.0
15
+ Requires-Dist: pydantic==2.11.7
16
+ Requires-Dist: m3u8-To-MP4==0.1.11
17
+ Requires-Dist: ffmpeg-python==0.2.0
18
+ Provides-Extra: docs
19
+ Requires-Dist: sphinx>=7.0.0; extra == "docs"
20
+ Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
21
+ Requires-Dist: sphinx-autodoc-typehints>=1.0.0; extra == "docs"
22
+ Requires-Dist: sphinx_design>=0.6.1; extra == "docs"
23
+ Requires-Dist: furo>=2025.7.19; extra == "docs"
24
+ Requires-Dist: sphinx-hoverxref>=1.3.0; extra == "docs"
25
+ Requires-Dist: readthedocs-sphinx-search>=0.1.2; extra == "docs"
26
+ Dynamic: license-file
27
+
28
+ # Anilibria-Api-Client
29
+
30
+ [![pypi](https://img.shields.io/badge/anilibria_api_client_on_PyPi-blue)](https://pypi.org/project/anilibria-api-client)
31
+ ![version](https://img.shields.io/badge/Version-0.1.8-blue)
32
+ ![licence](https://img.shields.io/badge/License-MIT-green)
33
+ ![python](https://img.shields.io/badge/Python-3.13%2B-blue)
34
+
35
+ > [!CAUTION]
36
+ > **It is not an official wrapper.** [Official AniLibria's Swagger](https://anilibria.top/api/docs/v1)
37
+
38
+ Anilibria-API-Client - this a async client to work with Anilibria API, use a aiohttp. Full writed at python
39
+
40
+ ## Installing
41
+
42
+ Tested at python 3.13
43
+
44
+ ### pip
45
+
46
+ ```bash
47
+ $ pip install anilibria-api-client
48
+ ```
49
+
50
+ ## Usage
51
+
52
+ ```python
53
+ from anilibria_client import AsyncAnilibriaAPI # Client
54
+ from anilibria_client.exceptions import AnilibriaException, AnilibriaValidationException # Errors
55
+ from anilibria_client.types import * # Types for some methods
56
+ from anilibria_client.models import * # Models for some methods
57
+ from anilibria_client.helper import * # Download anime, save torrents files and more
58
+
59
+ async def main():
60
+ async with AsyncAnilibriaAPI() as api:
61
+ await api.teams.users(include="nickname")
62
+
63
+ api = AsyncAnilibriaAPI() # like js support
64
+ await api.teams.users(include="nickname")
65
+ ```
66
+
67
+ ## Documentation 📃
68
+
69
+ [Docs](https://anilibria-api-client.readthedocs.io/latest/)
70
+
71
+ ## Issues/Contributing
72
+
73
+ ### Issues
74
+
75
+ Report for any issues [here](https://github.com/semen-bol/Anilibria-Api-Client/issues)
76
+
77
+ ### Contributing
78
+
79
+ We allow contributing! Read the [CODE_OF_CONDUCT.md](https://github.com/semen-bol/Anilibria-Api-Client/blob/main/CODE_OF_CONDUCT.md)
80
+
81
+ ## License 📄
82
+
83
+ Anilibria-Api-Client is [MIT](https://github.com/semen-bol/Anilibria-Api-Client/blob/main/LICENSE) licenced.
@@ -0,0 +1,21 @@
1
+ anilibria_api_client/__init__.py,sha256=k24Pl1AJBpdP3pAviIb4TZCxitCvbzX5U4o_Ai6lyUM,464
2
+ anilibria_api_client/api_client.py,sha256=8z2d0SsB_2E7YPPNbexTTfgvAtQwZZghRRVIafJFgi0,1999
3
+ anilibria_api_client/exceptions.py,sha256=gW0rNhPYdvMrZJyVlEcjDEwrIWICnm1AN_YAGq1rR4c,254
4
+ anilibria_api_client/helper.py,sha256=6GGjKRJ8WA2rxncw7bHM3IKbokiflk6o06vgm9Pt7jE,3511
5
+ anilibria_api_client/models.py,sha256=P4S51akIcjrfyJMMwCtvH8-NN4L19Rd9kAtNhd9Szo4,1689
6
+ anilibria_api_client/types.py,sha256=cDHzx0AcQ8ymbMaixoJBE02j7fs1jjAT0KtNTWIStfo,1344
7
+ anilibria_api_client/base_api/api_class.py,sha256=GkxMj8jN0CZSd_Mp66dhvEVBe4n_Zjj9FyFUf_MqpxQ,11203
8
+ anilibria_api_client/methods/__init__.py,sha256=hO74626iUa-3cBt1hRkS2CzLtGkJvGepGKrAHz1r8lM,183
9
+ anilibria_api_client/methods/_helper.py,sha256=1qk0cHJCy-O4VFPuEfngIikG3pjSy_6zZuGt5MM1_Bk,9778
10
+ anilibria_api_client/methods/_libria.py,sha256=MU9AbaYKUtLSvppUgOUIgYm6e3uQ69fPouBDgun9B3M,197
11
+ anilibria_api_client/methods/accounts.py,sha256=hg3MBKnofHM-SDe96nYsPR48c-H2xHTbzCVHzMQbUdw,13231
12
+ anilibria_api_client/methods/ads.py,sha256=Fyyk07-nvwwVl6wEU4Iu2pCGZVbr0_3w6KH6bKLrSJY,695
13
+ anilibria_api_client/methods/anime.py,sha256=WxvxvJR2FPRwww8Ot6WFL3Q5W1QafkmEP4ieaEgLGmg,22754
14
+ anilibria_api_client/methods/app.py,sha256=-lRTEHV7Ui86pU8cQH7b_BpfjNIVW46_skkO9uLBaW8,1030
15
+ anilibria_api_client/methods/media.py,sha256=5Rb4G0RU__Sggg0XWcsxRL4xotnzrp6n2jlZM9ZXcLo,1387
16
+ anilibria_api_client/methods/teams.py,sha256=L862iDppCauMyxUyADDGKEGo9Nyw0gv32JoeIl66-s0,1732
17
+ anilibria_api_client-0.1.8.dist-info/licenses/LICENSE,sha256=77iduklOR0NUQdtlXQzN_zOTz_4xHMhPgNQcOcl9174,1070
18
+ anilibria_api_client-0.1.8.dist-info/METADATA,sha256=GIBtPdgzbv8CE_9u7t4JDB3J1QYpzEMdDaSQQPNbsNQ,2817
19
+ anilibria_api_client-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ anilibria_api_client-0.1.8.dist-info/top_level.txt,sha256=0KrvVOhSbGINTxZwsEcOZQ1hWnjRTpVp6LjDv99rhYM,21
21
+ anilibria_api_client-0.1.8.dist-info/RECORD,,
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Semen Bolotov
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Semen Bolotov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,21 +0,0 @@
1
- anilibria_api_client/__init__.py,sha256=QK96j3GMPQTEDfWSeahdWFPGTZN6gPP4PkwlnutxbzI,492
2
- anilibria_api_client/api_client.py,sha256=aVZuqNrtddLrH3QhrsU1tlkWG-ol-NZjDHzdekoX-f0,2057
3
- anilibria_api_client/exceptions.py,sha256=rdvauYgc2gfBu7xqe4bwA6TEkE8G3DRppIUUZ1ZAcYA,260
4
- anilibria_api_client/helper.py,sha256=Ur5RdlDC1d61_YFC_pUWcFJyyLCIi1p2w8Y4VglAdmw,3611
5
- anilibria_api_client/models.py,sha256=01hAZ5UAnBbKAeBnOywu2XfLO2YnpLle-uOOwRlWnuo,1752
6
- anilibria_api_client/types.py,sha256=1O3tucimHpS2Xo5vNeKrTrdQMlh8JEwQ0ap3ffa0nck,1399
7
- anilibria_api_client/base_api/api_class.py,sha256=g3tcpeZyappRG99L-0uWvcFO74Eqo5ubwvbhI9UGxQw,11486
8
- anilibria_api_client/methods/__init__.py,sha256=zZ2EpsQUYnke7AedgMe6vKYaWk9BSocO0M423UPqsyI,188
9
- anilibria_api_client/methods/_helper.py,sha256=3kU6Omg4auHmuEUxY6KuSF-BOnbmLJyMjEiElUBJu5Y,10003
10
- anilibria_api_client/methods/_libria.py,sha256=R0l59PRMkfvAMF_aET-9rvjcTLdwueDdxusiTUxSqX0,206
11
- anilibria_api_client/methods/accounts.py,sha256=TdwVC0lHpWtAx3OtEnTxn_pL3CdS4jyXGFROPD_BYKI,13579
12
- anilibria_api_client/methods/ads.py,sha256=6h8vFwLre6_5k26GTcS6eiUL-jx0uRqrb1zm9m2Pnz0,717
13
- anilibria_api_client/methods/anime.py,sha256=Cw-dvBypJ9YV3QOTXWeBsAe1_R4Z1uQdxb79xCyq7-M,23423
14
- anilibria_api_client/methods/app.py,sha256=yw7L4Z0XTxIBSWJK_kZSRSK0a_ojNQdbGmzu_m4AIt4,1063
15
- anilibria_api_client/methods/media.py,sha256=9I20jNpDTrUDTY6kHf_SNuewZ7p9ptMhbZ0_9IDD8A0,1431
16
- anilibria_api_client/methods/teams.py,sha256=dQJiB7LdwyrDZ88zh0bA2IplK2--g7eQszKDHOPth6c,1792
17
- anilibria_api_client-0.1.7.dist-info/licenses/LICENSE,sha256=gr_OTPhIQY61xF6N31e1tkelwhltQiSRA4t9HcdU11g,1091
18
- anilibria_api_client-0.1.7.dist-info/METADATA,sha256=6RESp5pxTtjqe3TUo6VfYEMyCzi58vZ6P7devId6BqI,2889
19
- anilibria_api_client-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- anilibria_api_client-0.1.7.dist-info/top_level.txt,sha256=0KrvVOhSbGINTxZwsEcOZQ1hWnjRTpVp6LjDv99rhYM,21
21
- anilibria_api_client-0.1.7.dist-info/RECORD,,