Basically a library to create data mods in Cosmic Reach really fast.
Project description
Cosmic DatAPI
Basically a library to create data mods in Cosmic Reach really fast.
Example:
from cosmic_datapi import Mod
MOD = Mod("example_mod")
(MOD.block("example_block")
.with_state("default")
.with_model("model_cheese")
.with_light(14, 13, 12)
.build()
.build())
MOD.build()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cosmic_datapi-0.0.5.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file cosmic_datapi-0.0.5.tar.gz
.
File metadata
- Download URL: cosmic_datapi-0.0.5.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f45b3483e1cf565916ce7233f43492c5f6ba186b3c20ce73c40ff379e051daab |
|
MD5 | 1a9b2c70802acce74f73b48b666a21aa |
|
BLAKE2b-256 | 90235ef7ed7b0fb1f69ce6dd76bfba6d40a6e8ff19876e2fd8cfeaadbce47653 |
File details
Details for the file cosmic_datapi-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: cosmic_datapi-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76f9be93bf50132882af7408a12692688567bcf0bd254eed4a5366534fc07ad8 |
|
MD5 | e2e697ef6eaf0f462a4de4e2c2487e59 |
|
BLAKE2b-256 | 6daa307dfa68c81e62513f068cc52a99e7fc28d33b01f8fd2f38fc06b184376c |