diff --git a/PKG-INFO b/PKG-INFO new file mode 100644 index 0000000..7b777fe --- /dev/null +++ b/PKG-INFO @@ -0,0 +1,27 @@ +Metadata-Version: 2.1 +Name: swh.auth +Version: 0.0.1 +Summary: Software Heritage Authentication +Home-page: https://forge.softwareheritage.org/source/swh-auth/ +Author: Software Heritage developers +Author-email: swh-devel@inria.fr +License: UNKNOWN +Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest +Project-URL: Funding, https://www.softwareheritage.org/donate +Project-URL: Source, https://forge.softwareheritage.org/source/swh- +Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-/ +Description: swh-auth + ========== + + Authentication library for SWH (keycloak common utilities) + + +Platform: UNKNOWN +Classifier: Programming Language :: Python :: 3 +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) +Classifier: Operating System :: OS Independent +Classifier: Development Status :: 3 - Alpha +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +Provides-Extra: testing diff --git a/setup.cfg b/setup.cfg index 8d79b7e..1d722c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,8 @@ [flake8] -# E203: whitespaces before ':' -# E231: missing whitespace after ',' -# W503: line break before binary operator ignore = E203,E231,W503 max-line-length = 88 + +[egg_info] +tag_build = +tag_date = 0 + diff --git a/swh.auth.egg-info/PKG-INFO b/swh.auth.egg-info/PKG-INFO new file mode 100644 index 0000000..7b777fe --- /dev/null +++ b/swh.auth.egg-info/PKG-INFO @@ -0,0 +1,27 @@ +Metadata-Version: 2.1 +Name: swh.auth +Version: 0.0.1 +Summary: Software Heritage Authentication +Home-page: https://forge.softwareheritage.org/source/swh-auth/ +Author: Software Heritage developers +Author-email: swh-devel@inria.fr +License: UNKNOWN +Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest +Project-URL: Funding, https://www.softwareheritage.org/donate +Project-URL: Source, https://forge.softwareheritage.org/source/swh- +Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-/ +Description: swh-auth + ========== + + Authentication library for SWH (keycloak common utilities) + + +Platform: UNKNOWN +Classifier: Programming Language :: Python :: 3 +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) +Classifier: Operating System :: OS Independent +Classifier: Development Status :: 3 - Alpha +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +Provides-Extra: testing diff --git a/swh.auth.egg-info/SOURCES.txt b/swh.auth.egg-info/SOURCES.txt new file mode 100644 index 0000000..d6d0b7e --- /dev/null +++ b/swh.auth.egg-info/SOURCES.txt @@ -0,0 +1,38 @@ +.gitignore +.pre-commit-config.yaml +AUTHORS +CODE_OF_CONDUCT.md +CONTRIBUTORS +LICENSE +MANIFEST.in +Makefile +README.md +mypy.ini +pyproject.toml +pytest.ini +requirements-swh.txt +requirements-test.txt +requirements.txt +setup.cfg +setup.py +tox.ini +docs/.gitignore +docs/Makefile +docs/conf.py +docs/index.rst +docs/_static/.placeholder +docs/_templates/.placeholder +swh/__init__.py +swh.auth.egg-info/PKG-INFO +swh.auth.egg-info/SOURCES.txt +swh.auth.egg-info/dependency_links.txt +swh.auth.egg-info/requires.txt +swh.auth.egg-info/top_level.txt +swh/auth/__init__.py +swh/auth/cli.py +swh/auth/keycloak.py +swh/auth/py.typed +swh/auth/tests/__init__.py +swh/auth/tests/conftest.py +swh/auth/tests/sample_data.py +swh/auth/tests/test_keycloak.py \ No newline at end of file diff --git a/swh.auth.egg-info/dependency_links.txt b/swh.auth.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/swh.auth.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/swh.auth.egg-info/requires.txt b/swh.auth.egg-info/requires.txt new file mode 100644 index 0000000..511f790 --- /dev/null +++ b/swh.auth.egg-info/requires.txt @@ -0,0 +1,6 @@ +python-keycloak>=0.19.0 +swh.core[http]>=0.3 + +[testing] +pytest +requests_mock diff --git a/swh.auth.egg-info/top_level.txt b/swh.auth.egg-info/top_level.txt new file mode 100644 index 0000000..0cb0f8f --- /dev/null +++ b/swh.auth.egg-info/top_level.txt @@ -0,0 +1 @@ +swh