Goodest mercy towards one's meals
Project description
goodest
Rules
This is a mix because it has a frontend build.
The frontend licenses seem unrestrictive and can be found at:
goodest/frontend_licenses.csv
goodest/frontend_licenses_summary.csv
Original bits in the PyPI module are subject to the rules that can be found at:
goodest/[Rules]/Rules.E.HTML
Obtain
[prompt] apt install git python3-pip curl -y
[prompt] pip install goodest
[prompt] goodest adventures squishy build
(optional) obtain mongo
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/
Tutorial
This opens an HTML quay.
[prompt] goodest tutorial
Essence
This needs to be somewhere closer to "/" than where the goodest process is started.
[file] goodest_essence.py
import json
fp = open ("/online/ridges/goodest/ridges.JSON", "r")
ridges = json.loads (fp.read ())
fp.close ()
def crate (the_path):
from os.path import dirname, join, normpath
import sys
import pathlib
this_directory = pathlib.Path (__file__).parent.resolve ()
return str (normpath (join (this_directory, the_path)))
essence = {
"mode": "business",
"alert_level": "caution",
"ventures": {
"path": crate (
"[records]/ventures_map.JSON"
)
},
"monetary": {
"URL": "mongodb://0.0.0.0:39000/",
"saves": {
"path": crate ("monetary/_saves")
}
},
"sanique": {
"protected_address_key": "1234"
},
"USDA": {
"food": ridges ["USDA"] ["food"]
},
"NIH": {
"supp": ridges ["NIH"] ["supp"]
}
}
optional, build local HAProxy HTTPS Certificates
goodest adventures demux_hap build_unverified_certificates
on
The ventures are "Sanic", "HAProxy", and "Mongo"
goodest ventures on
import the database data
goodest_1 adventures monetary saves import --version 10 --drop
URLs
0.0.0.0:8000/docs/swagger
contacts
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
goodest-3.1.0.tar.gz
(4.9 MB
view details)
File details
Details for the file goodest-3.1.0.tar.gz
.
File metadata
- Download URL: goodest-3.1.0.tar.gz
- Upload date:
- Size: 4.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.8.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02af5582a5927620436c694d1ecfd167e9ad70cf4bb6c882240be29db2c50ac1 |
|
MD5 | 8e8a9a63e79e1e8c5f7f51ad64267727 |
|
BLAKE2b-256 | 4ad7ee28823431eb1e95a9dba93262d17b9c7f9b84f0731b17266600a3b0631a |