Skip to main content

Async Python API wrapper for MagicEden

Project description

MagicPyden

Github Issues Codacy Badge Github Top Language wemake-python-styleguide

Asynchronous API wrapper for the MagicEden API

Installation

PyPi

  pip install magicpyden

Poetry

  poetry add magicpyden

From source

  git clone https://github.com/ChristianPerez34/magicpyden.git
  cd magicpyden
  python setup.py install

Usage/Examples

Official Documentation

from magicpyden import MagicEdenApi

# Assuming inside async function/method
async with MagicEdenApi() as api:
    collection_stats = await api.get_collection_stats(collection_name="degods")

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

magicpyden-0.1.4.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

magicpyden-0.1.4-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

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