Metadata-Version: 2.1
Name: canopy-platform
Version: 0.0.9
Summary: Social web platform.
License: AGPL-3.0-or-later
Author: Angelo Gladding
Author-email: angelo@ragt.ag
Requires-Python: >=3.9,<3.10
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: understory (>=0,<1)
Requires-Dist: understory-indieauth-client (>=0.0.4,<0.0.5)
Requires-Dist: understory-indieauth-server (>=0.0.4,<0.0.5)
Requires-Dist: understory-micropub-server (>=0.0.5,<0.0.6)
Requires-Dist: understory-microsub-server (>=0.0.2,<0.0.3)
Requires-Dist: understory-text-editor (>=0.0.5,<0.0.6)
Requires-Dist: understory-text-reader (>=0.0.2,<0.0.3)
Requires-Dist: understory-tracker (>=0.0.2,<0.0.3)
Requires-Dist: understory-webmention-endpoint (>=0.0.3,<0.0.4)
Requires-Dist: understory-websub-endpoint (>=0.0.3,<0.0.4)
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

    poetry install
    poetry run web serve canopy:app
    poetry run build_gaea

