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.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.1.0.tar.gz.
File metadata
- Download URL: createsonline-2.1.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 |
31dedb37920bb459acbff131b7bcbc70ea4ea0deaa69f063ebe5c56df5f6a6b8
|
|
| MD5 |
422bb614d36caeeef84f047ca67886ac
|
|
| BLAKE2b-256 |
e5788bfc4c14adc32b95d3fb66646468aaf45a877b62ab49707de483c8744dfb
|
File details
Details for the file createsonline-2.1.0-py3-none-any.whl.
File metadata
- Download URL: createsonline-2.1.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 |
550a4480ab1b736a513aa452c628a5d24430b75b9fe47f927eb6acf3c2af3221
|
|
| MD5 |
e44a1ca1fedb130879e4d9a6819a6155
|
|
| BLAKE2b-256 |
5fb8146f6d1ee3bf19ebd3a2ccc5b0e36d181a65adeaf311d7e3f6fc2097518b
|