Metadata-Version: 2.4
Name: pyuda
Version: 2.9.3
Summary: Universal Data Access (UDA)
Author: Jonathan Hollocombe
Author-email: jonathan.hollocombe@ukaea.uk
License: Apache-2.0 license
Project-URL: homepage, https://ukaea.github.io/UDA/
Project-URL: documentation, https://ukaea.github.io/UDA/
Project-URL: source, https://github.com/ukaea/UDA
Project-URL: tracker, https://github.com/ukaea/UDA/issues
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy>1.7
Requires-Dist: six
Requires-Dist: progress
Provides-Extra: plot
Requires-Dist: pyplot; extra == "plot"
Provides-Extra: full
Requires-Dist: pyplot; extra == "full"
Requires-Dist: rich; extra == "full"
Dynamic: author
Dynamic: author-email

pyuda is the python interface to the uda client library. It is used for remote access to scientific and experimental data from a number of international labs hosting uda data servers. 

- **Website:** https://ukaea.github.io/UDA/
- **Documentation:** https://ukaea.github.io/UDA/
- **Source Code:** https://github.com/ukaea/UDA
- **Issue Tracker:** https://github.com/ukaea/UDA/issues


## Quick-start

```py
import pyuda

pyuda.Client.server = "<server_address>"
pyuda.Client.port = <port_number>
client = pyuda.Client()
signal_object = client.get(signal, source)

```

## Old release versions
Releases 2.7.6-2.8.1 were uploaded to the uda project on pypi [here](https://pypi.org/project/uda). The project moved here under the pyuda name for release 2.9.0.
