Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use more sophisticated data format #6

Open
nobodyinperson opened this issue Mar 8, 2017 · 0 comments
Open

Use more sophisticated data format #6

nobodyinperson opened this issue Mar 8, 2017 · 0 comments
Assignees

Comments

@nobodyinperson
Copy link
Owner

The currently used file format is as simple as plain CSV. This is robust and easy, but limits possibilities. A new, more sophisticated format is needed.

Requirements:

  • Browsable not just by simbuto
  • preferrably non-binary
  • able to hold table-like data
  • easily modifyable via Python

This leads to a database-like format. Probably SQlite3, which is well implemented in Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant