Pliny web framework (under construction)
Project description
Pliny
Pliny is a very opinionated web framework and set of tools to help teams build modern web services and applications.
Commands
Platform commands
pliny platform:setup
Bootstraps the local pliny development platform. Installs and runs the core platform services and developer tools. You must have Docker Desktop installed first.
pliny platform:start
Startup the pliny platform services. You must have run platform:setup
before.
pliny platform:stop
Stop the pliny platform services.
pliny platform
Show the current status of the local dev platform.
App commands
pliny create [app|service]
Creates the skeleton for a new app or service. An "app" is full-stack with a React front-end and Python backend. A service is just a Python backend that serves an API.
pliny run
Runs the app or service in the current directory. By default the app frontend and backend are run together in the foreground.
The runtime platform
The Pliny framework assumes that services run on a faily very rich runtime platform. This runtime allows us to build rich applications easily, rather than having to cobble together a service component, client library, and stitch it into our application.
The core services provided by the platform include:
- Database
- Message queue
- Config and secrets store
- Service discovery
- Email gateway
In order to support a faithful environment for local development and testing, Pliny includes a local dev version of the runtime platform. Services run in Docker on the local machine. You can use the pliny platform
commands to setup and manage the local runtime.
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
Built Distribution
File details
Details for the file pliny-0.1.0.tar.gz
.
File metadata
- Download URL: pliny-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.9.13 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 357b5cbd5cdd6b9a7c6d3f04a9f56f7a260139a0629623c0fc42f3a094a5a7bc |
|
MD5 | b1f7a1dc57b30bbc5416e471a2d67fc1 |
|
BLAKE2b-256 | fca4ba23fd3fd906b5577eb9d185379424bba257e62792e7dc4067ea95c6841e |
File details
Details for the file pliny-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pliny-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.9.13 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae91eea31ac1ac121fb78e4fdf8e64c75f651db023266258720674fde0668172 |
|
MD5 | 5f957704ac01f64c92bad15934d7f330 |
|
BLAKE2b-256 | 5c55d82e5edd99689fe0a7c62ac8a3435308b04cf788cfb62386034320840c8b |