CLI, new way to help keep an up-to-date MTGDC banlist
Project description
DUEL COMMANDER BANLIST
A new service to help developpers to keep an up-to-date MTGDC data.
THE SOLUTION TO KEEP THE PROJECT UPDATED
- Each banlist is stored as
JSON
file of condensed data from official source (inmtgdc_banlist/banlists
folder) - Static files generated by running a script (
python mtgdc_banlist
) which uses banlists files to create the main part of the document, and adds html header/footer from static files (static/banlist_html_header.html
andstatic/banlist_html_footer.html
)
BANLIST FILE FORMAT
File name must be %Y-%m-%d.json
format with the following template:
[
{
"date": "2015-01-31",
"special": "",
"newly_banned_as_commander": [],
"newly_unbanned_as_commander": [],
"newly_banned_in_deck": [],
"newly_unbanned_in_deck": [],
"explanations": {}
}
]
HOW TO ADD NEW BANLIST
- Put banlist file
%Y-%m-%d.json
file into./banlists
- Re-run python
python mtgdc_banlist
with options--compile-html
,--compile-json
or--compile-both
Works similar to edit/delete a banlist.
REQUIREMENTS
- Python (v3.10+)
INSTALLATION
python3 -m venv venv
source venv/bin/activate
pip install mtgdc_banlist
python mtgdc_banlist --compile-both
EXAMPLE
Hosted examples of generated static html from the repo:
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
mtgdc_banlist-1.2.tar.gz
(84.5 kB
view hashes)
Built Distribution
Close
Hashes for mtgdc_banlist-1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2797d202e1ae764953793db00ece649b7f0a3abde8f2580ae00e84ddd81b8f6 |
|
MD5 | 3a08e9378b8559b80336baef3ebb6179 |
|
BLAKE2b-256 | d0797153a7e68320d222d9a0708ecafceb34c33de9008b2013d101280cf0c57a |