RepositoryChecker

Check repository and corect it with parametred actions


License
MIT
Install
pip install RepositoryChecker==0.0.2

Documentation

RepositoryChecker Build Status Coverage Status PyPI version PyPI - Python Version

Check repository and corect it with parametred actions

Gestionnaire de configuration en json, ini avec overide possible en variable d’environnement

install

with pip :

pip install RepositoryChecker

how to use

devlopping guide

we advise you to fork the depot, and if you have goot feature, we would appreciate pull request

install developement environement

with virtualenv :

virtualenv -p python3 .venv
source .venv/bin/activate

install depenencies :

pip install -r requirements.txt

test

run tests :

python -m unittest tests

coverage

run coverage

coverage run --source=ConfigEnv -m unittest tests

report coverage

coverage report -m

release

create package : python3 setup.py sdist bdist_wheel

publish : python -m twine upload dist/*