Skip to main content

A Python wrapper for the Skinport API

Project description

skinport.py

An API wrapper for the Skinport API written in Python.

Installing

Python 3.10 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


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.32.0.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

skinport_py-0.32.0-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file skinport_py-0.32.0.tar.gz.

File metadata

  • Download URL: skinport_py-0.32.0.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for skinport_py-0.32.0.tar.gz
Algorithm Hash digest
SHA256 4a86b33cd0c817744b545feda6dc4234d357083394600fa07b1f2223f3c6608d
MD5 485e923b7f52cd1b60dbdf61c8245632
BLAKE2b-256 49f20f317a98cacfc909a89d2e7dc0536f8d4ed6037f742cb6a86211ae6c45bd

See more details on using hashes here.

File details

Details for the file skinport_py-0.32.0-py3-none-any.whl.

File metadata

  • Download URL: skinport_py-0.32.0-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for skinport_py-0.32.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ed225b16d73249da5d2773f35c06e0210263435a5839cbe1e1e1ee736e5633b6
MD5 2f1863f6fe8a6a3c328ecf8bc884b23e
BLAKE2b-256 e85ef793f01c5530716d94f8571bb23a0ed4ec7d06e83b77420c23215eeacfe3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page