Command-line tools for interacting with PSI DHIS2 instances
Project description
# hnqis-cli [![Version](https://img.shields.io/pypi/v/hnqis-cli.svg)](https://pypi.python.org/pypi/hnqis-cli)
> Command-line scripts for HNQIS
Program to Organisation Unit Assigner via CSV: hnqis-program-orgunit –help
Attribute setting via CSV: hnqis-attribute-setting –help
Health area indicators update (with program indicators) hnqis-indicator-update –help
User messages via CSV: hnqis-user-message –help
### Installation / updating
Installation with [pip](https://pip.pypa.io/en/stable/installing) (python package manager, see if it is installed: pip -V)
pip install hnqis-cli or sudo -H pip install hnqis-cli
Upgrade with pip install hnqis-cli -U
### Usage
You can either pass arguments for a server / username / password or it make it read from a dish.json file as described in [baosystems/dish2](https://github.com/baosystems/dish2#configuration).
Get help on using arguments, e.g.`hnqis-program-orgunit –help`
In the help text, [-v] means an optional argument
Logs to a file: hnqis-cli.log
—
#### Install from source
` git clone --depth=1 https://github.com/psi-mis/hnqis-cli cd hnqis-cli python setup.py install `
#### Source code disclaimer - The src/__init__.py file was copied/modified from [dhis2-pocket-knife](https://github.com/davidhuser/dhis2-pocket-knife) (MIT licence)
#### Contribute
Fork repo
Install Dev requirements via pip install -r requirements-dev.txt
Write a script in src folder, add it to setup.py’s entry_points
Write a test in tests, run all tests with python setup.py test
Open a Pull Request
After merging, we do python setup.py publish (increase src/__version__.py first) to publish to PyPI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for hnqis_cli-0.0.13-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9130b34230ee61dee88e52ab3c9d75412d8977c7e69daafe32c38b1bc82dfbb8 |
|
MD5 | b464db5027c65b44e542e1645398bc3a |
|
BLAKE2b-256 | fc3f9662649d1f225ef35225c711de413d8fef155e29e04b5515d0152af448f8 |