Esipraisal
Esipraisal is a simple tool designed to figure out the value of an item ("type" in the eve DB) based on several sources.
To Use
from Esipraisal import Esipraisal
ep = Esipraisal()
await ep.appraise(type_id, region_ids)
type_id = The id of the type you want to get the value of
region_ids = a list of region ids in which you want to pull order information from. Usefull if you say only want mineral prices in Delve.
Returns: Appraisal object
The Appraisal object includes the following info:
- type = the type_id that was appraised
- region_list = the list of region_ids from where the data was pulled
- value = the estimated value of the type
- volume = volume of orders
- buy_value = average value of "buy" orders
- sell_value = average value of "sell" orders
- buy_volume = volume of "buy" orders
- sell_volume = volume of "sell" orders
- source = How the estimate was determined (enum):
- Market Orders - Most common, from market orders currently active
- Historical Orders - Past orders which were recently completed, only used if there are not enough market orders for accurate data
- CCP - CCP's estimate, only used if the above 2 are not valid
Note: volumes listed may be different than those currently listed on market as the volume is after outlier removal has been done
Release files for Esipraisal 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 | |
|---|---|---|---|
| Esipraisal-0.1.3.tar.gz | 4.9 kB | Details |
Release files / Esipraisal-0.1.3.tar.gz
| Download URL | Esipraisal-0.1.3.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
156eb77dc0e1c2391704b67d9f684d9ae14b909368eca775d2482d368091666d
|
|
BLAKE2b-256 checksum How to use checksums |
65eced418cd73acbc9f022774f8a8915b327f75f10f8fb6fda4d4b28a5a01a29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.1
|