Add csv and tomllib libraries

This commit is contained in:
Justin Bacher 2023-01-10 12:27:08 -06:00 committed by GitHub
parent 091e9e6c4e
commit 9ef6ae48cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1103,9 +1103,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* YAML * YAML
* [PyYAML](http://pyyaml.org/) - YAML implementations for Python. * [PyYAML](http://pyyaml.org/) - YAML implementations for Python.
* CSV * 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. * [csvkit](https://github.com/wireservice/csvkit) - Utilities for converting to and working with CSV.
* Archive * Archive
* [unp](https://github.com/mitsuhiko/unp) - A command line tool that can unpack archives easily. * [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 ## Static Site Generator