Set poetry up for this project, using pyproject.toml and poetry.toml. Poetry is a simple to use package manage system for Python projects. The link provided has more information about it.
Added instructions for local development and bot setup with poetry in CONTRIBUTING.md
Linked CONTRIBUTING.md in README.md
Opted for the library python-dotenv instead of configparser, as this will help us directly parse server.properties in the future. Additionally, it is the standard in the python world.
The program now reads a .env file instead of an env.b file due to standard naming conventions of env files
Set poetry up for this project, using
pyproject.toml
andpoetry.toml
. Poetry is a simple to use package manage system for Python projects. The link provided has more information about it.Added instructions for local development and bot setup with poetry in
CONTRIBUTING.md
Linked
CONTRIBUTING.md
inREADME.md
Opted for the library
python-dotenv
instead ofconfigparser
, as this will help us directly parseserver.properties
in the future. Additionally, it is the standard in the python world.The program now reads a
.env
file instead of anenv.b
file due to standard naming conventions of env files