A Python library for communicating with NovelCraft Servers and accessing NovelCraft game data
Project description
NovelCraft SDK for Python
NovelCraft SDK for Python is a Python library for communicating with NovelCraft Servers and accessing NovelCraft game data.
Installation
Use the package manager pip to install.
pip install novelcraft.sdk
Usage
import asyncio
import novelcraft.sdk as sdk
async def main():
await sdk.initialize()
# Do something
await sdk.finalize()
if __name__ == '__main__':
asyncio.run(main())
For more information, please start with placeholder.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file novelcraft_sdk-0.2.0.tar.gz.
File metadata
- Download URL: novelcraft_sdk-0.2.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.8.16 Linux/5.15.0-1037-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2120459133b674d69e21d3d62d5c392987d288f3f95758acea384e3b5e61882
|
|
| MD5 |
b9e8c368fb06d6c3bac86a5db8ab8a9e
|
|
| BLAKE2b-256 |
7c9697943872fa87acea4a5679bbc496f34db3e816cdaf0ea3ba5c09dd8bd70e
|
File details
Details for the file novelcraft_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: novelcraft_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.8.16 Linux/5.15.0-1037-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4daad11df7022d69390683775cc0e88abb6b2a4c2456777c76b42b60ff524d50
|
|
| MD5 |
2e25d9a1a9612d12dbbb55469e97367c
|
|
| BLAKE2b-256 |
f3adbd3662a3c13d120d609e188ebf15f143d91cab8d92282d4db5dadc19ed04
|