A Python web framework
Project description
BlazeNet
BlazeNet is a Python web framework inspired by Flask. It provides a simple and lightweight solution for building web applications.
Features
- Routing: Define routes and associate them with view functions.
- Templating: Render HTML templates using Jinja2.
- Database Integration: Integrate SQLAlchemy for database operations.
- Easy to Use: Simple and intuitive API for developing web applications.
Installation
You can install BlazeNet using pip:
pip install blaze_net
Or clone this repository to your local machine:
git clone https://github.com/Alan69/blaze_net.git
Usage
from blaze_net import BlazeNet
app = BlazeNet()
@app.route('/')
def index():
return 'Hello, BlazeNet!'
if __name__ == '__main__':
app.run()
Documentation
For more information on how to use BlazeNet, please refer to the documentation.
Contributing
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blaze_net-1.0.0.tar.gz.
File metadata
- Download URL: blaze_net-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
535c8cd3abc4693b80d52cacfdb4c09d158bdf30da8317a0a4707c1040a9ee32
|
|
| MD5 |
c0cd149536d10bd6a1f9dcafbf076059
|
|
| BLAKE2b-256 |
d910f004b77fbe8ef24f62cce5f53fb597a0a8b77d5fcacf7704d83f683fc60f
|
File details
Details for the file blaze_net-1.0.0-py3-none-any.whl.
File metadata
- Download URL: blaze_net-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b726bc9147aeabd715c14430ace54afcfd111c08af58812809e0c437207c3f7
|
|
| MD5 |
f75747816ea6cc5dabee85ce523f4a60
|
|
| BLAKE2b-256 |
69e9b7c819b0505d8ad873f6451ac12f9e841f37fa541a31ff4cbbe4c1c6e082
|