File: modules.rst.in

package info (click to toggle)
python-validate-pyproject 0.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,340 kB
  • sloc: python: 3,053; makefile: 46; sh: 25
file content (17 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Module Reference
================

The public API of ``validate-pyproject`` is exposed in the :mod:`validate_pyproject.api` module.
Users may also import :mod:`validate_pyproject.errors` and :mod:`validate_pyproject.types`
when handling exceptions or specifying type hints.

In addition to that, special `formats <https://json-schema.org/understanding-json-schema/reference/string#format>`_
that can be used in the JSON Schema definitions are implemented in :mod:`validate_pyproject.formats`.

.. toctree::
   :maxdepth: 2

   validate_pyproject.api
   validate_pyproject.errors
   validate_pyproject.types
   validate_pyproject.formats