Skip to main content

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

Graceful.Bryonics@Proton.me

Project details


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.0.0.tar.gz (4.9 MB view details)

Uploaded Source

File details

Details for the file goodest-3.0.0.tar.gz.

File metadata

  • Download URL: goodest-3.0.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

Hashes for goodest-3.0.0.tar.gz
Algorithm Hash digest
SHA256 cb1a635ebbaba01cfaad1fa7f2587a5ea2d3bd0337c444fec466f6ee09401a1f
MD5 5f7b2ab353627aee427fc196a20c03d6
BLAKE2b-256 3b7b0e3718f4d7e70c26cf1e3b0808d8473724dcd67f60fdab9d8c6a190c9c30

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page