https://github.com/ornl/ordflow
Python interface to ORNL's DataFlow
https://github.com/ornl/ordflow
Last synced: about 2 months ago
JSON representation
Python interface to ORNL's DataFlow
- Host: GitHub
- URL: https://github.com/ornl/ordflow
- Owner: ORNL
- License: mit
- Created: 2020-07-15T15:33:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T15:50:48.000Z (about 3 years ago)
- Last Synced: 2025-04-09T08:47:56.406Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage: https://ornl.github.io/ordflow/
- Size: 3.03 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ordflow
=======
.. image:: https://github.com/ORNL/ordflow/actions/workflows/actions.yml/badge.svg?branch=master
:target: https://github.com/ORNL/ordflow/actions/workflows/actions.yml
:alt: GiHub Actions.. image:: https://img.shields.io/pypi/v/ordflow.svg
:target: https://pypi.org/project/ordflow/
:alt: PyPI.. image:: https://img.shields.io/pypi/l/ordflow.svg
:target: https://pypi.org/project/ordflow/
:alt: License.. image:: http://pepy.tech/badge/ordflow
:target: http://pepy.tech/project/ordflow
:alt: DownloadsPython interface to ORNL's `DataFlow `_
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.