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.4.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file cosmic_datapi-0.0.4.tar.gz
.
File metadata
- Download URL: cosmic_datapi-0.0.4.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 | 51112beee70aa3b6d8fa24e46422c477172888dfb9b3abf4caf6d95349f2218e |
|
MD5 | b7f0bd89bfd07092e5fe4840bdd562c7 |
|
BLAKE2b-256 | 1eb19e9014c96ca06edd0c8f921eaf22a00642a20b431ec65d5bbc07e62bee57 |
File details
Details for the file cosmic_datapi-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: cosmic_datapi-0.0.4-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 | e17bde52266c320b51f734170289cbdfb3bab7f8e5766b4305ab4eb9fb16fc69 |
|
MD5 | 9067b048452a0c27200e48cb892e00bf |
|
BLAKE2b-256 | 761167968513fc124565e47f4af70f90f1bc09c90b1ac4504f127684a032a1b1 |