Skip to main content

A Collection of Methods for Data Collection & Processing

Project description

https://img.shields.io/pypi/v/labpack.svg https://img.shields.io/pypi/dm/labpack.svg https://img.shields.io/pypi/l/labpack.svg

labPack

A Collection of Methods for Data Collection & Processing

Downloads:

http://pypi.python.org/pypi/labPack

Source:

https://github.com/collectiveacuity/labPack

Installation

>From PyPi:

$ pip install labpack

>From GitHub:

$ git clone https://github.com/collectiveacuity/labPack
$ cd labPack
$ python setup.py install

Getting Started

This module is designed to make the process of retrieving, managing and processing data more uniform across a variety of different sources and structures. The classes and methods in this module aggregate and curate python resources and online APIs to provide a set of best practices for handling data across laboratory projects.

Create an unique ID for records:

from labpack.records.id import labID

id = labID()
url_safe_id_string = id.id48
id_datetime = id.epoch
id_mac_address = id.mac

Save record data in local user data:

from labpack.storage.appdata import appdataClient

msg_key = '%s/%s.yaml' % (id_mac_address, id_datetime)
msg_details = { 'dt': id_datetime, 'mac': id_mac_address, 'msg': 'Text me back' }
msg_client = appdataClient('Outgoing', 'My Team', 'My App')
mgs_client.create(msg_key, msg_details)

For more details about how to use labPack, refer to the Reference Documentation on GitHub

Project details


Download files

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

Source Distributions

labpack-0.7.zip (58.2 kB view details)

Uploaded Source

labpack-0.7.tar.gz (44.5 kB view details)

Uploaded Source

Built Distribution

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

labpack-0.7-py3-none-any.whl (53.0 kB view details)

Uploaded Python 3

File details

Details for the file labpack-0.7.zip.

File metadata

  • Download URL: labpack-0.7.zip
  • Upload date:
  • Size: 58.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for labpack-0.7.zip
Algorithm Hash digest
SHA256 963ada8913783ace829acd320c4d211bb408e17ff2ac086f2332b74160eb683c
MD5 f0b972531728b87246fad4a7047aa2f4
BLAKE2b-256 8e94d8386731dbe8165310b9f52ad9ca120656d4f94683ef8cbb910bd01e7620

See more details on using hashes here.

File details

Details for the file labpack-0.7.tar.gz.

File metadata

  • Download URL: labpack-0.7.tar.gz
  • Upload date:
  • Size: 44.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for labpack-0.7.tar.gz
Algorithm Hash digest
SHA256 904066aa790f4c1eda918e9196b31dc663a2483bc178e44e81ae7e7d0f7e8457
MD5 13dfb9dad734d883807fdedb7e40bed0
BLAKE2b-256 667c0a266c36a80248aa454481d33636b4f1cbd67bac2d498fd9c63fb7c22213

See more details on using hashes here.

File details

Details for the file labpack-0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for labpack-0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 974b982d5a91294543f9ce6307114f19f60338972e076b4fad0c5446e62d7028
MD5 8cb03dd27096bf028b5361c00a96843e
BLAKE2b-256 7f67df6a4356a32d8842b5e880769094981ad476fc33ce6e63609308fd57c78d

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