Reference/API#
astropy.io.registry Package#
Unified I/O Registry.
Functions#
|
Register a reader function. |
|
Register a table writer function. |
|
Associate an identifier function with a specific data type. |
|
Unregister a reader function. |
|
Unregister a writer function. |
|
Unregister an identifier function. |
|
Get reader for |
|
Get writer for |
|
Get the list of registered I/O formats as a |
|
Read in data. |
|
Write out data. |
|
Loop through identifiers to see which formats match. |
|
Contextmanager to disable documentation updates when registering reader and writer. |
Classes#
Unified I/O Registry. |
|
Read-only Unified Registry. |
|
Write-only Registry. |
|
|
Descriptor class for creating read() and write() methods in unified I/O. |
|
Base class for the worker object used in unified read() or write() methods. |
Custom error for registry clashes. |