diff --git a/PKG-INFO b/PKG-INFO new file mode 100644 index 0000000..301f9c4 --- /dev/null +++ b/PKG-INFO @@ -0,0 +1,26 @@ +Metadata-Version: 2.1 +Name: swh.counters +Version: 0.1.0 +Summary: Software Heritage Next gen counters +Home-page: https://forge.softwareheritage.org/source/swh-counters +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-counters +Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-counters/ +Description: swh-counters + =============== + + Next generation counters for swh objects + +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.counters.egg-info/PKG-INFO b/swh.counters.egg-info/PKG-INFO new file mode 100644 index 0000000..301f9c4 --- /dev/null +++ b/swh.counters.egg-info/PKG-INFO @@ -0,0 +1,26 @@ +Metadata-Version: 2.1 +Name: swh.counters +Version: 0.1.0 +Summary: Software Heritage Next gen counters +Home-page: https://forge.softwareheritage.org/source/swh-counters +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-counters +Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-counters/ +Description: swh-counters + =============== + + Next generation counters for swh objects + +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.counters.egg-info/SOURCES.txt b/swh.counters.egg-info/SOURCES.txt new file mode 100644 index 0000000..aff1fe5 --- /dev/null +++ b/swh.counters.egg-info/SOURCES.txt @@ -0,0 +1,48 @@ +.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.counters.egg-info/PKG-INFO +swh.counters.egg-info/SOURCES.txt +swh.counters.egg-info/dependency_links.txt +swh.counters.egg-info/entry_points.txt +swh.counters.egg-info/requires.txt +swh.counters.egg-info/top_level.txt +swh/counters/__init__.py +swh/counters/cli.py +swh/counters/interface.py +swh/counters/journal_client.py +swh/counters/kafka_client.py +swh/counters/py.typed +swh/counters/redis.py +swh/counters/api/__init__.py +swh/counters/api/client.py +swh/counters/api/server.py +swh/counters/tests/__init__.py +swh/counters/tests/conftest.py +swh/counters/tests/test_cli.py +swh/counters/tests/test_init.py +swh/counters/tests/test_journal_client.py +swh/counters/tests/test_redis.py +swh/counters/tests/test_server.py \ No newline at end of file diff --git a/swh.counters.egg-info/dependency_links.txt b/swh.counters.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/swh.counters.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/swh.counters.egg-info/entry_points.txt b/swh.counters.egg-info/entry_points.txt new file mode 100644 index 0000000..fdd39c1 --- /dev/null +++ b/swh.counters.egg-info/entry_points.txt @@ -0,0 +1,4 @@ + + [swh.cli.subcommands] + counters=swh.counters.cli + \ No newline at end of file diff --git a/swh.counters.egg-info/requires.txt b/swh.counters.egg-info/requires.txt new file mode 100644 index 0000000..a2aad89 --- /dev/null +++ b/swh.counters.egg-info/requires.txt @@ -0,0 +1,9 @@ +redis +swh.core[http]>=0.3 +swh.journal + +[testing] +pytest +pytest-mock +confluent-kafka +pytest-redis diff --git a/swh.counters.egg-info/top_level.txt b/swh.counters.egg-info/top_level.txt new file mode 100644 index 0000000..0cb0f8f --- /dev/null +++ b/swh.counters.egg-info/top_level.txt @@ -0,0 +1 @@ +swh