Metadata-Version: 2.1
Name: openimis-be-location
Version: 0.0.2
Summary: The openIMIS Backend Location reference module.
Home-page: https://openimis.org/
Author: Xavier Gillmann
Author-email: xgillmann@bluesquarehub.com
License: GNU AGPL v3
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: django
Requires-Dist: django-db-signals
Requires-Dist: djangorestframework

# openIMIS Backend Location reference module
This repository holds the files of the openIMIS Backend Location reference module.
It is dedicated to be deployed as a module of [openimis-be_py](https://github.com/openimis/openimis-be_py).

[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

## Code climat (develop branch)

[![Maintainability](https://img.shields.io/codeclimate/maintainability/openimis/openimis-be-location_py.svg)](https://codeclimate.com/github/openimis/openimis-be-location_py/maintainability)
[![Test Coverage](https://img.shields.io/codeclimate/coverage/openimis/openimis-be-location_py.svg)](https://codeclimate.com/github/openimis/openimis-be-location_py)

## Content
Current version provides the following ORM mapping:
* tblHF > HealthFacility (missing fks to tblLegalForms, tblHFSubLevel, tblLocations, tblPLServices, tblPLItems)

