Metadata-Version: 2.0
Name: pyclarity-lims
Version: 0.4.4
Summary: Python interface to the Basespace-Clarity LIMS (Laboratory Information Management System) server via its REST API.
Home-page: https://github.com/EdinburghGenomics/pyclarity-lims
Author: Timothee Cezard
Author-email: timothee.cezard@ed.ac.uk
License: GPLv3
Description-Content-Type: UNKNOWN
Keywords: clarity api rest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Dist: requests

A basic module for interacting with the Basespace-Clarity LIMS server via its REST API.
The goal is to provide simple access to the most common entities and their attributes in
a reasonably Pythonic fashion.

