Metadata-Version: 2.1
Name: nextline
Version: 0.0.7
Summary: A Python library for controlling Python scripts execution
Home-page: https://github.com/simonsobs/nextline
Author: Simons Observatory
Author-email: so_software@simonsobservatory.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: dev
License-File: LICENSE

[![PyPI version](https://badge.fury.io/py/nextline.svg)](https://badge.fury.io/py/nextline)
[![Test Status](https://github.com/simonsobs/nextline/workflows/Test/badge.svg)](https://github.com/simonsobs/nextline/actions?query=workflow%3ATest)
[![codecov](https://codecov.io/gh/simonsobs/nextline/branch/main/graph/badge.svg)](https://codecov.io/gh/simonsobs/nextline)


# Nextline

_Nextline_ allows line-by-line execution of concurrent Python scripts by multiple users simultaneously from web browsers. Nextline is being developed as a DAQ sequencer of the [Observatory Control System (OCS)](https://github.com/simonsobs/ocs/).

## Packages

- [**nextline:**](https://github.com/simonsobs/nextline) this package. the core functionality.
- [**nextline-graphql:**](https://github.com/simonsobs/nextline-graphql) the GraphQL API
- [**nextline-web:**](https://github.com/simonsobs/nextline-web) the web interface

*****

## License

- _Nextline_ is licensed under the MIT license.

*****

## Contact

- [Tai Sakuma](https://github.com/TaiSakuma) <span itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0003-3225-9861" href="https://orcid.org/0000-0003-3225-9861" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:text-top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon"></a></span>


