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.2.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file cosmic_datapi-0.0.2.tar.gz
.
File metadata
- Download URL: cosmic_datapi-0.0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f299c83e8d5738fd370b844cd4bc5e97c8e3d7447ce42faf5bc4c8b680a469e8 |
|
MD5 | ebf0ddda78b972770a5c9add45004f9c |
|
BLAKE2b-256 | 32dd05d2426aaa350c5d669403e7226b8866dbc23f7d0423f8bc1c4e30f1ad6c |
File details
Details for the file cosmic_datapi-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: cosmic_datapi-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.0 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 | 745ab3d6ccb4b66f3e530849401950e7179dc2fc15877449fba481f19ce449da |
|
MD5 | be2caf6f3db082aea762639873852f5e |
|
BLAKE2b-256 | 90427d369fd88f8df75eabda9ed88faec55144d709ce381723dca587e5dc29fc |