An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# BevyFrame for Python

Python SDK for [BevyFrame](https://bevyframe.islekcaganmert.me)

[![PyPI](https://img.shields.io/pypi/v/bevyframe)](https://pypi.org/project/bevyframe/)
[![PyPI - License](https://img.shields.io/pypi/l/bevyframe)](https://pypi.org/project/bevyframe/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/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
```