Skip to main content

A Command Line Tool for Managing Laboratory Projects

Project description

https://img.shields.io/pypi/v/pocketlab.svg https://img.shields.io/pypi/l/pocketlab.svg https://img.shields.io/coveralls/github/collectiveacuity/pocketlab.svg

pocketLab

A Command Line Tool for Managing Laboratory Projects

Downloads:

http://pypi.python.org/pypi/pocketLab

Source:

https://github.com/collectiveacuity/pocketLab

Documentation:

https://collectiveacuity.github.io/pocketLab/

Installation

From PyPi:

$ pip install pocketlab

From GitHub:

$ git clone https://github.com/collectiveacuity/pocketlab
$ cd pocketlab
$ python setup.py sdist --format=gztar,zip
$ pip wheel --no-index --no-deps --wheel-dir dist dist/pocketlab-0.*.tar.gz
$ pip install dist/pocketlab-0.*-py3-none-any.whl

Getting Started

This module is designed to manage the development operations of lab projects and make it easier to deploy code across different platforms. Pocket Lab relies heavily upon Docker to provide consistency across development environments but it also streamlines the Docker workflow without compromising the security of credentials and sensitive code.

Service-Oriented Architecture

Pocket Lab is built to facilitate a service-oriented architecture. A service can be a data processor, client-side code, a backend server, a job scheduler, a database, etc… But a service also maps one-to-one to many other components of development: a repo, an image, a container, a folder, etc… Importantly, a project or application is typically made up of one or more services and services can also be provided by a third party. This module uses the service as the principle atomic component to manage the compositional process of project development.

Initialize the lab framework in the working directory:

$ lab init <service>

Return to service root from any directory:

$ home <service>

For a list of all the commands, 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 Distribution

pocketlab-0.12.tar.gz (87.3 kB view hashes)

Uploaded Source

Built Distribution

pocketlab-0.12-py3-none-any.whl (116.0 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