from dataclasses import dataclass from pathlib import Path from ._config import ReadsCfg from .helpers import make_path @dataclass class Config(ReadsCfg): module_base: Path template_base: Path section_header = "mako_testing" converters = {Path: make_path} config = Config.from_cfg_file("./setup.cfg")
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 0 B | 0644 |
|
_config.py | File | 3.48 KB | 0644 |
|
assertions.py | File | 5.04 KB | 0644 |
|
config.py | File | 323 B | 0644 |
|
exclusions.py | File | 1.52 KB | 0644 |
|
fixtures.py | File | 2.97 KB | 0644 |
|
helpers.py | File | 1.49 KB | 0644 |
|