| Age | Commit message (Collapse) | Author |
|
Avoids the need for code that modifies sys.path, but requires
running of the scripts using 'python -m' with backend/ as cwd.
Also expects constants like DB_FILE to be non-relative, due to
running from backend/.
|
|
Increase line spacing, add section comments, etc
|
|
|
|
|
|
Do minor refactors:
- Swap fmt=1 and fmt=2 in 'events' table
- Make documentation consistently use BC and AD
- import argparse at start of scripts
|
|
|
|
Add unit test, update README
|
|
Add package.json, for using npm package smartcrop-cli
Add unit test
|