Metadata-Version: 2.1
Name: ordflow
Version: 0.0.1
Summary: Python interface to ORNL's DataFlow
Home-page: https://github.com/ORNL/ordflow
Author: S. Somnath
Author-email: somnaths@ornl.gov
License: MIT
Keywords: data transfer,REST,Globus,metadata,scientific,instruments,network
Platform: Linux
Platform: Mac OSX
Platform: Windows 10/8.1/8/7
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: requests

ordflow
=======

Python interface to ORNL's `DataFlow <https://dataflow.ornl.gov>`_

DataFlow is a software and networking solution that allows movement of scientific measurement data from (often) airgapped (off-network) scientific instruments to an accessible filesystem.
DataFlow is available through a web-interface as well as a REST API. 
This package provides a user-friendly pythonic wrapper to DataFlow's REST API.


