labw-utils 1.0.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

labwutils 1.0.4

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.
Badages:





URLs: PYPI, GitHub.
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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.