Skip to main content

nftsets: Verified Sets of NFT Collections

Project description

NFT Sets

Verified Sets of NFT Collections

Dependencies

  • python3 version 3.7 or greater, python3-dev

Installation

via pip

You can install the latest release via pip:

pip install nftsets

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/nftsets.git
cd nftsets
python3 setup.py install

Quick Usage

NOTE: Work in Progress!

>>> from nftsets import Manager
>>> nsm = Manager()

>>> nsm.available()
[]

>>> nsm.install("nfts.opensea.eth")
>>> nsm.available()
["opensea"]

>>> print(*(set.name for set in nsm.get_collections()))
PUNKS
BAYC
...

Development

This project is in development and should be considered a beta. Things might not be in their final state and breaking changes may occur. Comments, questions, criticisms and pull requests are welcomed.

License

This project is licensed under the Apache 2.0.

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

nftsets-0.1.0b0.tar.gz (514.9 kB view hashes)

Uploaded Source

Built Distribution

nftsets-0.1.0b0-py3-none-any.whl (13.4 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