Professional Python backend framework for web cloning projects
Project description
WebClone Backend
Professional Python backend framework for web cloning projects.
Features
- 🚀 Fast API Server (FastAPI)
- 💾 Database Management (SQLAlchemy)
- 🔐 Authentication & Authorization (JWT)
- 📁 File Management
- 🖼️ Image Processing
- 💨 Caching System
- ✅ Data Validation
- 📝 Logging
Installation
pip install webclone-backend
Quick Start
from webclone_backend import WebCloneBackend, Database
# Create app
app = WebCloneBackend()
# Setup database
db = Database('sqlite:///myapp.db')
# Create route
@app.app.get('/')
async def home():
return {'message': 'Hello World!'}
# Run server
app.run(port=8000)
Documentation
Full documentation: https://webclone-backend.readthedocs.io
License
MIT License
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
webclone_backend-1.0.0.tar.gz
(10.5 kB
view details)
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 webclone_backend-1.0.0.tar.gz.
File metadata
- Download URL: webclone_backend-1.0.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
781646a50343b6bb4ccf34ee1048a25bbb26d248e32fec8047a4e7a0c13b5506
|
|
| MD5 |
2ab7ad8090c440681597792bd150f44e
|
|
| BLAKE2b-256 |
c38eeadd88efbcc041d09bb0721f382630eb800ae3e4cdad90b3b706d5168d29
|
File details
Details for the file webclone_backend-1.0.0-py3-none-any.whl.
File metadata
- Download URL: webclone_backend-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
081b05fa0b90c37425e5177f6ad72b2923a9173a2e10d2ab4c0142d57892f82c
|
|
| MD5 |
40d710ea02d4576de28af70aa4b63d2e
|
|
| BLAKE2b-256 |
7feabab02469b8cf9195bc28e369b45e146eaca9022595a458df4fade7b770a5
|