Metadata-Version: 2.1
Name: pylabrad
Version: 0.98.3
Summary: LabRAD interface for python
Home-page: https://github.com/labrad/pylabrad/
Download-URL: 
Author: Matthew Neeley
Author-email: mneeley@gmail.com
License: http://www.gnu.org/licenses/gpl-2.0.html
Platform: ANY
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Provides: labrad
Requires-Dist: numpy>=1.12; python_version < "3.7"
Requires-Dist: numpy>=1.15; python_version == "3.7"
Requires-Dist: numpy>=1.17; python_version >= "3.8"
Requires-Dist: pyOpenSSL>=18.0
Requires-Dist: pyparsing>=2.1
Requires-Dist: requests
Requires-Dist: service_identity
Requires-Dist: twisted>=18.4

LabRAD is a system for quickly and easily building distributed
instrument control and data analysis applications.  pylabrad
provides a python interface to LabRAD.
