pymlconf (Python YAML Configuration Library) helps to easily manage
and access to your application configurations which was already Written
in YAML language.
Checkout Documentation for more info.
Install python-makelib.
Create virtual environment:
make venvDelete virtual environment:
make venv-deleteActivate the virtual environment:
source ./activate.shInstall this project as editable mode and all other development dependencies:
make envExecute all tests:
make testExecute specific test(s) using wildcard:
make test F=tests/test_meld*
make test F=tests/test_meld.py::test_meld_mergerefer to pytest documentation for more info about invoking tests.
Execute tests and report coverage result:
make cover
make cover F=tests/test_static.py
make cover-htmlmake lintExecute these commands to create Python's standard distribution packages
at dist directory:
make sdist
make wheelExecute:
make cleanto clean-up previous dist/* and build/* directories.
WARNING: Do not do this if you'r not responsible as author and or maintainer of this project.
Execute
make clean
make pypito upload sdists and wheel packages on PyPI.
source activate.sh
make doc
make doclive
make doctestOr
source activate.sh
cd sphinx
make doctest
make html
make livehtml