Initial version

This commit is contained in:
Alex Selimov 2026-02-12 23:55:07 -05:00
commit 42996b0f4e
31 changed files with 933 additions and 0 deletions

View file

@ -0,0 +1,17 @@
README.md
pyproject.toml
citer/__init__.py
citer/cli.py
citer/exceptions.py
citer/fetchers.py
citer/formatter.py
citer/identifiers.py
citer/models.py
citer.egg-info/PKG-INFO
citer.egg-info/SOURCES.txt
citer.egg-info/dependency_links.txt
citer.egg-info/entry_points.txt
citer.egg-info/requires.txt
citer.egg-info/top_level.txt
tests/test_formatter.py
tests/test_identifiers.py