No project description provided
Project description
prosper-shared
Shared build files for the Python Prosper libraries
prosper_shared.autohooks
Pre-commit hooks for use with autohooks
.
prosper_shared.omni_config
Util for defining, parsing, merging, validating, and using configs from various sources, including file-based configs, environment variables, and command-line arguments. This will probably be factored out into an independent library.
prosper_shared.serde
Util for serializing and deserializing Python objects based on type annotations.
Configs
Available config values:
{
"serde": {
"use-decimals": {
"type": "bool",
"optional": false,
"default": true,
"description": "Floating point values should be parsed as decimals instead of floats."
},
"parse-dates": {
"type": "bool",
"optional": false,
"default": true,
"description": "Date values represented as strings should be parsed into `date` and `datetime` objects. Supports ISO-8601-compliant date strings."
},
"parse-enums": {
"type": "bool",
"optional": false,
"default": true,
"description": "Enum values represented as strings should be parsed into their respective types."
}
}
}
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
prosper_shared-0.1.50.tar.gz
(19.4 kB
view hashes)
Built Distribution
Close
Hashes for prosper_shared-0.1.50-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c9d7c9407812a808f90327787798b710936d98da1e6cde21b845ac407cef725 |
|
MD5 | 2339d3bd0db5be6f66320b254639187d |
|
BLAKE2b-256 | 163f7dd5b6801b4c8a0aa51a8d8aaf4ec4a384893df942acbc7b452d4e2864e1 |