Metadata-Version: 2.4
Name: hxnfly
Version: 0.0.14
Summary: Tools for NSLS-II HXN fly scans 
Author-email: Brookhaven National Laboratory <DAMA@bnl.gov>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/NSLS-II-HXN/hxnfly
Project-URL: Bug Tracker, https://github.com/NSLS-II-HXN/hxnfly/issues
Project-URL: Discussions, https://github.com/NSLS-II-HXN/hxnfly/discussions
Project-URL: Changelog, https://github.com/NSLS-II-HXN/hxnfly/releases
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: bluesky
Requires-Dist: databroker
Requires-Dist: IPython
Requires-Dist: nslsii
Requires-Dist: numpy
Requires-Dist: ophyd
Requires-Dist: pandas
Requires-Dist: pyepics
Requires-Dist: scipy
Dynamic: license-file

======
hxnfly
======

Specify PPMac host name or address by setting an environment variable PPMAC_HOST.

Shell script::

  export PPMAC_HOST=<host-name-or-ip>

Python script::

  os.environ["PPMAC_HOST"] = "<host-name-or-ip>"
