.cruft.json
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
ruff.toml
.github/workflows/lint.yml
.github/workflows/pages.yml
.github/workflows/pypi.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/conf.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/tips.rst
docs/usage.rst
docs/_images/.gitkeep
docs/_images/nyan-cat.gif
docs/_schemas/cat.py
docs/_schemas/dog1.py
docs/_schemas/dog2.py
docs/_schemas/dogs.rst
docs/_schemas/indiana-dog.txt
docs/_schemas/mimi.txt
docs/_schemas/nyan-cat.txt
docs/_static/.gitkeep
docs/_static/custom.css
docs/_static/sphinx-notes.png
src/sphinxnotes/any/__init__.py
src/sphinxnotes/any/datetime.py
src/sphinxnotes/any/domain.py
src/sphinxnotes/any/dump.py
src/sphinxnotes/any/indexers.py
src/sphinxnotes/any/meta.py
src/sphinxnotes/any/obj.py
src/sphinxnotes/any/py.typed
src/sphinxnotes/any/utils.py
src/sphinxnotes_any.egg-info/PKG-INFO
src/sphinxnotes_any.egg-info/SOURCES.txt
src/sphinxnotes_any.egg-info/dependency_links.txt
src/sphinxnotes_any.egg-info/requires.txt
src/sphinxnotes_any.egg-info/top_level.txt
tests/__init__.py
tests/test_datetime.py