Go to file
Midgard 9784205759
Drop extension overriding
Just check that the extension is valid.
2023-05-02 18:30:32 +02:00
static Initial commit 2023-05-02 17:38:05 +02:00
tests Drop extension overriding 2023-05-02 18:30:32 +02:00
tools Initial commit 2023-05-02 17:38:05 +02:00
wolkje_files Drop extension overriding 2023-05-02 18:30:32 +02:00
.gitignore Initial commit 2023-05-02 17:38:05 +02:00
CHANGELOG.md Initial commit 2023-05-02 17:38:05 +02:00
README.md Initial commit 2023-05-02 17:38:05 +02:00
requirements.txt Initial commit 2023-05-02 17:38:05 +02:00
run_dev.sh Initial commit 2023-05-02 17:38:05 +02:00
setup.py Initial commit 2023-05-02 17:38:05 +02:00

README.md

wolkje_files

Development

To create a virtualenv and install the dependencies in it:

tools/create_venv.sh

Activate the virtualenv with source venv/bin/activate. To make this easier, you could create an alias alias venv='source venv/bin/activate' in your shell.

If you introduce dependencies, list them in setup.py under install_requires, and run tools/update_requirements.sh.