Skip to main content

Check repository and corect it with parametred actions

Project description

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/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RepositoryChecker-0.0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page