Skip to content

WikiMovimentoBrasil/csv2qs

Repository files navigation

CSV to QuickStatements

This app converts from CSV file syntax to QuickStatements syntax.

It provides the contents of a CSV file in a format understandable to QuickStatements syntax.

This tool is available live at: https://csv2qs.toolforge.org/

Converting CSV to QS

  1. Go to csv2qs
  2. Upload your csv file using the proper syntax. If you prefer, use the model file only as a test
  3. Finally, click Submit to QuickStatements

Installation

There are several packages need to this application to function. All of them are listed in the requeriments.txt file. To install them, use

pip install -r requirements.txt

You also need to set the configuration file. Your config file should look like this:

SECRET_KEY: "YOUR_SECRET_KEY"
BABEL_DEFAULT_LOCALE: "pt"
LANGUAGES: ["pt","en"]

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU General Public License v3.0

Credits

This application was developed by the Wiki Movimento Brasil User Group

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published