Home
nzshm-common¶
A pure python library of shared objects used in nzshm projects
- Documentation: https://GNS-Science.github.io/nzshm-common-py
- GitHub: https://github.com/GNS-Science/nzshm-common-py
- PyPI: https://pypi.org/project/nzshm-common/
- Free software: GPL-3.0-only
Installation¶
pip install nzshm-common
Use¶
>>> from nzshm_common.location import location
>>> dir(location)
['LOCATIONS', 'LOCATION_LISTS', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'location_by_id']
>>>