A Python wrapper for the Skinport API
Project description
skinport.py
An API wrapper for the Skinport API written in Python.
Installing
Python 3.11 or higher is required
To install the library, you can just run the following command:
# Linux/macOS
$ python3 -m pip install -U skinport.py
# Windows
> py -3 -m pip install -U skinport.py
To install the development version, do the following:
$ git clone https://github.com/PaxxPatriot/skinport.py
$ cd skinport.py
$ python3 -m pip install -U .
Quick Example
import asyncio
import skinport
async def main():
client = skinport.Client()
# Get a list of all listed CS:GO items on skinport.com
items = await client.get_items()
print(items)
if __name__ == "__main__":
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skinport_py-0.36.0.tar.gz
(21.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skinport_py-0.36.0.tar.gz.
File metadata
- Download URL: skinport_py-0.36.0.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69fb17a30c391ba3ab020079f71b1f8a73c63a9b48acbefb39ee7248ce01470b
|
|
| MD5 |
c7e8671506c9b32b66029fc45ac4106e
|
|
| BLAKE2b-256 |
d332ebfc41f969ce79b020931a1ed810c69d6c58a6e442096ae0620811d19188
|
File details
Details for the file skinport_py-0.36.0-py3-none-any.whl.
File metadata
- Download URL: skinport_py-0.36.0-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c3a37defdb0d299d768e826cb617b299f202dd37d7d0550be9b31cb0d2ef84c
|
|
| MD5 |
905410304f4db2e3ad33bff0525ac3cf
|
|
| BLAKE2b-256 |
d2a39a1e57ef5a3cd90c738f0dd6f8fb6392189749fe7b916a85ca5c8f19da7f
|