Metadata-Version: 2.1
Name: lazylines
Version: 0.0.3
Author: Vincent D. Warmerdam
Classifier: Intended Audience :: Science/Research
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: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

<img src="icon.png" width="125" height="125" align="right" />

# lazylines 

This project contains a minimal method-chained API to deal with `.jsonl` files. 
It's made as a personal companion for the `db-out` output from Prodigy. The API
is inspired by [dplyr](https://dplyr.tidyverse.org/) and is designed to be lazy.

At the moment this repo is still a work in progress. I'm using this tool from time to time in my own work to see if features are missing. 

Things that might be nice:

- [ ] some spaCy helpers that can attach specific information in the right format
- [ ] something that can automate the docs for me
