An open API service indexing awesome lists of open source software.

https://github.com/poypoyan/funcd2db

Data processors to insert to database for use in Funcwords project.
https://github.com/poypoyan/funcd2db

csv data-transformation linguistics tree-structure

Last synced: 6 months ago
JSON representation

Data processors to insert to database for use in Funcwords project.

Awesome Lists containing this project

README

          

# funcd2db
Data processors to insert to database for use in Funcwords project.

Works with `venv` and install through `pip install .`.

## Components
* csv2db for CSV ([doc](doc/csv2db.md))
* tree2db for indent tree text ([doc](doc/tree2db.md))

To import, `from funcd2db import csv2db, tree2db`. Look on sample folder for sample usages.

## License
Distributed under the MIT software license. See the accompanying
file LICENSE or https://opensource.org/license/mit/.