https://github.com/bevyframe/python-sdk
Python SDK for BevyFrame
https://github.com/bevyframe/python-sdk
bevyframe framework python python3 server theprotocols web web-framework
Last synced: 4 months ago
JSON representation
Python SDK for BevyFrame
- Host: GitHub
- URL: https://github.com/bevyframe/python-sdk
- Owner: bevyframe
- License: lgpl-2.1
- Created: 2024-02-18T18:15:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-09T19:18:16.000Z (6 months ago)
- Last Synced: 2025-08-09T21:10:56.492Z (6 months ago)
- Topics: bevyframe, framework, python, python3, server, theprotocols, web, web-framework
- Language: Python
- Homepage: https://bevyframe.islekcaganmert.me
- Size: 381 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BevyFrame for Python
Python SDK for [BevyFrame](https://bevyframe.islekcaganmert.me)
[](https://pypi.org/project/bevyframe/)
[](https://pypi.org/project/bevyframe/)
[](https://pypi.org/project/bevyframe/)
## About BevyFrame
The web framework that covers all your needs at once.
Simple scripts to be web pages or assembly pages.
With magic of decentralization, it makes programming easier than ever.
Check [bevyframe/core](https://github.com/bevyframe/core) for BevyFrame's source code.
## Installations
```bash
# Latest development version
pip install git+https://github.com/bevyframe/python-sdk.git@dev
# Latest release
pip install bevyframe
```