Metadata-Version: 2.1
Name: prosthetic
Version: 2.0.0
Summary: How to organize
License: AGPL-3.0-only
Keywords: leads,organization
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Emergency (>=2.0.0,<3.0.0)
Requires-Dist: Flask (>=3.1.0,<4.0.0)
Requires-Dist: biotech (>=1.1.10,<2.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: deepmerge (>=1.1.1,<2.0.0)
Requires-Dist: law_dictionary (>=1.0.12,<2.0.0)
Requires-Dist: pika (>=1.3.2,<2.0.0)
Requires-Dist: pydash (>=8.0.1,<9.0.0)
Requires-Dist: pymongo (>=4.7.2,<5.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: sanic (>=23.12.1,<24.0.0)
Requires-Dist: sanic-ext (>=23.12.0,<24.0.0)
Requires-Dist: sanic_limiter (==0.1.3)
Requires-Dist: setuptools (>=69.5.1,<70.0.0)
Requires-Dist: ships (>=1.8.0,<2.0.0)
Requires-Dist: somatic (>=3.0.1,<4.0.0)
Requires-Dist: tinydb (>=4.8.0,<5.0.0)
Requires-Dist: ventures (>=1.6.0,<2.0.0)
Project-URL: GitLab, https://gitlab.com/status600/treasures/prosthetic.1
Description-Content-Type: text/markdown


******

Bravo!  You have received a Mercantilism Diploma in "prosthetic" from   
the Orbital Convergence University International Air and Water 
Embassy of the tangerine Planet (the planet that is one ellipse further from
the Sun than Earth's ellipse).

You are now officially certified to include "prosthetic" in your practice.

******

Please feel free to use this module however (business, personal, etc.)
subject to the terms of AGPL 3.0 License, or any of the other licenses
in the the pypi "prosthetic/_licenses/options" directory.

	@ BGraceful

******


# prosthetic

******

## obtain
`[xonsh] pip install prosthetic`

******

## school
`[xonsh] prosthetic school`

******

## structure
```
	/prosthetic_1
		/trends
		/treasures
			/treasure.1
			/treasure.2
		
		prosthetic_essence.py
			essence = {}
```

## on
From a directory that is after the "prosthetic_essence.py" file.   
```
[@ prosthetic_1]
prosthetic ventures on
prosthetic form
```

## off
```
[@ prosthetic_1]
prosthetic ventures off
```

## refresh
```
[@ prosthetic_1]
prosthetic ventures refresh
```

******

## Treasures
### itemize
```
[@ prosthetic_1]
prosthetic treasures itemize
```

### store
```
[@ prosthetic_1]
prosthetic treasures stow --name "garbage.1"
```


******

## Trends
### itemize
```
[@ prosthetic_1]
prosthetic trends itemize
```

### search
```
[@ prosthetic_1]
prosthetic trends search --domain "wallet.1"
```

### insert-document
```
[@ prosthetic_1]
prosthetic trends insert-document --domain "wallet.1" --names "[ 'name_1', 'name_2' ]"`
prosthetic trends insert-document --domain "solid_food.1" --topics "[ 'food' ]" --cautions "[ 'homo-sapiens ages months 6+' ]"
```

******

## Trends Saving
### save export
This saves the collections as .export files, sort of like JSON.  
	
```	
[@ prosthetic_1]
prosthetic trends saves exports-export --version 1
```

### import export-import-overwrite
This deletes the collections, and then imports the save.  

```
[@ prosthetic_1]
prosthetic trends saves exports-import-overwrite --version 1
```

### import export-import-merge
This merges the save into the current collection.  
	
```
[@ prosthetic_1]
prosthetic trends saves exports-import-overwrite --version 
```
