Pre-release
This release is a pre-release and may not be stable for production use.
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.
Release files for nftsets 0.1.0b0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nftsets-0.1.0b0.tar.gz | 514.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nftsets-0.1.0b0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 528.3 kB
Release files / nftsets-0.1.0b0.tar.gz
| Download URL | nftsets-0.1.0b0.tar.gz |
|---|---|
| Size | 514.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
060d38e9e69494bac6709ba2ef65a2bb89ac84570daf0bb841cfb3b4e76576b6
|
|
BLAKE2b-256 checksum How to use checksums |
9e17924a38a4357acc40e4d55d58354519aebec583380ec96104563d28f8d4b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.16
|
Release files / nftsets-0.1.0b0-py3-none-any.whl
| Download URL | nftsets-0.1.0b0-py3-none-any.whl |
|---|---|
| Size | 13.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
83177fda13e201600ea7c1e091f2112400bc8fa0eb7e2d1fca38ce5269a48173
|
|
BLAKE2b-256 checksum How to use checksums |
799980c2410bb81a4ddeaaec74a5d658b8a20e38064a16f0ad197837554f1f84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.16
|