This project has been archived by its maintainers, and is no longer receiving any updates.
BL_Python.web
Libraries for building web applications in Boutros Lab.
Quick Start
BL_Python.web includes a scaffolding tool to help you get started quickly.
"Scaffolding" is a common practice using tools and automation to create and modify applications without requiring any initial programming.
Review Creating a New BL_Python.web Application for detailed information.
About the Library
BL_Python.web is intended to handle a lot of the boilerplate needed to create and run Flask applications. A primary component of that boilerplate is tying disparate pieces of functionality and other libraries together in a seamless way. For example, SQLAlchemy is an ORM supported through BL_Python.database that this library integrates with to make database functionality simpler to make use of.
Flask
BL_Python.web is based on Flask 3.0.x and Connexion 3.0.x.
Development
Development dependencies can be installed with [dev-dependencies]. If developing from the core repository, use the command pip install -e src/web[dev-dependencies].
Release files for BL-Python.web 0.2.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bl_python_web-0.2.5.tar.gz | 111.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| BL_Python.web-0.2.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 276.1 kB
Release files / bl_python_web-0.2.5.tar.gz
| Download URL | bl_python_web-0.2.5.tar.gz |
|---|---|
| Size | 111.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b0536cd4c46edf4bb14d74e4ac843f156bf083fc4fa3e3774ca73bb29d4f679b
|
|
BLAKE2b-256 checksum How to use checksums |
4b5a4ef55183faf90ced82898b9879f82cc734d9944302443565f501807fa5cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.5
|
Release files / BL_Python.web-0.2.5-py3-none-any.whl
| Download URL | BL_Python.web-0.2.5-py3-none-any.whl |
|---|---|
| Size | 165.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e6de5c5251a9ce1d3ea02f4d00450608ba43a552049abbe20ce65cf3b918a2b1
|
|
BLAKE2b-256 checksum How to use checksums |
c228ba4d88fb1fef5b4ad29d650f88e9827f43638628bc87b8fca10190b65287
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.5
|