A framework for creating and deploying AI-powered applications
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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-0.1.69-py3-none-any.whl.
File metadata
- Download URL: createsonline-0.1.69-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d45be2713b6726eff9365ed39ef3d82c1d4f0e22c1bf24233ce16f28ad803d86
|
|
| MD5 |
25c0e4a942918ff7e05207d9e410b17a
|
|
| BLAKE2b-256 |
dfa8bcf3d7fc75fa82f81ccb70462c0a689b25205e8027066c7352d703b27a25
|