Metadata-Version: 2.4
Name: nthlayer-correlate
Version: 1.0.0
Summary: DEPRECATED — Functionality moved to nthlayer-workers as of v1.5. Install: pip install nthlayer-workers
License: Apache-2.0
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: structlog>=24.1
Requires-Dist: httpx>=0.27
Requires-Dist: nthlayer-common
Requires-Dist: nthlayer-learn
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: ruff>=0.8; extra == "dev"
Dynamic: license-file

# nthlayer-correlate (Deprecated)

> **This repository is deprecated.** The functionality previously
> developed here has been consolidated into [`nthlayer-workers`][workers]
> as part of the tiered architecture migration.
>
> Active development continues in the new structure:
> - **correlate module:** [`nthlayer-workers/src/nthlayer_workers/correlate/`][module]
> - **Project front door:** [`nthlayer`][nthlayer]
> - **Architecture context:** [`opensrm/ARCHITECTURE.md`][arch]
>
> This repository is preserved for historical reference and will be
> archived 90 days from the date of this notice.
>
> If you arrived here from an article or external link, the up-to-date
> implementation is at [`nthlayer-workers`][workers]. Project context
> and architectural principles are at [`nthlayer`][nthlayer].


[workers]: https://github.com/rsionnach/nthlayer-workers
[module]: https://github.com/rsionnach/nthlayer-workers/tree/main/src/nthlayer_workers/correlate
[nthlayer]: https://github.com/rsionnach/nthlayer
[arch]: https://github.com/rsionnach/opensrm/blob/main/ARCHITECTURE.md
