Syrinx
Spreadsheet to website
Simple static site generator in python
Deployment options
DO App Platform + "Pull"
This is the simplest option. Commit the dist directory with generated html files and assets to your github repository. Next create a DigitalOcean App Platform "App", and point it to your github repository. Configure it to find the files in the dist directory.
DO App Platform + "Push"
This gives you more control over both the server environment as well as the deployment pipeline, but it is more involved. You'd include two files in your repository: a Dockerfile specifying the server, and a DigitalOcean App specification in yaml. In the deployment pipeline you then build the docker container and push it to a central registry. In the app specification you'd list the container registry address, and using the commandline tool doctl you tell DigitalOcean to schedule a deployment from the new container.
Release files for syrinx 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| syrinx-0.1.3.tar.gz | 24.3 kB | Details |
Release files / syrinx-0.1.3.tar.gz
| Download URL | syrinx-0.1.3.tar.gz |
|---|---|
| Size | 24.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d2d5bffedc1a3b5e5219fc37fd3f1da842b7c57554bf260f96a852a4edaecc9
|
|
BLAKE2b-256 checksum How to use checksums |
317b7ade95a99a31215286faaa1768ff2d1844812879e539bbf70e723b6d9738
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|