.bumpversion.cfg
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/workflows/ci.yml
.github/workflows/publish-package-to-pypi.yml
src/.gitkeep
src/stare/__init__.py
src/stare/commandline.py
src/stare/core.py
src/stare/exceptions.py
src/stare/settings.py
src/stare/utilities.py
src/stare/version.py
src/stare.egg-info/PKG-INFO
src/stare.egg-info/SOURCES.txt
src/stare.egg-info/dependency_links.txt
src/stare.egg-info/entry_points.txt
src/stare.egg-info/requires.txt
src/stare.egg-info/top_level.txt
src/stare/data/CERN_chain.pem
src/stare/models/__init__.py
src/stare/models/analysis.py
src/stare/models/paper.py
tests/.gitkeep
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_session.py
tests/test_user.py
tests/integration/test_analysis.py
tests/integration/test_paper.py
tests/integration/test_user.py
tests/integration/cassettes/test_analysis.test_get.json
tests/integration/cassettes/test_paper.test_get.json
tests/integration/cassettes/test_user.test_user_bad_login.json
tests/integration/cassettes/test_user.test_user_good_login.json