.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
LICENSE
README.md
billable_screenshot.png
build-snap.sh
logo.png
logo.svg
logo1.png
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements-snap.txt
requirements.txt
setup.cfg
docs/commands.md
docs/concepts.md
docs/configuration.md
docs/examples.md
docs/index.md
docs/installation.md
docs/library.md
docs/localization.md
docs/quickstart.md
docs/release.md
snap/snapcraft.yaml
src/stundu/__init__.py
src/stundu/_cli.py
src/stundu.egg-info/PKG-INFO
src/stundu.egg-info/SOURCES.txt
src/stundu.egg-info/dependency_links.txt
src/stundu.egg-info/entry_points.txt
src/stundu.egg-info/requires.txt
src/stundu.egg-info/top_level.txt
src/stundu/cli/__init__.py
src/stundu/cli/config.py
src/stundu/cli/formats.py
src/stundu/cli/i18n_setup.py
src/stundu/cli/locales/de.json
src/stundu/cli/locales/en.json
src/stundu/cli/locales/es.json
src/stundu/cli/locales/et.json
src/stundu/cli/locales/fr.json
src/stundu/cli/locales/it.json
src/stundu/cli/locales/lt.json
src/stundu/cli/locales/lv.json
src/stundu/cli/locales/pl.json
src/stundu/cli/locales/pt.json
src/stundu/cli/locales/uk.json
src/stundu/core/__init__.py
src/stundu/core/billing.py
src/stundu/core/engine.py
src/stundu/core/entry_references.py
src/stundu/core/invoice.py
src/stundu/core/models.py
src/stundu/core/rates.py
src/stundu/core/time_segments.py
src/stundu/exporters/__init__.py
src/stundu/exporters/ledger.py
src/stundu/exporters/timewarrior.py
src/stundu/importers/__init__.py
src/stundu/importers/ledger.py
src/stundu/importers/timewarrior.py
src/stundu/storage/__init__.py
src/stundu/storage/base.py
src/stundu/storage/csv_storage.py
src/stundu/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