mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add csvkit
This commit is contained in:
parent
805fc80689
commit
b9c018f7a3
1 changed files with 3 additions and 1 deletions
|
@ -216,6 +216,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown.
|
||||
* YAML
|
||||
* [PyYAML](http://pyyaml.org/) - YAML implementations for Python.
|
||||
* CSV
|
||||
* [csvkit](https://github.com/onyxfish/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.
|
||||
|
||||
|
@ -350,7 +352,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
*Databases implemented in Python.*
|
||||
|
||||
* [ZODB](http://www.zodb.org/) - A native object database for Python. A key-value and object graph database.
|
||||
* [pickleDB](https://pythonhosted.org/pickleDB/) - A simple and lightweight key-value store for Python.
|
||||
* [pickleDB](https://pythonhosted.org/pickleDB/) - A simple and lightweight key-value store for Python.
|
||||
|
||||
## Database Drivers
|
||||
|
||||
|
|
Loading…
Reference in a new issue