Metadata-Version: 2.4
Name: bluesky
Version: 1.15.1
Summary: Experiment specification & orchestration.
Author: danielballan
License: BSD 3-Clause License
        
        Copyright (c) 2015, Brookhaven National Laboratory
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors
           may be used to endorse or promote products derived from this software
           without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: GitHub, https://github.com/bluesky/bluesky
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_README
Requires-Dist: cycler
Requires-Dist: event-model>=1.23.1
Requires-Dist: historydict
Requires-Dist: msgpack
Requires-Dist: msgpack-numpy
Requires-Dist: numpy
Requires-Dist: opentelemetry-api
Requires-Dist: toolz
Requires-Dist: tqdm>=4.44
Requires-Dist: typing-extensions>=4.10.0
Provides-Extra: dev
Requires-Dist: attrs; extra == "dev"
Requires-Dist: bluesky-tiled-plugins; extra == "dev"
Requires-Dist: cloudpickle; extra == "dev"
Requires-Dist: copier; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: databroker; extra == "dev"
Requires-Dist: doct; extra == "dev"
Requires-Dist: doctr; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: ipywidgets; extra == "dev"
Requires-Dist: jinja2; extra == "dev"
Requires-Dist: lmfit; extra == "dev"
Requires-Dist: matplotlib>=3.5.0; extra == "dev"
Requires-Dist: mongoquery; extra == "dev"
Requires-Dist: mongomock; extra == "dev"
Requires-Dist: multiprocess; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: myst-parser; extra == "dev"
Requires-Dist: networkx; extra == "dev"
Requires-Dist: numpydoc; extra == "dev"
Requires-Dist: opentelemetry-sdk; extra == "dev"
Requires-Dist: ophyd; extra == "dev"
Requires-Dist: orjson; extra == "dev"
Requires-Dist: packaging; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Requires-Dist: pickleshare; extra == "dev"
Requires-Dist: pipdeptree; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pydata-sphinx-theme>=0.12; extra == "dev"
Requires-Dist: pyepics; extra == "dev"
Requires-Dist: pyqt5; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-faulthandler; extra == "dev"
Requires-Dist: pyyaml; extra == "dev"
Requires-Dist: pyzmq; extra == "dev"
Requires-Dist: requests; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: scikit-image; extra == "dev"
Requires-Dist: scipy; extra == "dev"
Requires-Dist: sphinx<7.3; extra == "dev"
Requires-Dist: sphinx-autobuild; extra == "dev"
Requires-Dist: sphinx-copybutton; extra == "dev"
Requires-Dist: sphinx-design; extra == "dev"
Requires-Dist: sphinxcontrib-mermaid; extra == "dev"
Requires-Dist: sphinx_rtd_theme; extra == "dev"
Requires-Dist: streamz; extra == "dev"
Requires-Dist: suitcase-jsonl; extra == "dev"
Requires-Dist: suitcase-mongo; extra == "dev"
Requires-Dist: suitcase-msgpack; extra == "dev"
Requires-Dist: tifffile; extra == "dev"
Requires-Dist: tox-direct; extra == "dev"
Requires-Dist: types-mock; extra == "dev"
Requires-Dist: tiled[all]; extra == "dev"
Requires-Dist: vendoring; extra == "dev"
Requires-Dist: zict; extra == "dev"
Requires-Dist: pytest-mock>=3.15.1; extra == "dev"
Provides-Extra: ipython
Requires-Dist: ipython; extra == "ipython"
Provides-Extra: zmq
Requires-Dist: pyzmq; extra == "zmq"
Provides-Extra: common
Requires-Dist: ophyd; extra == "common"
Requires-Dist: databroker; extra == "common"
Provides-Extra: tools
Requires-Dist: doct; extra == "tools"
Requires-Dist: lmfit; extra == "tools"
Requires-Dist: tifffile; extra == "tools"
Requires-Dist: historydict; extra == "tools"
Provides-Extra: streamz
Requires-Dist: streamz; extra == "streamz"
Provides-Extra: plotting
Requires-Dist: matplotlib; extra == "plotting"
Provides-Extra: cmd
Requires-Dist: colorama; extra == "cmd"
Provides-Extra: olog
Requires-Dist: jinja2; extra == "olog"
Provides-Extra: old-persistentdict
Requires-Dist: zict<3; extra == "old-persistentdict"
Provides-Extra: all
Requires-Dist: bluesky[cmd,common,dev,ipython,olog,plotting,streamz,tools,zmq]; extra == "all"
Dynamic: license-file

[![CI](https://github.com/bluesky/bluesky/actions/workflows/ci.yml/badge.svg)](https://github.com/bluesky/bluesky/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/bluesky/bluesky/branch/main/graph/badge.svg)](https://codecov.io/gh/bluesky/bluesky)
[![PyPI](https://img.shields.io/pypi/v/bluesky.svg)](https://pypi.org/project/bluesky)


# Bluesky — An Experiment Specification & Orchestration Engine

|    Source     |     <https://github.com/bluesky/bluesky>      |
| :-----------: | :-------------------------------------------: |
|     PyPI      |             `pip install bluesky`             |
| Documentation |      <https://bluesky.github.io/bluesky>      |
|   Releases    | <https://github.com/bluesky/bluesky/releases> |

Bluesky is a library for experiment control and collection of scientific data
and metadata. It emphasizes the following virtues:

* **Live, Streaming Data:** Available for inline visualization and processing.
* **Rich Metadata:** Captured and organized to facilitate reproducibility and
  searchability.
* **Experiment Generality:** Seamlessly reuse a procedure on completely
  different hardware.
* **Interruption Recovery:** Experiments are "rewindable," recovering cleanly
  from interruptions.
* **Automated Suspend/Resume:** Experiments can be run unattended,
  automatically suspending and resuming if needed.
* **Pluggable I/O:** Export data (live) into any desired format or database.
* **Customizability:** Integrate custom experimental procedures and commands,
  and get the I/O and interruption features for free.
* **Integration with Scientific Python:** Interface naturally with numpy and
  Python scientific stack.

[**Bluesky Documentation**](http://blueskyproject.io/bluesky).

The Bluesky Project enables experimental science at the lab-bench or facility scale. It is a collection of Python libraries that are co-developed but independently useful and may be adopted *a la carte*.

[**Bluesky Project Documentation**](http://blueskyproject.io).

<!-- README only content. Anything below this line won't be included in index.md -->

See https://bluesky.github.io/bluesky for more detailed documentation.
