"A Collection of Duel Commander commented games in French",
Project description
Barrin's Codex
A website about MtG Duel Commander Strategy
Special Thanks
I started working with lionel-panhaleux on a project during first lockdown (around April 2020). We worked on his Codex of the Damned (repo) to support internationalisation. The whole structure of this project is derived from his Codex, hence the name as a small tribute.
Contributing
Contributions are welcome.
- Pull Requests will be merged if they respect the general style.
- Issues will be dealt with as quickly as possible.
This site uses Flask to generate pages dynamically .
Installation
To install a working developpment version of the site, use pip
:
python3 -m venv venv
source venv/bin/activate
pip install -e ".[dev]"
Run the Codex
You can run the development version of the site using the codex
entrypoint:
$ codex
* Serving Flask app "barrins_codex" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
You can set the DEBUG
environment variable to activate the debug mode:
DEBUG=1 codex
Versioning
The version number take the form X.Y.Z where X, Y, and Z are non-negative integers, and do not
contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version.
Each element MUST increase numerically. For instance: 1.9.0
-> 1.10.0
-> 1.11.0
.
Given a version number MAJOR.MINOR.PATCH, I increment the:
- MAJOR version when I make a backend evolution or a design evolution,
- MINOR version when I add content, and
- PATCH version when I make bug and typo fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
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
Built Distribution
Hashes for barrins_codex-6.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c118b24d4c3f4522bc7d63c3d2e507120df74e09889d4be9a024e8aec673c52c |
|
MD5 | 840f8a2ee6a16d2bebd764e6842cdc70 |
|
BLAKE2b-256 | 24b43a8263930f17351face164cb319422d46ded4eccabb911095ec72818f205 |