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
Release files for pocketlab 0.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pocketlab-0.12.tar.gz | 87.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pocketlab-0.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 203.3 kB
Release files / pocketlab-0.12.tar.gz
| Download URL | pocketlab-0.12.tar.gz |
|---|---|
| Size | 87.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
17b8672b0168d3e9b2f50236cb8e0fd561f0ea875ee0c3162f84fe75a6438c7b
|
|
BLAKE2b-256 checksum How to use checksums |
8c832a1df85cc449ca10be0e3abf1f6a3e6aded3e9efcab54013299371ee02a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pocketlab-0.12-py3-none-any.whl
| Download URL | pocketlab-0.12-py3-none-any.whl |
|---|---|
| Size | 116.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8ec028059789bb381732550753bbde664546fc9567d0875f80a556f040bb0793
|
|
BLAKE2b-256 checksum How to use checksums |
a0ebd1e3e545fc5aed2c17cfbbeb905699314c43130b96eb0f7f992c9ba10d79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|