# 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:
```bash
# 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:
```bash
$ git clone https://github.com/PaxxPatriot/skinport.py
$ cd skinport.py
$ python3 -m pip install -U .
```
Quick Example
--------------
```Python
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())
```
Raw data
{
"_id": null,
"home_page": null,
"name": "skinport.py",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "Skinport, Counter-Strike 2, Team Fortress 2, Dota 2, Rust",
"author": null,
"author_email": "PaxxPatriot <skinport.py@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/41/80/17467cb219bec291d11a6d854f5b95865329fba71eaea177e2e530bb1a39/skinport_py-0.34.1.tar.gz",
"platform": null,
"description": "# skinport.py\nAn API wrapper for the Skinport API written in Python.\n\nInstalling\n----------\n\n**Python 3.11 or higher is required**\n\nTo install the library, you can just run the following command:\n\n```bash\n# Linux/macOS\n$ python3 -m pip install -U skinport.py\n\n# Windows\n> py -3 -m pip install -U skinport.py\n```\n\nTo install the development version, do the following:\n```bash\n$ git clone https://github.com/PaxxPatriot/skinport.py\n$ cd skinport.py\n$ python3 -m pip install -U .\n```\n\nQuick Example\n--------------\n\n```Python\nimport asyncio\n\nimport skinport\n\nasync def main():\n client = skinport.Client()\n # Get a list of all listed CS:GO items on skinport.com\n items = await client.get_items()\n print(items)\n\nif __name__ == \"__main__\":\n asyncio.run(main())\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python wrapper for the Skinport API",
"version": "0.34.1",
"project_urls": {
"Documentation": "https://paxxpatriot.github.io/skinport.py/",
"Issues": "https://github.com/PaxxPatriot/skinport.py/issues",
"Repository": "https://github.com/PaxxPatriot/skinport.py.git"
},
"split_keywords": [
"skinport",
" counter-strike 2",
" team fortress 2",
" dota 2",
" rust"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "af323852b2c62daeafb8c7532b58aa7c51c392163092741ed716977414316667",
"md5": "cd9ec05b3afdc14b616fbc28858efbc5",
"sha256": "0e6fe9949b89d31b1a88633307ba222b8187e6af33b019dcfe5998aac004b9df"
},
"downloads": -1,
"filename": "skinport_py-0.34.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cd9ec05b3afdc14b616fbc28858efbc5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 27029,
"upload_time": "2025-08-17T13:43:07",
"upload_time_iso_8601": "2025-08-17T13:43:07.891067Z",
"url": "https://files.pythonhosted.org/packages/af/32/3852b2c62daeafb8c7532b58aa7c51c392163092741ed716977414316667/skinport_py-0.34.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "418017467cb219bec291d11a6d854f5b95865329fba71eaea177e2e530bb1a39",
"md5": "3c30340276dd914cb3de3204c1cac881",
"sha256": "abc02d9113cbfe0669d95f755d033f9bf4acdda277493a257c7f17e6909ada06"
},
"downloads": -1,
"filename": "skinport_py-0.34.1.tar.gz",
"has_sig": false,
"md5_digest": "3c30340276dd914cb3de3204c1cac881",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 21319,
"upload_time": "2025-08-17T13:43:09",
"upload_time_iso_8601": "2025-08-17T13:43:09.154394Z",
"url": "https://files.pythonhosted.org/packages/41/80/17467cb219bec291d11a6d854f5b95865329fba71eaea177e2e530bb1a39/skinport_py-0.34.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-17 13:43:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PaxxPatriot",
"github_project": "skinport.py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "skinport.py"
}