An open API service indexing awesome lists of open source software.

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

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: Downloads

Python 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.