Metadata-Version: 2.1
Name: canopy-platform
Version: 0.0.10
Summary: Social web platform.
License: AGPL-3.0-or-later
Author: Angelo Gladding
Author-email: angelo@ragt.ag
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: datrie (>=0.8.2,<0.9.0)
Requires-Dist: numpy (>=1.22.1,<2.0.0)
Requires-Dist: sounddevice (>=0.4.4,<0.5.0)
Requires-Dist: understory (>=0,<1)
Requires-Dist: understory-indieauth-client (>=0,<1)
Requires-Dist: understory-indieauth-server (>=0,<1)
Requires-Dist: understory-micropub-server (>=0,<1)
Requires-Dist: understory-microsub-server (>=0,<1)
Requires-Dist: understory-text-editor (>=0,<1)
Requires-Dist: understory-text-reader (>=0,<1)
Requires-Dist: understory-tracker (>=0,<1)
Requires-Dist: understory-webmention-endpoint (>=0,<1)
Requires-Dist: understory-websub-endpoint (>=0,<1)
Requires-Dist: vosk (>=0.3.32,<0.4.0)
Requires-Dist: waitress (>=2.0.0,<3.0.0)
Requires-Dist: webvtt-py (>=0.4.6,<0.5.0)
Project-URL: Homepage, https://understory.cloud/canopy
Project-URL: Issues, https://github.com/canopy/canopy/issues
Description-Content-Type: text/markdown

# Canopy

Social web platform

![Demo](https://media.githubusercontent.com/media/canopy/canopy/main/demo.gif)

## Use

[Linux](https://github.com/canopy/canopy/releases/download/v0.0.1-alpha/gaea) |
Windows |
Mac

## Develop

```shell
git clone https://github.com/canopy/canopy.git && cd canopy
# manually remove relative dev dependencies from pyproject.toml
poetry install
WEBCTX=dev poetry run web serve canopy:app --port 9000
# hack
poetry run build_gaea  # optional
```

