.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
justfile
mkdocs.yml
pyproject.toml
.github/workflows/lint.yaml
.github/workflows/pypi.yaml
.github/workflows/site.yaml
.github/workflows/type.yaml
.github/workflows/unit-test.yaml
dayplot/__init__.py
dayplot/calendar.py
dayplot/github.py
dayplot/sample.csv
dayplot/styles.py
dayplot/utils.py
dayplot.egg-info/PKG-INFO
dayplot.egg-info/SOURCES.txt
dayplot.egg-info/dependency_links.txt
dayplot.egg-info/requires.txt
dayplot.egg-info/top_level.txt
docs/contributing.md
docs/index.md
docs/img/covid.png
docs/img/musk.png
docs/img/quickstart-boxstyle.png
docs/img/quickstart-cmap.png
docs/img/quickstart-dark.png
docs/img/quickstart-gap.png
docs/img/quickstart-github.png
docs/img/quickstart-monthgrid.png
docs/img/quickstart.png
docs/img/tunis.png
docs/img/tweets.png
docs/reference/calendar.md
docs/reference/fetch_github_contrib.md
docs/reference/load_dataset.md
docs/scripts/advanced.py
docs/scripts/quick_start.py
docs/stylesheets/style.css
docs/tuto/advanced.md
docs/tuto/basic-styling.md
docs/tuto/boxstyle.md
docs/tuto/built-in-styles.md
docs/tuto/combine-charts.md
docs/tuto/fetch-github-contribs.md
docs/tuto/legend.md
docs/tuto/month-grid.md
docs/tuto/negative-values.md
overrides/partials/footer.html
tests/__init__.py
tests/test_data.py
tests/test_fetch_github.py
tests/test_main.py
tests/test_parse_date.py