locomotive icon indicating copy to clipboard operation
locomotive copied to clipboard

Code cleanup

Open maxmouchet opened this issue 5 years ago • 0 comments

  • [x] Remove passenger store and associated CLI flag (unused feature, may be re-implemented later if needed)
  • [ ] Separate offline/online tests (use pytest markers ? http://doc.pytest.org/en/latest/example/markers.html)
  • [ ] Separate CLI repo (locomotive-cli ?)
  • [ ] Merge mypy and isort config. to pyproject.toml when supported
  • [x] abstract -> base, multiple inheritance for features supported by the clients
  • [ ] More tests, increase coverage
  • [ ] Change logo (tunnel), update README.md (Julia style)
  • [ ] Multithreaded clients
  • [ ] Proper date formatting (babel, pendulum, ?)

maxmouchet avatar Jan 30 '20 12:01 maxmouchet