Skip to main content

Lightweight design of plate-based experiments

Project description

Install

pip install skittle-sheets

To access private Google Sheets, generate a service account and JSON key file following https://cloud.google.com/iam/docs/creating-managing-service-account-keys

Place the JSON key file in the working directory, a parent directory, your home directory, or ~/config/skittle. Make sure the filename matches *service*.json (e.g,. move it to ~/config/.skittle_service.json).

Format and examples

layout and longform output

There are three meaningful blocks that are automatically extracted from the layout based on location. Any other content is ignored, so it's OK to put notes wherever you like.

  1. Key value pairs, like experiment: <experiment_name>. These must be at the top left of the sheet.
  2. Variable definitions. Each must be an Oklahoma-shaped region in the first three columns (variable name, value, and code).
  3. Grids mapping variables onto plates. The grid can be anywhere, but the spacing between variable name and row/column labels is important. Fill out the plate with codes (empty cells are OK). Plates labels can be listed after a semicolon (a grid with no plate label applies to all plates).

Here are (some examples)[https://docs.google.com/spreadsheets/d/1UVDRgs1w6fySZqJqEbEH1v7m1i0qhhpQ_r9Y59TZ8tU/edit#gid=968744084]:

# example A
skittle export https://docs.google.com/spreadsheets/d/1UVDRgs1w6fySZqJqEbEH1v7m1i0qhhpQ_r9Y59TZ8tU/edit#gid=968744084
# example B (shown above)
skittle export https://docs.google.com/spreadsheets/d/1UVDRgs1w6fySZqJqEbEH1v7m1i0qhhpQ_r9Y59TZ8tU/edit#gid=767021684
# example C
skittle export https://docs.google.com/spreadsheets/d/1UVDRgs1w6fySZqJqEbEH1v7m1i0qhhpQ_r9Y59TZ8tU/edit#gid=1432994532

Usage

Public Google Sheets

skittle export <URL>

Private Google Sheets

Share your Google Sheets document with the service account generated above (read-only is fine). Then run:

skittle export "<spreadsheet>/<worksheet>"

If the Drive and Sheets APIs are not already enabled, there will be an error message with a link prompting you to enable them.

Local .csv file

skittle export layout.csv

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

skittle-sheets-0.0.5.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

skittle_sheets-0.0.5-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

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