Skip to main content

async API wrapper for Tarkov Market written in Python.

Project description

About | PyPI

async API wrapper for Tarkov Market written in Python. It is designed to reverse discord.py as a base.

About

What is Tarkov-Market.py?

  • Tarkov-Market.py is Modern Python API using async and await.

Installing

Python 3.8 or higher is required

# Linux/macOS
python3 -m pip install -U tarkov-market.py

# Windows
py  -3 -m pip install -U tarkov-market.py

Quick Example

import asyncio
import tarkov_market

market = tarkov_market.Client(token='API KEY')


async def main():
    # Must run setup once before use.
    await market.setup()

    item: tarkov_market.Item = await market.fetch_item('TerraGroup Labs keycard (Red)')

if __name__ == '__main__':
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main())
    loop.close()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tarkov_market.py-0.3.0-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file tarkov_market.py-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: tarkov_market.py-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.9

File hashes

Hashes for tarkov_market.py-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 08bca46c5275b6e2d97335a754975c5b78fe6a604fc0edfa6bda2d407a476520
MD5 2603d6f224c09d1128f16b92b35185e5
BLAKE2b-256 f3497b6f25d4688fa787996bc0d44ea3ef2b465a75d8771ae29083ce6c7e57cd

See more details on using hashes here.

Supported by

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