Skip to main content

🔥 Cannlytics is a suite of tools that you can use to wrangle, standardize, and analyze cannabis data

Project description

Cannabis data science and analytics.

https://cannlytics.com

License: MIT Version PyPI download month

🔥Cannlytics is a set of useful tools to wrangle, curate, augment, analyze, archive, and market cannabis data. The mission of Cannlytics is to help cannabis data and analytics be accessible. From seed to sale and beyond, Cannlytics can help you organize, analyze, and profit from your cannabis data. The cannlytics package is extensive and you are welcome to use any and all of the components that you find useful.

🚀 Installation

You can install the Cannlytics engine from PyPI.

pip install cannlytics

You can also simply clone the repository to get your hands on the Cannlytics source code.

git clone https://github.com/cannlytics/cannlytics.git

You can get the nightly development build by cloning the dev branch of the repository. The dev branch is not stable for production, but has the latest and greatest tools that we're working tirelessly to deliver to you shortly.

git clone -b dev https://github.com/cannlytics/cannlytics.git

🗝️ Authentication

Cannlytics leverages 🔥Firebase by default for data storage, file storage, and authentication. Use of Firebase is entirely optional and you are welcome to use your favorite database and backend services. If you choose to use Firebase, then you will need to provide credentials for your application by setting a GOOGLE_APPLICATION_CREDENTIALS environment variable that points to your service account credentials. For more information on adding authentication to your app, see the cannlytics.firebase documentation.

📡 Data

The cannlytics.data module is a large toolbox for accessing, collecting, cleaning, augmenting, standardizing, saving, and analyzing cannabis data. See the cannlytics.data documentation for more information on how to manage your cannabis data.

COAs

Certificates of analysis (COAs) are abundant for cultivators, processors, retailers, and consumers too, but the data is often locked away. Rich, valuable laboratory data so close, yet so far away! CoADoc puts these vital data points in your hands by parsing PDFs and URLs, finding all the data, standardizing the data, and cleanly returning the data to you. You can read more about using CoADoc in the cannlytics.data.coas documentation.

Market

Welcome to the Cannabis Data Market and Algorithm Farm, firsts of their kind. The idea is that algorithms and data can be published, purchased, and consumed in a decentralized manner as NFTs, through smart contracts, empowering both algorithm and data suppliers and consumers. It's a win-win mechanism that potentially millions can make a good living from creating, curating, and consuming data and algorithms in the cannabis space. Please feel free to begin to share any initial ideas, questions, comments, etc. and join in on the fun as we populate the first cannabis-specific data NFT and algorithm NFT marketplace. You can read more about using the data market in the cannlytics.data.market documentation.

🔥 Firebase

The cannlytics.firebase module is a wrapper of the firebase_admin package to make interacting with Firebase services, such as Firestore databases and Firebase Storage buckets, even easier. For more information, see the cannlytics.firebase documentation.

⚗️ LIMS

The cannlytics.lims.instruments submodule provides tools to collect data generated by scientific instruments typically used by analytical labs that test cannabis. You can see the cannlytics.lims documentation to see how to automatically collect results from your scientific instruments.

🛡️ Metrc

Cannlytics supports Metrc out-of-the-box. You can use the cannlytics.metrc module to securely interface with the Metrc API and perform all operations needed for compliance. Simply plug in your vendor and user API keys, specify your state of operations, and you're off to the races.

from cannlytics import metrc

# Initialize a Metrc API client.
track = metrc.authorize(
    'your-vendor-api-key',
    'your-user-api-key',
    primary_license='your-user-license-number',
    state='ok',
)

Producer / processor workflow:

# Get a plant by it's ID.
plant = track.get_plants(uid='123')

# Change the growth phase from vegetative to flowering.
plant.flower(tag='your-plant-tag')

# Move the flowering plant to a new room.
plant.move(location_name='The Flower Room')

# Manicure useable cannabis from the flowering plant.
plant.manicure(harvest_name='Old-Time Moonshine', weight=4.20)

# Harvest the flowering plant.
plant.harvest(harvest_name='Old-Time Moonshine', weight=420)

Lab workflow:

# Post lab results.
track.post_lab_results([{...}, {...}])

# Get a tested package.
test_package = track.get_packages(label='abc')

# Get the tested package's lab result.
lab_results = track.get_lab_results(uid=test_package.id)

Retail workflow:

# Get a retail package.
package = track.get_packages(label='abc')

# Create a sales receipts.
track.create_receipts([{...}, {...}])

# Get recent receipts.
sales = track.get_receipts(action='active', start='2021-04-20')

# Update the sales receipt.
sale = track.get_receipts(uid='420')
sale.total_price = 25
sale.update()

See the cannlytics.metrc documentation for more information and examples on how you can interface with the Metrc API.

📈 Statistics

The cannlytics.stats submodule contains a number of functions for estimating, saving, and using statistical models. You can read more about the statistical tools in the cannlytics.stats documentation.

🏛️ License

Copyright (c) 2021-2023 Cannlytics and The Cannabis Data Science Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Please cite the following if you use the code examples in your research:

@misc{cannlytics2022,
  title={Cannabis Data Science},
  author={Skeate, Keegan and Rice, Charles and O'Sullivan-Sutherland, Candace},
  journal={https://github.com/cannlytics/cannabis-data-science},
  year={2023}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cannlytics-0.0.15.tar.gz (218.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cannlytics-0.0.15-py3-none-any.whl (376.3 kB view details)

Uploaded Python 3

File details

Details for the file cannlytics-0.0.15.tar.gz.

File metadata

  • Download URL: cannlytics-0.0.15.tar.gz
  • Upload date:
  • Size: 218.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cannlytics-0.0.15.tar.gz
Algorithm Hash digest
SHA256 d3766eda029e13c57d7801eefbf02169346a36074e30fee370f1280c0e0de74b
MD5 defd623bc7253d95a065a267619b3427
BLAKE2b-256 6ceacb99b29674c5727f95d08f48fb9511578cd74f431ac7ebb9349a382756db

See more details on using hashes here.

File details

Details for the file cannlytics-0.0.15-py3-none-any.whl.

File metadata

  • Download URL: cannlytics-0.0.15-py3-none-any.whl
  • Upload date:
  • Size: 376.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cannlytics-0.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 ca85743c47e1b551cfdccdd6c311fc245a50c338e853ef745c5cfb22844d9081
MD5 39a4f78b3968522e01cb1acbe1d747d5
BLAKE2b-256 2033c495d5752831dd1929ab4c87cebc207d46a36b5f92ee0fe0001932d94c44

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page