goodest


Namegoodest JSON
Version 3.1.0 PyPI version JSON
download
home_pageNone
SummaryGoodest mercy towards one's meals
upload_time2024-11-14 18:52:31
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.10
licenseMix: GPL 3.0 + Frontend Licenses
keywords goodest merciful meals mercyism veganism vegan herbivorousness cultured meats
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            





# 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






            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "goodest",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "goodest, merciful meals, mercyism, veganism, vegan, herbivorousness, cultured meats",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4a/d7/ee28823431eb1e95a9dba93262d17b9c7f9b84f0731b17266600a3b0631a/goodest-3.1.0.tar.gz",
    "platform": null,
    "description": "\n\n\n\n\n\n# goodest\n\n\n## Rules\nThis is a mix because it has a frontend build.  \nThe frontend licenses seem unrestrictive and can be found at:  \n```\ngoodest/frontend_licenses.csv\ngoodest/frontend_licenses_summary.csv\n```\n\nOriginal bits in the PyPI module are subject to the rules that can be found at:\n```\ngoodest/[Rules]/Rules.E.HTML\n```\n\n\t\n## Obtain\n```\n[prompt] apt install git python3-pip curl -y\n[prompt] pip install goodest\n[prompt] goodest adventures squishy build\n```\n\n## (optional) obtain mongo\nhttps://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/   \n\n\n---\t\n\n## Tutorial\nThis opens an HTML quay.\n```\n[prompt] goodest tutorial\n```\n\n---\t\n\n## Essence\nThis needs to be somewhere closer to \"/\" than\nwhere the goodest process is started.\n\n\n```\n[file] goodest_essence.py\n```\n```\nimport json\nfp = open (\"/online/ridges/goodest/ridges.JSON\", \"r\")\nridges = json.loads (fp.read ())\nfp.close ()\n\ndef crate (the_path):\n\tfrom os.path import dirname, join, normpath\n\timport sys\n\timport pathlib\n\tthis_directory = pathlib.Path (__file__).parent.resolve ()\n\t\n\treturn str (normpath (join (this_directory, the_path)))\n\n\n\nessence = {\n\t\"mode\": \"business\",\n\t\"alert_level\": \"caution\",\n\t\n\t\"ventures\": {\n\t\t\"path\": crate (\n\t\t\t\"[records]/ventures_map.JSON\"\n\t\t)\n\t},\n\t\n\t\"monetary\": {\n\t\t\"URL\": \"mongodb://0.0.0.0:39000/\",\n\t\t\t\t\t\n\t\t\"saves\": {\n\t\t\t\"path\": crate (\"monetary/_saves\")\n\t\t}\n\t},\n\t\"sanique\": {\n\t\t\"protected_address_key\": \"1234\"\n\t},\n\t\"USDA\": {\n\t\t\"food\": ridges [\"USDA\"] [\"food\"]\n\t},\n\t\"NIH\": {\n\t\t\"supp\": ridges [\"NIH\"] [\"supp\"]\n\t}\n}\n```\n\n## optional, build local HAProxy HTTPS Certificates\n```\ngoodest adventures demux_hap build_unverified_certificates\n```\n\n---\t\n\n## on\nThe ventures are \"Sanic\", \"HAProxy\", and \"Mongo\"\n```\ngoodest ventures on\n```\n\n---\n\n## import the database data\n```\ngoodest_1 adventures monetary saves import --version 10 --drop\n```\n\n---\n\n## URLs\n```\n0.0.0.0:8000/docs/swagger\n```\n\n---\n\n\n\n## contacts\nGraceful.Bryonics@Proton.me\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "Mix: GPL 3.0 + Frontend Licenses",
    "summary": "Goodest mercy towards one's meals",
    "version": "3.1.0",
    "project_urls": {
        "GitLab": "https://gitlab.com/status600/treasures/goodest.1"
    },
    "split_keywords": [
        "goodest",
        " merciful meals",
        " mercyism",
        " veganism",
        " vegan",
        " herbivorousness",
        " cultured meats"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ad7ee28823431eb1e95a9dba93262d17b9c7f9b84f0731b17266600a3b0631a",
                "md5": "8e8a9a63e79e1e8c5f7f51ad64267727",
                "sha256": "02af5582a5927620436c694d1ecfd167e9ad70cf4bb6c882240be29db2c50ac1"
            },
            "downloads": -1,
            "filename": "goodest-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8e8a9a63e79e1e8c5f7f51ad64267727",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 4886310,
            "upload_time": "2024-11-14T18:52:31",
            "upload_time_iso_8601": "2024-11-14T18:52:31.675672Z",
            "url": "https://files.pythonhosted.org/packages/4a/d7/ee28823431eb1e95a9dba93262d17b9c7f9b84f0731b17266600a3b0631a/goodest-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 18:52:31",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "status600",
    "gitlab_project": "treasures",
    "lcname": "goodest"
}
        
Elapsed time: 0.35875s