Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.13 KB

Unix: Unix Build Status Windows: Windows Build Status
Metrics: Coverage Status Scrutinizer Code Quality
Usage: PyPI Version

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__