Readme + TODO

This commit is contained in:
Félix Baylac-Jacqué 2021-01-17 16:46:36 +01:00
parent 8dd5cb8dbb
commit 7dcfebfd4e
2 changed files with 13 additions and 0 deletions

12
readme.md Normal file
View File

@ -0,0 +1,12 @@
# Arkhéïa Spreadsheet Importer
```
usage: import-spreadsheet SPREADSHEET OUTPUT_FILE
```
Note, we make the assumption we're both using `nix-shell` **and** a python virtualenv 🙃. (a dep was broken on NixPkgs, I was too lazy to fix it.)
TODO:
- Relax the dependency on Nix.
- Try that on a Windows computer.

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
pyexcel-ods