Metadata-Version: 2.1
Name: labscribe
Version: 0.4.7
Summary: A small package for managing python experiment scripts
Home-page: https://github.com/jaypmorgan/labscribe
Author: Jay Morgan
Author-email: jay.p.morgan@outlook.com
Requires-Python: >=3
Description-Content-Type: text/markdown

# labscribe
[![PyPI version](https://badge.fury.io/py/labscribe.svg)](https://badge.fury.io/py/labscribe) [![Documentation Status](https://readthedocs.org/projects/labscribe/badge/?version=latest)](https://labscribe.readthedocs.io/en/latest/?badge=latest)

Welcome to labscribe, a python package for the recording of experiments -- logging of assets, metrics/results, and command line parameters. We feature a number of different formats for logging that include CSV files, GoogleSheets and SQLite.

### Getting started

To install labscribe, simply install from pypi:

```bash
pip install --upgrade labscribe
```
