cannapy
cannapy copied to clipboard
Python module for working with Cannabis data
Unix: Windows:
Metrics:
Usage:
cannapy
Overview
Python library for working with Cannabis data.
Setup
Requirements
- Python 3.6+
Installation
Install cannapy with pip:
$ pip install cannapy
or directly from the source code:
$ git clone https://github.com/cannabisdata/cannapy.git
$ cd cannapy
$ python setup.py install
Usage
After installation, the package can imported:
$ python
>>> import cannapy
>>> cannapy.__version__