Data management system using plain text files like json and yaml.
Project description
PandaCoreData
So, if you already played games like Factorio, Rimworld or Dwarf Fortress and tried to mod them,
you will find that it’s absurdly easy to mod those games for simple things like changing the
balancing, adding items, changing descriptions and etc. Because the data files of the games are
simple raws and not binaries. This library pretty much makes the task of using raws as simple as
possible. Raws in our case is plain text files like xml, json, yaml and etc that
is commonly used to hold data, for now the library supports yaml
and json
.
The library might have modding in mind, however it pretty much be used for any sort of software or game engine that uses python.
Internally the library use dataclasses to handle the data and TinyDB to load them from raws.
Thanks for your interest in our package! But for now our things are still a bit of a todo. But, you can check a basic api documentation here: https://pandacoredata.readthedocs.io/
Install
This package only works with python 3.7 and above because it uses dataclasses.
The package is now available with pip, so to install all you need is to run this command:
pip install panda-core-data
Quick Start
Once installed, you can run this command:
panda_core_data_commands.py -o directory-name
It will automatically generate the basic directory structure, plus a basic main file.
How to Collaborate
If you want to help with the development of this library, I would say that I love you but my fiancee would get jealous, so I will just say thank you :D
By throwing money at the screen
- Tidelif: We are on Tidelift! So you can get some technical support from them, and they help us. It's a win win! If you are interested, click here (we get some help if you use this referal link too~)
- Patreon: If you want to help us every month, you can help us by checking our patreon page here
- Ko-fi: Do you like Coffee, I love coffee, if you want to send a tip for a coffee, you can do that here
By providing help with coding
First, make sure you have at least Python 3.7, git and pip up and running:
python -V
pip -V
git --version
download this repository with the following command using git:
git clone https://github.com/Cerberus1746/PandaCoreData.git
And then cd into the directory with:
cd PandaCoreData
Now, if you want to just run the tests to test your changes, you can run:
pip install tox
tox
If you want to generate docs, you can install all dependencies with:
pip install panda-core-data[docs]
And then generate the docs with the command:
python setup.py build_sphinx
The docs will be located by default inside the directory docs/build/html
Security contact information
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file panda_core_data-0.0.4.tar.gz
.
File metadata
- Download URL: panda_core_data-0.0.4.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99cf25c21db2bcabd52e4231c5a2dcf4a30e023c0e7ad94c2a9619261b26c5a7 |
|
MD5 | 76f68ced08a5822658598e964796b67a |
|
BLAKE2b-256 | 7767c2cf94fd1002a5a9305cf93b4d1744617a83a596f8045f17a2aae13cde16 |
File details
Details for the file panda_core_data-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: panda_core_data-0.0.4-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b29dbb6cf8203391c68338950d74bc5a1aea84cb6f7a5846f0e6c7b97743aa9f |
|
MD5 | 65dd63bda1ce96c95d38dd003bae1a21 |
|
BLAKE2b-256 | 3131639206b311c6e05b31452f521f94b2bbe2c42f1bad6b1f416552a17f77a5 |