TornAPIWrapper 2.1.1__tar.gz → 2.2.0__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.
- {tornapiwrapper-2.1.1/src/TornAPIWrapper.egg-info → tornapiwrapper-2.2.0}/PKG-INFO +2 -2
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/README.md +1 -1
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/__init__.py +2 -2
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/torn.py +12 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/user.py +11 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/torn.py +12 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/user.py +11 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/params/map.py +1 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0/src/TornAPIWrapper.egg-info}/PKG-INFO +2 -2
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/LICENSE +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/pyproject.toml +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/setup.cfg +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/__main__.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/client.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/client_async.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/__init__.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/faction.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/forum.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/key.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/market.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/property.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints/racing.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/__init__.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/faction.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/forum.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/key.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/market.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/property.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/racing.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/errors.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/params/__init__.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/params/builders.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/type_hints.py +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper.egg-info/SOURCES.txt +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper.egg-info/dependency_links.txt +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper.egg-info/requires.txt +0 -0
- {tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TornAPIWrapper
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: A Python wrapper for the Torn City API, providing access to Torn City data.
|
|
5
5
|
Author: cxdzc
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -53,7 +53,7 @@ Dynamic: license-file
|
|
|
53
53
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pypi/v/tornapiwrapper?cacheSeconds=300></a>
|
|
54
54
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pypi/pyversions/tornapiwrapper?cacheSeconds=300></a>
|
|
55
55
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pepy/dt/tornapiwrapper?color=blue&cacheSeconds=300></a>
|
|
56
|
-
<a href="https://www.torn.com/api.html#:~:text=Patch%20Notes"><img src=https://img.shields.io/badge/patch-
|
|
56
|
+
<a href="https://www.torn.com/api.html#:~:text=Patch%20Notes"><img src=https://img.shields.io/badge/patch-23.02.2026-c4c4c4?cacheSeconds=300></a>
|
|
57
57
|
<a rel="license" href="https://github.com/cxdzc/TornAPIWrapper/blob/main/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-ab1436"/></a>
|
|
58
58
|
</div>
|
|
59
59
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pypi/v/tornapiwrapper?cacheSeconds=300></a>
|
|
7
7
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pypi/pyversions/tornapiwrapper?cacheSeconds=300></a>
|
|
8
8
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pepy/dt/tornapiwrapper?color=blue&cacheSeconds=300></a>
|
|
9
|
-
<a href="https://www.torn.com/api.html#:~:text=Patch%20Notes"><img src=https://img.shields.io/badge/patch-
|
|
9
|
+
<a href="https://www.torn.com/api.html#:~:text=Patch%20Notes"><img src=https://img.shields.io/badge/patch-23.02.2026-c4c4c4?cacheSeconds=300></a>
|
|
10
10
|
<a rel="license" href="https://github.com/cxdzc/TornAPIWrapper/blob/main/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-ab1436"/></a>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
@@ -26,8 +26,8 @@ __author__ = "cxdzc"
|
|
|
26
26
|
__copyright__ = "Copyright 2023-Present cxdzc"
|
|
27
27
|
__license__ = "MIT"
|
|
28
28
|
__title__ = "TornAPIWrapper"
|
|
29
|
-
__version__ = "2.
|
|
30
|
-
__patch__ = "
|
|
29
|
+
__version__ = "2.2.0"
|
|
30
|
+
__patch__ = "23.02.2026"
|
|
31
31
|
|
|
32
32
|
from .errors import (
|
|
33
33
|
WrapperError,
|
|
@@ -301,6 +301,18 @@ class Torn:
|
|
|
301
301
|
"""
|
|
302
302
|
return self.api.request("/torn/properties", build_params(self.get_properties, locals()))
|
|
303
303
|
|
|
304
|
+
def get_stocks(self, stock_id: int = None, timestamp: int = None, comment: str = None) -> dict:
|
|
305
|
+
"""
|
|
306
|
+
Get all stocks or specific stock with chart history.
|
|
307
|
+
API key (Public).
|
|
308
|
+
:param stock_id: Stock id.
|
|
309
|
+
:param timestamp: Timestamp to bypass cache.
|
|
310
|
+
:param comment: Comment for your tool/service/bot/website to be visible in the logs.
|
|
311
|
+
:return: API response data.
|
|
312
|
+
:rtype: dict
|
|
313
|
+
"""
|
|
314
|
+
return self.api.request("/torn/stocks", build_params(self.get_stocks, locals()))
|
|
315
|
+
|
|
304
316
|
def get_subcrimes(self, crime_id: int, timestamp: int = None, comment: str = None) -> dict:
|
|
305
317
|
"""
|
|
306
318
|
Get Subcrimes information.
|
|
@@ -724,6 +724,17 @@ class User:
|
|
|
724
724
|
"""
|
|
725
725
|
return self.api.request("/user/skills", build_params(self.get_skills, locals()))
|
|
726
726
|
|
|
727
|
+
def get_stocks(self, timestamp: int = None, comment: str = None) -> dict:
|
|
728
|
+
"""
|
|
729
|
+
Get your stocks.
|
|
730
|
+
API key (Limited).
|
|
731
|
+
:param timestamp: Timestamp to bypass cache.
|
|
732
|
+
:param comment: Comment for your tool/service/bot/website to be visible in the logs.
|
|
733
|
+
:return: API response data.
|
|
734
|
+
:rtype: dict
|
|
735
|
+
"""
|
|
736
|
+
return self.api.request("/user/stocks", build_params(self.get_stocks, locals()))
|
|
737
|
+
|
|
727
738
|
def get_travel(self, timestamp: int = None, comment: str = None) -> dict:
|
|
728
739
|
"""
|
|
729
740
|
Get your travel information.
|
|
@@ -301,6 +301,18 @@ class Torn:
|
|
|
301
301
|
"""
|
|
302
302
|
return await self.api.request("/torn/properties", build_params(self.get_properties, locals()))
|
|
303
303
|
|
|
304
|
+
async def get_stocks(self, stock_id: int = None, timestamp: int = None, comment: str = None) -> dict:
|
|
305
|
+
"""
|
|
306
|
+
Get all stocks or specific stock with chart history.
|
|
307
|
+
API key (Public).
|
|
308
|
+
:param stock_id: Stock id.
|
|
309
|
+
:param timestamp: Timestamp to bypass cache.
|
|
310
|
+
:param comment: Comment for your tool/service/bot/website to be visible in the logs.
|
|
311
|
+
:return: API response data.
|
|
312
|
+
:rtype: dict
|
|
313
|
+
"""
|
|
314
|
+
return await self.api.request("/torn/stocks", build_params(self.get_stocks, locals()))
|
|
315
|
+
|
|
304
316
|
async def get_subcrimes(self, crime_id: int, timestamp: int = None, comment: str = None) -> dict:
|
|
305
317
|
"""
|
|
306
318
|
Get Subcrimes information.
|
|
@@ -724,6 +724,17 @@ class User:
|
|
|
724
724
|
"""
|
|
725
725
|
return await self.api.request("/user/skills", build_params(self.get_skills, locals()))
|
|
726
726
|
|
|
727
|
+
async def get_stocks(self, timestamp: int = None, comment: str = None) -> dict:
|
|
728
|
+
"""
|
|
729
|
+
Get your stocks.
|
|
730
|
+
API key (Limited).
|
|
731
|
+
:param timestamp: Timestamp to bypass cache.
|
|
732
|
+
:param comment: Comment for your tool/service/bot/website to be visible in the logs.
|
|
733
|
+
:return: API response data.
|
|
734
|
+
:rtype: dict
|
|
735
|
+
"""
|
|
736
|
+
return await self.api.request("/user/stocks", build_params(self.get_stocks, locals()))
|
|
737
|
+
|
|
727
738
|
async def get_travel(self, timestamp: int = None, comment: str = None) -> dict:
|
|
728
739
|
"""
|
|
729
740
|
Get your travel information.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TornAPIWrapper
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: A Python wrapper for the Torn City API, providing access to Torn City data.
|
|
5
5
|
Author: cxdzc
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -53,7 +53,7 @@ Dynamic: license-file
|
|
|
53
53
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pypi/v/tornapiwrapper?cacheSeconds=300></a>
|
|
54
54
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pypi/pyversions/tornapiwrapper?cacheSeconds=300></a>
|
|
55
55
|
<a href="https://pypi.org/project/TornAPIWrapper/"><img src=https://img.shields.io/pepy/dt/tornapiwrapper?color=blue&cacheSeconds=300></a>
|
|
56
|
-
<a href="https://www.torn.com/api.html#:~:text=Patch%20Notes"><img src=https://img.shields.io/badge/patch-
|
|
56
|
+
<a href="https://www.torn.com/api.html#:~:text=Patch%20Notes"><img src=https://img.shields.io/badge/patch-23.02.2026-c4c4c4?cacheSeconds=300></a>
|
|
57
57
|
<a rel="license" href="https://github.com/cxdzc/TornAPIWrapper/blob/main/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-ab1436"/></a>
|
|
58
58
|
</div>
|
|
59
59
|
|
|
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
|
{tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper/endpoints_async/property.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tornapiwrapper-2.1.1 → tornapiwrapper-2.2.0}/src/TornAPIWrapper.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|