Metadata-Version: 2.1
Name: gnuhealth-all-modules
Version: 4.2.2
Summary: GNU Health HMIS: Hospital Management Information System
Home-page: https://www.gnuhealth.org
Author: GNU Solidario
Author-email: health@gnusolidario.org
License: GPLv3+
Project-URL: Homepage, https://www.gnuhealth.org/
Project-URL: Source Code, https://gitlab.com/geraldwiese/gnu-health-all-modules-pypi
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.7, <4
License-File: LICENSE.txt
Requires-Dist: trytond-account<6.1,>=6.0
Requires-Dist: trytond-account-invoice<6.1,>=6.0
Requires-Dist: trytond-account-invoice-stock<6.1,>=6.0
Requires-Dist: trytond-account-product<6.1,>=6.0
Requires-Dist: trytond-company<6.1,>=6.0
Requires-Dist: trytond-country<6.1,>=6.0
Requires-Dist: trytond-currency<6.1,>=6.0
Requires-Dist: trytond-party<6.1,>=6.0
Requires-Dist: trytond-product<6.1,>=6.0
Requires-Dist: trytond-purchase<6.1,>=6.0
Requires-Dist: trytond-purchase-request<6.1,>=6.0
Requires-Dist: trytond-stock<6.1,>=6.0
Requires-Dist: trytond-stock-lot<6.1,>=6.0
Requires-Dist: trytond-stock-supply<6.1,>=6.0
Requires-Dist: proteus<6.1,>=6.0
Requires-Dist: gnuhealth-archives==4.2.2
Requires-Dist: gnuhealth-caldav==4.2.2
Requires-Dist: gnuhealth-calendar==4.2.2
Requires-Dist: gnuhealth-contact-tracing==4.2.2
Requires-Dist: gnuhealth-crypto==4.2.2
Requires-Dist: gnuhealth-crypto-lab==4.2.2
Requires-Dist: gnuhealth-dentistry==4.2.2
Requires-Dist: gnuhealth-disability==4.2.2
Requires-Dist: gnuhealth-ems==4.2.2
Requires-Dist: gnuhealth-federation==4.2.2
Requires-Dist: gnuhealth-genetics==4.2.2
Requires-Dist: gnuhealth-genetics-uniprot==4.2.2
Requires-Dist: gnuhealth-gyneco==4.2.2
Requires-Dist: gnuhealth-history==4.2.2
Requires-Dist: gnuhealth-icd10==4.2.2
Requires-Dist: gnuhealth-icd10pcs==4.2.2
Requires-Dist: gnuhealth-icd11==4.2.2
Requires-Dist: gnuhealth-icd9procs==4.2.2
Requires-Dist: gnuhealth-icpm==4.2.2
Requires-Dist: gnuhealth-icu==4.2.2
Requires-Dist: gnuhealth-imaging==4.2.2
Requires-Dist: gnuhealth-inpatient==4.2.2
Requires-Dist: gnuhealth-inpatient-calendar==4.2.2
Requires-Dist: gnuhealth-insurance==4.2.2
Requires-Dist: gnuhealth-iss==4.2.2
Requires-Dist: gnuhealth-lab==4.2.2
Requires-Dist: gnuhealth-lifestyle==4.2.2
Requires-Dist: gnuhealth-mdg6==4.2.2
Requires-Dist: gnuhealth-ntd==4.2.2
Requires-Dist: gnuhealth-ntd-chagas==4.2.2
Requires-Dist: gnuhealth-ntd-dengue==4.2.2
Requires-Dist: gnuhealth-nursing==4.2.2
Requires-Dist: gnuhealth-ophthalmology==4.2.2
Requires-Dist: gnuhealth-orthanc==4.2.2
Requires-Dist: gnuhealth-pediatrics==4.2.2
Requires-Dist: gnuhealth-pediatrics-growth-charts==4.2.2
Requires-Dist: gnuhealth-pediatrics-growth-charts-who==4.2.2
Requires-Dist: gnuhealth-profile==4.2.2
Requires-Dist: gnuhealth-qrcodes==4.2.2
Requires-Dist: gnuhealth-reporting==4.2.2
Requires-Dist: gnuhealth-services==4.2.2
Requires-Dist: gnuhealth-services-imaging==4.2.2
Requires-Dist: gnuhealth-services-lab==4.2.2
Requires-Dist: gnuhealth-socioeconomics==4.2.2
Requires-Dist: gnuhealth-stock==4.2.2
Requires-Dist: gnuhealth-surgery==4.2.2
Requires-Dist: gnuhealth-webdav3-server==4.2.2
Requires-Dist: gnuhealth-who-essential-medicines==4.2.2
Requires-Dist: psycopg2
Requires-Dist: psycopg2cffi
Requires-Dist: matplotlib
Requires-Dist: qrcode
Requires-Dist: barcode
Requires-Dist: vobject
Requires-Dist: bcrypt
Requires-Dist: forex_python
Requires-Dist: pycountry==20.7.3
Requires-Dist: caldav
Requires-Dist: configparser
Requires-Dist: pydot

GNU Health - All modules
========================

This package aims to install GNU Health, all of its ~40 modules, underlying
trytond modules and dependencies.
In order to install GNU Health and all modules this way you need:

* Python > 3.6
* Some system packages, e.g. on Debian based systems: python3-pip python3-dev python3-virtualenv libpq-dev gcc
* PostgreSQL backend and a database
* Configuration file(s) for trytond

You might also want to add:

* Certificates & TLS
* Systemd .service file
* uWSGI
* Reverse Proxy

You can find configuration templates in gnuhealth-all-modules/etc. They will be shipped during installation as well.
After installation the folder can be located by running 'pip3 show gnuhealth-all-modules'.

Check 'HOWTO' for informations on packaging, using testpypi, signatures and hashes.

This content is available both on PyPI and on GitLab in case you want to double check the integrity:

https://pypi.org/project/gnuhealth-all-modules/

https://gitlab.com/geraldwiese/gnu-health-all-modules-pypi

Further reading:

GNU Health core package
https://pypi.org/project/gnuhealth/

GNU Health documentation
https://www.gnuhealth.org/docs/

GNU Health vanilla installation
https://en.wikibooks.org/wiki/GNU_Health/Installation

Tryton documentation
https://docs.tryton.org/en/latest/

GNU Health bug tracker
https://savannah.gnu.org/bugs/?group=health

GNU Health homepage
https://www.gnuhealth.org/index.html
