Metadata-Version: 2.1
Name: cannlytics
Version: 0.0.6
Summary: Cannlytics provides a user-friendly interface to quickly receive samples, perform analyses, collect and review results, and publish certificates of analysis (CoAs). There are also built in logistics, CRM (client relationship management), inventory management, and invoicing tools.
Home-page: https://github.com/cannlytics/cannlytics-engine
Author: Cannlytics
Author-email: contact@cannlytics.com
License: GPLv3+
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: django
Requires-Dist: firebase-admin
Requires-Dist: googlemaps
Requires-Dist: pandas

# <img height="32" alt="" src="https://cannlytics.com/static/cannlytics_website/images/logos/cannlytics_calyx_detailed.svg"> Cannlytics Engine

[![license](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/cannlytics/cannlytics-engine/fork)

Cannlytics provides a user-friendly interface to quickly receive samples, perform analyses, collect and review results, and publish certificates of analysis (CoAs). There are also built in logistics, CRM (client relationship management), inventory management, and invoicing tools. The Cannlytics engine comes with **batteries included**, but you are always welcome to supercharge your setup with modifications and custom components.

## Installation

You can install the Cannlytics engine from [PyPI](https://pypi.org/project/cannlytics/).

```shell
pip install cannlytics
```

## Authentication, Data, and File Management

Cannlytics leverages Firebase by default for a database, file storage, and authentication.

## Traceability

Cannlytics supports the [Leaf Data Systems](https://s3-us-gov-west-1.amazonaws.com/leafdata-wa-prod/help/Addendum+C--API+Documentation.pdf) and [Metrc](https://api-ok.metrc.com/Documentation) APIs out-of-the-box.

<!-- ## Contributing -->

<!-- This should include how new contributors to the project can help. This includes developing new features, fixing known issues, adding documentation, adding new tests, or reporting issues. -->

## License <a name="license"></a>

**Cannlytics Console** Copyright (C) 2020-2021 Cannlytics and Cannlytics Contributors.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Made with 💖 by Cannlytics and Cannlytics contributors.


