Metadata-Version: 2.1
Name: anvil-app-server
Version: 1.5
Summary: A standalone server for Anvil full-stack Python web apps
Home-page: https://anvil.works
Author: Anvil
Author-email: contact@anvil.works
License: GNU Affero General Public License v3
Description-Content-Type: text/markdown
Keywords: anvil web apps standalone browser Python
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Dist: pychrome
Requires-Dist: anvil-uplink (==0.3.34)
Requires-Dist: progressbar2
Requires-Dist: wheel
Requires-Dist: psutil
Requires-Dist: pgcli

## A standalone server for Anvil full-stack Python web apps.

This package includes several assets, some not in Python:
 - The "anvil-standalone-runtime" script for launching the runtime
 - The "downlink" Python code for the server-side parts of apps
 - The core Anvil server (requires Java to launch)
 - The client-side Anvil runtime (Javascript, using the Skulpt Python-to-JS compiler)

 Head over to [the Github Repository](https://github.com/anvil-works/anvil-runtime) for usage instructions, and to learn more.


