Initial version
This commit is contained in:
commit
42996b0f4e
31 changed files with 933 additions and 0 deletions
17
citer.egg-info/SOURCES.txt
Normal file
17
citer.egg-info/SOURCES.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue