NothingAPI - The Official Python API Wrapper for the Nothing Currency!
Basic Syntax
Installing the API using pip:
pip install nothingapi
Fetching a User's object and printing it's balance:
import nothingapi as api
user = api.get_user(user_id)
print(user.balance)
Fetching a Guild's object and printing it's total value:
import nothingapi as api
user = api.get_guild(guild_id)
print(guild.total_value)
Release files for nothingapi 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nothingapi-2.0.0.tar.gz | 5.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nothingapi-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 MB
Release files / nothingapi-2.0.0.tar.gz
| Download URL | nothingapi-2.0.0.tar.gz |
|---|---|
| Size | 5.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1345fc81283c76fb74e563690f22d0692f5395183a7c91e60183a299f51ddcc4
|
|
BLAKE2b-256 checksum How to use checksums |
f1192cc8f8b7d053ff4b45266f370eb16a32f0d2ecd687af4f6e564ea9aa6605
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|
Release files / nothingapi-2.0.0-py3-none-any.whl
| Download URL | nothingapi-2.0.0-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
56d2929fc030c238170e4b92f62c1265e4b7bc0b8c9f5fe3fa2ad0eaf05b531a
|
|
BLAKE2b-256 checksum How to use checksums |
4f4c0fafd00fb71eff332077e6cb14f3dbf5db3bc5cbb56ead5960ab50b5e834
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|