Skip to main content

"A website about MtG Duel Strategy",

Project description

barrins-codex

A website about MtG Duel Strategy

Installation

To install a working developpment version of the site, use pip:

python3 -m venv venv
pip install -e ".[dev]"

Release

To release the project, follow PyPa instructions.

First, check you have the latest version of those packages:

python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade twine

Then, prepare de distribution:

python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository testpypi dist/*

Then, test the release with testpypi:

python3 -m twine upload --repository testpypi dist/*

Check it works using the pip command prompted on the website.

If everything is fine, you can release the project on pypi:

python3 -m twine upload dist/*

You can now install your project: pip install project_name!

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

barrins_codex-0.1.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

barrins_codex-0.1-py3-none-any.whl (1.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page