Metadata-Version: 2.1
Name: sc3microapi
Version: 0.3.1
Summary: sc3microapi: Web service providing seamless access to information about networks/stations archived in SC3
Home-page: https://github.com/javiquinte/sc3microapi
Author: Javier Quinteros
Author-email: javier@gfz-potsdam.de
License: GPLv3
Description: # sc3microapi
        
        ![](https://img.shields.io/pypi/v/sc3microapi.svg) ![](https://img.shields.io/pypi/pyversions/sc3microapi.svg) ![](https://img.shields.io/pypi/format/sc3microapi.svg) ![](https://img.shields.io/pypi/status/sc3microapi.svg)
        
        Micro web service for SeisComP3 systems
        
        Overview
        --------
        
        In order to integrate systems running SeisComP3 with other systems or tools
        is important to expose at least some basic information related to the system
        in operation. For instance, which networks and stations are present in the
        inventory with some attributes that are not visible through the FDSN Station-WS.
        
        Some other internal data, like access control lists, are important for other
        systems providing data. Thus, the permissions can be managed in SC3 and used in
        many other places, offering the operator a single management point.
        
        API Specification
        -----------------
        
        Full OpenAPI specification can be seen [here](https://generator.swagger.io/?url=https://raw.githubusercontent.com/javiquinte/sc3microapi/master/swagger.yaml).
        
Keywords: SeisComP3 EIDA RoutingService
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: CherryPy
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Database :: Front-Ends
Provides: sc3microapi
Requires-Python: >=3
Description-Content-Type: text/markdown
