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.1.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file cosmic_datapi-0.0.1.tar.gz
.
File metadata
- Download URL: cosmic_datapi-0.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c72ea07cfd7727ceec1b43379729606781541a62ba65c57d527e393409b36dfb |
|
MD5 | cde54b5f64c9f444dbbd30d883087751 |
|
BLAKE2b-256 | df89e040d9082c887e022ca854998e5a64603845dae51ab7097599500e2012e5 |
File details
Details for the file cosmic_datapi-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: cosmic_datapi-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 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 | ec7d754a090fb3229900c30b0a91b9cb32ee40397c7b3f6ef43ba73e3952f364 |
|
MD5 | b9451a96ca63231e26a15d665e22f611 |
|
BLAKE2b-256 | b3dd004a853c2c7163414f85d22a636ac467075e83fd2b00f93ddfd90833297b |