Skip to main content

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.

Badages: Python version PyPI - Version GitHub Contributors Code style: black License

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:

  1. Pure-Python implemented.
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

labw_utils-1.0.4.tar.gz (126.7 kB view hashes)

Uploaded Source

Built Distribution

labw_utils-1.0.4-py3-none-any.whl (173.5 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