A Python library project using:
-
pytest
-
flake8
-
tox
-
bumpversion
-
isort
-
Free software: MIT license
-
Documentation: TBD
-
Requires Python >=3.8, Django>=3.2
-
Currently work only with xlsxwriter
-
Could help if use direnv in dev environment
See demo in tests folder
- TODO
- install direnv
- install pyenv
- clone project:
git clone https://github.com/GigiusB/djaxei.git
cd djaxei
pyenv install `cat .python-version`
pip install -U poetry
# this should install poetry in your pyenv pythoncp .env.example .env
cp .envrc.example .envrc
direnv allow
poetry env use `pyenv which python`
cd .. ; cd -
# see if it loads the env- poetry install
- pytest