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.1.2.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.1.2.tar.gz.
File metadata
- Download URL: createsonline-2.1.2.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d67807ef52aecaae97d59172e057a70f6c1a4da08526c835504c3f34f88e40c
|
|
| MD5 |
6ae69f397b7003b8580bb88854899688
|
|
| BLAKE2b-256 |
787934cc569497554b8b4e1ed17cd9c55f856a17c320823ba48d6b0cc693fd2d
|
File details
Details for the file createsonline-2.1.2-py3-none-any.whl.
File metadata
- Download URL: createsonline-2.1.2-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.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c3c66027f2fa4aa4d9fe1df1bf0a1d467c4c3aee0b46e8433b77e20430ef17e
|
|
| MD5 |
feecbb05f62566add6d3c260c8224967
|
|
| BLAKE2b-256 |
964a8c40372aab3d999c323062d4640a77098619e75344385d1068e0c71b94f3
|