Skip to content

Commit

Permalink
Merge pull request #29 from simonsobs/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
TaiSakuma authored Mar 7, 2024
2 parents 9217df3 + f862159 commit 58ac3a4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@

# 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) (Python) this package. the core functionality.
- [**nextline-graphql:**](https://github.com/simonsobs/nextline-graphql) (Python) the GraphQL API. importing _nextline_
- [**nextline-web:**](https://github.com/simonsobs/nextline-web) (JavaScript) the client website

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

This package provides the core functionality of Nextline. It is used in
[_nextline-graphql_](https://github.com/simonsobs/nextline-graphql), the
plugin-based framework of the backend API server of Nextline.

## License

Expand Down

0 comments on commit 58ac3a4

Please sign in to comment.