Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 679 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 679 Bytes

tmtpycsw - Python3 CSW APIs

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

API Documentation

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.)