Utilities Python functions & classes used in LabW
Project description
labw_utils
-- Utility Python functions & classes used in LabW
Markdown compatibility guide This file is written in Myst-flavored Markdown, and may show errors on the default landing page of PYPI or Git Hosting. You can correctly preview it on generated Sphinx documentation or Visual Studio Code with ExecutableBookProject.myst-highlight plugin.
Not finished -- Do not use.
labw_utils
contains a series of Python functions and classes for biological and general purpose programming in LabW.
The code base is designed with the following principles:
- Pure-Python implemented.
- Minimal dependency.
Installation
Using pre-built Library from PYPI
You need Python interpreter (CPython implementation) >= 3.8 (recommended 3.9) and latest pip
to install this software from PYPI. Command:
pip install labw_utils[defaults]
You are recommended to use this application inside a virtual environment like venv
, virtualenv
, pipenv
, conda
or poetry
.
Build from Source
You need Python interpreter (CPython implementation) >= 3.8 (recommended 3.9), latest PYPA build
and latest setuptools
to build this software. You are recommended to build the software in a virtual environment provided by virtualenv
, etc.
Build the software using:
rm -fr dist # Remove build of previous versions
python3 -m build
pip install dist/labw_utils-*.whl
Project details
Release history Release notifications | RSS feed
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 labw_utils-1.0.4.tar.gz
.
File metadata
- Download URL: labw_utils-1.0.4.tar.gz
- Upload date:
- Size: 126.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e502cb9192c1a0af9e2d4ec19799f4253c780f4cdc6b7ba394a151b81a71d76 |
|
MD5 | 48c0917d3259390cdaf665ca67d72e0d |
|
BLAKE2b-256 | dac817b0d267a76789cab3c01c80b9cc724967031ae813efe164e4a0edd4b769 |
File details
Details for the file labw_utils-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: labw_utils-1.0.4-py3-none-any.whl
- Upload date:
- Size: 173.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1322c67411dd7e7b12184a4351b22b6e20d54527700fdae4be2192b214cc46b8 |
|
MD5 | 2660a9fdd461511e6ba85b1d15bf21e6 |
|
BLAKE2b-256 | cfa5fc55e00ebe709fedb3b1742aa4b0f25bba7fb3cc5818920aceba93836bfd |