.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
LICENSE
README.md
__init__.py
billable_screenshot.png
build-snap.sh
logo.png
logo.svg
logo1.png
pyproject.toml
requirements-dev.txt
requirements-snap.txt
requirements.txt
setup.cfg
stundu.py
cli/__init__.py
cli/config.py
cli/formats.py
cli/i18n_setup.py
cli/locales/de.json
cli/locales/en.json
cli/locales/es.json
cli/locales/et.json
cli/locales/fr.json
cli/locales/it.json
cli/locales/lt.json
cli/locales/lv.json
cli/locales/pl.json
cli/locales/pt.json
cli/locales/uk.json
core/__init__.py
core/billing.py
core/engine.py
core/entry_references.py
core/invoice.py
core/models.py
core/rates.py
core/time_segments.py
docs/concepts.md
docs/examples.md
docs/release.md
exporters/__init__.py
exporters/ledger.py
exporters/timewarrior.py
importers/__init__.py
importers/ledger.py
importers/timewarrior.py
snap/snapcraft.yaml
storage/__init__.py
storage/base.py
storage/csv_storage.py
stundu.egg-info/PKG-INFO
stundu.egg-info/SOURCES.txt
stundu.egg-info/dependency_links.txt
stundu.egg-info/entry_points.txt
stundu.egg-info/requires.txt
stundu.egg-info/top_level.txt
templates/invoice.html
tests/__init__.py
tests/conftest.py
tests/test_billing.py
tests/test_csv_storage.py
tests/test_engine.py
tests/test_entry_references.py
tests/test_exporter_ledger.py
tests/test_exporter_timewarrior.py
tests/test_exporters.py
tests/test_formats.py
tests/test_importer_ledger.py
tests/test_importer_timewarrior.py
tests/test_importers.py
tests/test_invoice.py
tests/test_models.py
tests/test_rates.py
tests/test_report.py
tests/test_time_segments.py