Metadata-Version: 2.1
Name: swh.counters
Version: 0.11.0
Summary: Software Heritage archive counters
Author-email: Software Heritage developers <swh-devel@inria.fr>
Project-URL: Homepage, https://gitlab.softwareheritage.org/swh/devel/swh-counters
Project-URL: Bug Reports, https://gitlab.softwareheritage.org/swh/devel/swh-counters/-/issues
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-counters/
Project-URL: Source, https://gitlab.softwareheritage.org/swh/devel/swh-counters.git
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/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: Flask
Requires-Dist: redis
Requires-Dist: swh.core[http] >=0.3
Requires-Dist: swh.journal >=1.3
Provides-Extra: testing
Requires-Dist: Flask ; extra == 'testing'
Requires-Dist: redis ; extra == 'testing'
Requires-Dist: swh.core[http] >=0.3 ; extra == 'testing'
Requires-Dist: swh.journal >=1.3 ; extra == 'testing'
Requires-Dist: confluent-kafka ; extra == 'testing'
Requires-Dist: pytest >=8.1 ; extra == 'testing'
Requires-Dist: pytest-mock ; extra == 'testing'
Requires-Dist: pytest-redis ; extra == 'testing'
Requires-Dist: pyyaml ; extra == 'testing'
Requires-Dist: requests-mock ; extra == 'testing'
Requires-Dist: swh.core[testing] ; extra == 'testing'
Requires-Dist: types-pyyaml ; extra == 'testing'
Requires-Dist: types-redis ; extra == 'testing'
Requires-Dist: types-requests ; extra == 'testing'

swh-counters
============

Service providing efficient estimates of the number of objects in the SWH archive, using
Redis's Hyperloglog
