1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
site_name: typedload
site_dir: html
site_description: typedload documentation — a python module to load untyped data into typed data structures
site_author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
copyright: Copyright (C) 2018-2024 Salvo "LtWorf" Tomaselli
theme: readthedocs
use_directory_urls: false
nav:
- Home: README.md
#- Origin story: origin_story.md
- Changelog: CHANGELOG.md
- Using typedload:
- Examples: examples.md
- Supported types: supported_types.md
- Errors: errors.md
- Deferred evaluation of types: deferred_evaluation.md
- Docstrings:
- typedload: typedload_docgen.md
- typedload.dataloader: typedload.dataloader_docgen.md
- typedload.datadumper: typedload.datadumper_docgen.md
- typedload.typechecks: typedload.typechecks_docgen.md
- typedload.exceptions: typedload.exceptions_docgen.md
- Comparisons:
- Why typedload: comparisons.md
- Performance: performance.md
- Contributors:
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Links:
- Git: https://codeberg.org/ltworf/typedload/
- Downloads: https://codeberg.org/ltworf/typedload/releases
- Bug reports: https://codeberg.org/ltworf/typedload/issues
- Donate: https://liberapay.com/ltworf
- Debian package: https://packages.debian.org/search?keywords=python3-typedload
- Pypi package: https://pypi.org/project/typedload/
- Other:
- Versioning scheme: version_numbers.md
|