[](https://circleci.com/gh/AndreaCensi/conf_tools)
``ConfTools``: configuration made easy, for when it cannot be trivial
======================================================================
(To write)
Useful snippets
===============
Loading the YAML files that reside alongside the source code
------------------------------------------------------------
You can use ``resource_filename`` to find the directories
corresponding to the packages ``tmdp.configs`` in this way:
from pkg_resources import resource_filename
dirs = [
resource_filename("tmdp", "configs"),
resource_filename("gridworld", "configs"),
]
GlobalConfig.global_load_dirs(dirs)
``ConfTools``: configuration made easy, for when it cannot be trivial
======================================================================
(To write)
Useful snippets
===============
Loading the YAML files that reside alongside the source code
------------------------------------------------------------
You can use ``resource_filename`` to find the directories
corresponding to the packages ``tmdp.configs`` in this way:
from pkg_resources import resource_filename
dirs = [
resource_filename("tmdp", "configs"),
resource_filename("gridworld", "configs"),
]
GlobalConfig.global_load_dirs(dirs)
Release files for ConfTools 1.9.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ConfTools-1.9.9.tar.gz | 30.9 kB | Details |
Release files / ConfTools-1.9.9.tar.gz
| Download URL | ConfTools-1.9.9.tar.gz |
|---|---|
| Size | 30.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b399d96ac5f79b027222b89873ff7112ac66a79b9f7d9ff211319f98a6611994
|
|
BLAKE2b-256 checksum How to use checksums |
f70f196b6a2ed7050589e4133cc0c27cf140ba6bd4a13c6640a6ad00341274ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.9.1 pkginfo/1.4.1 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/2.7.11
|