AI-Native Web Framework — Built-in ML, Transformers, Agents, NLP, Dynamic Admin, Auto-Discovery
Project description
My CREATESONLINE Application
** UPGRADE-SAFE PROJECT** - All customizations are preserved during framework upgrades!
Quick Start
# Install
pip install createsonline
# Run
python main.py
# Visit
http://localhost:8000
Project Structure
your-project/
├── main.py Your app bootstrap (SAFE TO EDIT)
├── routes.py Your URL routes (SAFE TO EDIT)
├── user_config.py Your settings (SAFE TO EDIT)
├── templates/ Your HTML templates (SAFE TO EDIT)
└── static/ Your CSS/JS/images (SAFE TO EDIT)
Add Custom Routes
Edit routes.py:
async def my_view(request):
return {"message": "Hello!"}
urlpatterns.append(path('/custom', my_view))
Upgrade Framework
pip install --upgrade createsonline
# Your files are automatically preserved! ✨
Documentation
- Quick Start:
/static/guide.html - Examples:
/static/examples.html - GitHub: https://github.com/meahmedh/createsonline
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
createsonline-2.0.0.tar.gz
(1.3 MB
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 createsonline-2.0.0.tar.gz.
File metadata
- Download URL: createsonline-2.0.0.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e972864c129bfeef3fe62122df856f2c81774a70633784570e7a85e3dfb5ef8
|
|
| MD5 |
7c5391259ed275859162d97596ab4a11
|
|
| BLAKE2b-256 |
fc4470632d7b0d30c3b6794a2521d48cab8984fb8dabcffbb4fb1c4ccda75614
|
File details
Details for the file createsonline-2.0.0-py3-none-any.whl.
File metadata
- Download URL: createsonline-2.0.0-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fa3622da91b7d6b6f816de597561e08ee40bb380b98e6d0d78955dc5134c378
|
|
| MD5 |
5a3e987458ae183eb813d1281b65f4d6
|
|
| BLAKE2b-256 |
7b3c30c775755549dafcad456d5954c202937c79a9f60f6b0f70721bb0d6b72a
|