Metadata-Version: 2.1
Name: labtex
Version: 0.0.1
Summary: Lab report data analysis and LaTeX file generation
Home-page: https://github.com/CianLM/labtex
Author: CianLM
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# labtex

## Purpose

I wrote this package with the intention of providing a single solution to the repetitive tasks in a lab environment. Whether you are doing error propagation, linear regression or LaTeX tables by hand, this package aims to expedite the process.

## Features

- Measurement and MeasurementList classes with automatic:
  - Error propagation
  - Unit parsing and propagation
- Linear regression
- Automatic table generation in three styles
- Automatic plot generation with matplotlib
- Template LaTeX file output with the generated figures and tables included

## Installation

WIP

## Usage

WIP

## Contributions

Feel free to submit a pull request.


