Metadata-Version: 2.4
Name: fastcs-secop
Version: 0.2.0
Summary: SECoP device support using FastCS
Author-email: ISIS Experiment Controls <ISISExperimentControls@stfc.ac.uk>
Maintainer-email: ISIS Experiment Controls <ISISExperimentControls@stfc.ac.uk>
Project-URL: Homepage, https://github.com/isiscomputinggroup/fastcs-secop
Project-URL: Bug Reports, https://github.com/isiscomputinggroup/fastcs-secop/issues
Project-URL: Source, https://github.com/isiscomputinggroup/fastcs-secop
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastcs==0.14.0
Requires-Dist: orjson
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Requires-Dist: myst_parser; extra == "doc"
Requires-Dist: sphinx-autobuild; extra == "doc"
Requires-Dist: sphinx-codeautolink; extra == "doc"
Requires-Dist: sphinxcontrib-mermaid; extra == "doc"
Requires-Dist: sphinxcontrib-spelling; extra == "doc"
Provides-Extra: lint
Requires-Dist: pyright==1.1.410; extra == "lint"
Requires-Dist: ruff==0.15.16; extra == "lint"
Provides-Extra: test
Requires-Dist: lewis; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: dev
Requires-Dist: fastcs-secop[doc,lint,test]; extra == "dev"
Requires-Dist: fastcs[all]; extra == "dev"
Dynamic: license-file

# `fastcs-secop`

Support for [SECoP](https://sampleenvironment.github.io/secop-site/intro/index.html) devices using
[FastCS](https://diamondlightsource.github.io/FastCS/main/index.html).

For details see [documentation](https://isiscomputinggroup.github.io/fastcs-secop).
