Welcome to Lab Utils! ===================== :obj:`lab_utils` is a collection of useful modules for Python development in the context of scientific laboratory work. It was created to standardize common tasks and features used by many different apps and users. The package aims to provide simple, efficient and robust in the following areas: - **PostgreSQL Database Interface**. The :obj:`database` module provides a simple interface to manage connections to a `PostgreSQL `_ database. It uses the package :obj:`psycopg2` (a Python wrapper of the C library `libpq `_) to provide simple database functionality. If this is your first time using :obj:`lab_utils`, have a look at our :doc:`Readme` for a more detailed summary and installation instructions. If you're already familiar with this package, or you want to dive straight in, you can jump to the :doc:`API reference `. There are also some :doc:`examples` which demonstrate specific applications of the modules. .. toctree:: :maxdepth: 1 Welcome Readme api examples Changelog Contributing License