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")
# This call is wrapped with parenthesis so that we can utilize newlines
(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.10.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file cosmic_datapi-0.0.10.tar.gz
.
File metadata
- Download URL: cosmic_datapi-0.0.10.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27526fc6fd33259d7280799fd551c62f1e760bd8255e89d322d9b972b252d68a |
|
MD5 | b8fbf32022d61ca36b382023c55d2e78 |
|
BLAKE2b-256 | 4b87dec92fb7d149cebee371eac0ce6852a7d2cac8e26619515b79c9f0f4909c |
File details
Details for the file cosmic_datapi-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: cosmic_datapi-0.0.10-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60253f84caf0d956cc1d476f34637a2cede94cdd1122039643cb6515a4b1bf73 |
|
MD5 | 11e52550a1b20d8e4dbe8e4d08293ea8 |
|
BLAKE2b-256 | d63bfc42b8b1a76f18670aa0de3ef35ffb9575c960f00c09559953c7cc7710db |