File: developer_api.rst

package info (click to toggle)
python-asdf 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,032 kB
  • sloc: python: 24,068; makefile: 123
file content (36 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (2)
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
.. _developer_api:

*************
Developer API
*************

The classes and functions documented here will be of use to developers who wish
to create their own custom ASDF types and extensions.

.. automodapi:: asdf.tagged

.. automodapi:: asdf.exceptions
    :allowed-package-names: jsonschema, asdf

.. automodapi:: asdf.extension

.. automodapi:: asdf.resource

.. automodapi:: asdf.yamlutil

.. automodapi:: asdf.treeutil

.. automodapi:: asdf.util

.. automodapi:: asdf.versioning

.. automodapi:: asdf.schema

.. automodapi:: asdf.tags.core
    :skip: ExternalArrayReference
    :skip: IntegerType
    :no-inheritance-diagram:

.. automodapi:: asdf.testing.helpers

.. automodapi:: asdf.lazy_nodes