A Python web framework for building scalable and maintainable web applications.
Project description
PacificPy
A Python web framework for building scalable and maintainable web applications.
Installation
pip install pacificpy
Usage
from pacificpy import PacificApp
app = PacificApp()
@app.route("/")
async def index(request):
return "Hello, PacificPy!"
if __name__ == "__main__":
app.run()
License
MIT
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
pacificpy-0.0.1.tar.gz
(147.1 kB
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
pacificpy-0.0.1-py3-none-any.whl
(123.3 kB
view details)
File details
Details for the file pacificpy-0.0.1.tar.gz.
File metadata
- Download URL: pacificpy-0.0.1.tar.gz
- Upload date:
- Size: 147.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46968c31efe480556b7e2450cc03da3a89232c42ce8ab90e8a8833d16c27734b
|
|
| MD5 |
50dd0bc687d44b6433a993881e185504
|
|
| BLAKE2b-256 |
ac7fcf684a084032b67b30d704d60e897c6d17e968c30773e3a23053047b0ca2
|
File details
Details for the file pacificpy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pacificpy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 123.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56585f9989af33686f56f929ed4d49eb23293e287f5f1ca849da1ecd0867a233
|
|
| MD5 |
d9e22df142a2367da5c0b8e7e4c476b4
|
|
| BLAKE2b-256 |
2b21805f3836c1df3c151d9b6f1913ca523e48c225cdef7b3c9790bce9067f90
|