A Command Line Tool for Managing Laboratory Projects
Project description
pocketLab
A Command Line Tool for Managing Laboratory Projects
- Downloads:
- Source:
- Documentation:
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
Built Distribution
File details
Details for the file pocketlab-0.12.tar.gz
.
File metadata
- Download URL: pocketlab-0.12.tar.gz
- Upload date:
- Size: 87.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17b8672b0168d3e9b2f50236cb8e0fd561f0ea875ee0c3162f84fe75a6438c7b |
|
MD5 | 92f6438e18ccbae21b7937b5bd271469 |
|
BLAKE2b-256 | 8c832a1df85cc449ca10be0e3abf1f6a3e6aded3e9efcab54013299371ee02a0 |
File details
Details for the file pocketlab-0.12-py3-none-any.whl
.
File metadata
- Download URL: pocketlab-0.12-py3-none-any.whl
- Upload date:
- Size: 116.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ec028059789bb381732550753bbde664546fc9567d0875f80a556f040bb0793 |
|
MD5 | 1524af298bbd150b0edc53bdf2056cbb |
|
BLAKE2b-256 | a0ebd1e3e545fc5aed2c17cfbbeb905699314c43130b96eb0f7f992c9ba10d79 |