Metadata-Version: 2.1
Name: ludovico
Version: 0.0.1
Summary: An opinionated DataFrame-to-TeX table generator.
Home-page: https://github.com/aitorres/ludovico
Author: Andrés Ignacio Torres
Author-email: dev@aitorres.com
License: MIT
Project-URL: Bug Tracker, https://github.com/aitorres/ludovico/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Ludovico

An opinionated DataFrame-to-TeX table generator.

## What's this?

Ludovico is a small tool to generate valid TeX tables from data contained within Pandas DataFrames. It's a personal tool that I'm developing to assist myself in the process of generating tables for my Computer Science undergraduate senior thesis, which requires making a considerable amount of tables from data that is currently handled as dataframes.


