This package contains python APIs for the TMT Common Software (CSW).
Note: Python version 3.8.6 was used for testing.
The latest release has been published to https://pypi.org/project/tmtpycsw/ and can be installed with:
pip3 install tmtpycsw
See here for an overview of this package and the generated API documentation.
Run make doc
to generate the user manual and API documentation for the Python classes.
Then open build/csw/index.html
.
(Note: Requires that pdoc3 is installed: To install, run: pip3 install pdoc3
.)