Metadata-Version: 2.4
Name: nthlayer-measure
Version: 1.0.0
Summary: DEPRECATED — Functionality moved to nthlayer-workers (MeasureModule) as of v1.5. Install nthlayer-workers instead.
License: Apache-2.0
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0
Requires-Dist: httpx>=0.27
Requires-Dist: nthlayer-common
Requires-Dist: nthlayer-learn
Provides-Extra: api
Requires-Dist: fastapi>=0.115; extra == "api"
Requires-Dist: uvicorn[standard]>=0.34; extra == "api"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio<1.0,>=0.23; extra == "dev"
Requires-Dist: ruff>=0.8; extra == "dev"
Requires-Dist: fastapi>=0.115; extra == "dev"
Provides-Extra: otel
Requires-Dist: opentelemetry-api>=1.20.0; extra == "otel"
Requires-Dist: opentelemetry-sdk>=1.20.0; extra == "otel"
Dynamic: license-file

# nthlayer-measure (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:
> - **measure module:** [`nthlayer-workers/src/nthlayer_workers/measure/`][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/measure
[nthlayer]: https://github.com/rsionnach/nthlayer
[arch]: https://github.com/rsionnach/opensrm/blob/main/ARCHITECTURE.md
