From 9ef6ae48ccd24e0d9cb1e43e7bc9503b14340d37 Mon Sep 17 00:00:00 2001 From: Justin Bacher <32350542+JustinBacher@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:27:08 -0600 Subject: [PATCH] Add csv and tomllib libraries --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c01386f6..cb4e9234 100644 --- a/README.md +++ b/README.md @@ -1103,9 +1103,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * YAML * [PyYAML](http://pyyaml.org/) - YAML implementations for Python. * CSV + * [csv](https://docs.python.org/3/library/csv.html) - (Python standard libray) Read and write tabular data in CSV format. * [csvkit](https://github.com/wireservice/csvkit) - Utilities for converting to and working with CSV. * Archive * [unp](https://github.com/mitsuhiko/unp) - A command line tool that can unpack archives easily. +* TOML + * [tomllib](https://docs.python.org/3/library/tomllib.html) - (Python standard library) Provides an interface for parsing TOML ## Static Site Generator