Metadata-Version: 2.1
Name: sardine-web
Version: 1.0.0
Summary: Official web editor plugin for sardine-system
Author: Raphaël Forment, thegamecracks
Author-email: raphael.forment@gmail.com
License: GPL-3.0-only
Project-URL: Homepage, https://sardine.raphaelforment.fr
Project-URL: Documentation, https://sardine.raphaelforment.fr
Project-URL: Source Code, https://github.com/sardine-system/sardine-web
Project-URL: Bug Tracker, https://github.com/sardine-system/sardine-web/issues
Keywords: algorave,live-coding,music,patterns
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Flask
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: MIDI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

# sardine-web

The official web editor plugin for the [sardine-system] library!

## Installation

The main repository has not yet merged CLI plugin support into the main repo.
First follow the [installation guide] in the documentation, then install Sardine
on the sardine-web-plugin branch like so:

```sh
# From remote:
pip install "git+https://github.com/Bubobubobubobubo/sardine@sardine-web-plugin"
# Or from local clone which is set to the sardine-web-plugin branch:
pip install -e <PATH_TO_REPO>
```

With Node.js / Yarn installed as per the guide, you can then install this package:

```sh
# From remote:
pip install git+https://github.com/sardine-system/sardine-web
# Or from local clone in current working directory:
pip install -e .[dev]
```

[sardine-system]: https://github.com/Bubobubobubobubo/sardine
[installation guide]: https://sardine.raphaelforment.fr/installation.html
