Metadata-Version: 2.1
Name: swh.core
Version: 3.6.3
Summary: Software Heritage core utilities
Author-email: Software Heritage developers <swh-devel@inria.fr>
Project-URL: Homepage, https://gitlab.softwareheritage.org/swh/devel/swh-core
Project-URL: Bug Reports, https://gitlab.softwareheritage.org/swh/devel/swh-core/-/issues
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-core/
Project-URL: Source, https://gitlab.softwareheritage.org/swh/devel/swh-core.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 :: 5 - Production/Stable
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: backports.entry-points-selectable
Requires-Dist: click
Requires-Dist: deprecated
Requires-Dist: python-magic
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: sentry-sdk >=2
Requires-Dist: tenacity >=8.4.2
Provides-Extra: db
Requires-Dist: psycopg2 ; extra == 'db'
Requires-Dist: typing-extensions ; extra == 'db'
Provides-Extra: http
Requires-Dist: aiohttp ; extra == 'http'
Requires-Dist: aiohttp-utils >=3.1.1 ; extra == 'http'
Requires-Dist: blinker ; extra == 'http'
Requires-Dist: flask ; extra == 'http'
Requires-Dist: iso8601 ; extra == 'http'
Requires-Dist: msgpack >=1.0.0 ; extra == 'http'
Requires-Dist: requests ; extra == 'http'
Provides-Extra: logging
Requires-Dist: systemd-python ; extra == 'logging'
Provides-Extra: testing
Requires-Dist: hypothesis >=3.11.0 ; extra == 'testing'
Requires-Dist: pytest >=8.1 ; extra == 'testing'
Requires-Dist: pytest-mock ; extra == 'testing'
Requires-Dist: pytest-postgresql >5 ; extra == 'testing'
Requires-Dist: pytz ; extra == 'testing'
Requires-Dist: requests-mock ; extra == 'testing'
Requires-Dist: types-deprecated ; extra == 'testing'
Requires-Dist: types-psycopg2 ; extra == 'testing'
Requires-Dist: types-pytz ; extra == 'testing'
Requires-Dist: types-pyyaml ; extra == 'testing'
Requires-Dist: types-requests ; extra == 'testing'
Requires-Dist: systemd-python ; extra == 'testing'
Requires-Dist: aiohttp ; extra == 'testing'
Requires-Dist: aiohttp-utils >=3.1.1 ; extra == 'testing'
Requires-Dist: blinker ; extra == 'testing'
Requires-Dist: flask ; extra == 'testing'
Requires-Dist: iso8601 ; extra == 'testing'
Requires-Dist: msgpack >=1.0.0 ; extra == 'testing'
Requires-Dist: requests ; extra == 'testing'
Requires-Dist: psycopg2 ; extra == 'testing'
Requires-Dist: typing-extensions ; extra == 'testing'
Provides-Extra: testing_core
Requires-Dist: hypothesis >=3.11.0 ; extra == 'testing_core'
Requires-Dist: pytest >=8.1 ; extra == 'testing_core'
Requires-Dist: pytest-mock ; extra == 'testing_core'
Requires-Dist: pytest-postgresql >5 ; extra == 'testing_core'
Requires-Dist: pytz ; extra == 'testing_core'
Requires-Dist: requests-mock ; extra == 'testing_core'
Requires-Dist: types-deprecated ; extra == 'testing_core'
Requires-Dist: types-psycopg2 ; extra == 'testing_core'
Requires-Dist: types-pytz ; extra == 'testing_core'
Requires-Dist: types-pyyaml ; extra == 'testing_core'
Requires-Dist: types-requests ; extra == 'testing_core'

Software Heritage - Core foundations
====================================

Low-level utilities and helpers used by almost all other modules in the stack.

core library for swh's modules:

- config parser
- serialization
- logging mechanism
- database connection
- http-based RPC client/server
