Metadata-Version: 2.4
Name: pourewa
Version: 0.1.1
Summary: A commandline tool for managing Orthanc DICOM servers
Home-page: https://github.com/fraser29/pourewa
Author: Fraser Callaghan
Author-email: callaghan.fm@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httplib2
Requires-Dist: pydicom
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# POUREWA (formerly OrthancManager)

Python based Orthanc Manager

*pourewa* is the Māori word for tower.

## Info

This is a simple python interface to Orthanc instances. 

It provides commandline level querying and utilities, e.g. upload, download, delete, push etc.

A POUREWA.conf file may be used to set variables applicable to your Orthanc instance to save repeated typing at commandline. 

POUREWA.conf is searched for at:
- os.path.join(rootDir,POUREWA.conf), 
- os.path.join(os.path.expanduser("~"),POUREWA.conf),
- os.path.join(os.path.expanduser("~"),'.'+POUREWA.conf), 
- os.path.join(os.path.expanduser("~"), '.config',POUREWA.conf),
- os.environ.get("POUREWA_CONF", '')


## Usage

```bash
pourewa --help
```
