Metadata-Version: 2.1
Name: saturnin-core
Version: 0.9.0
Summary: Saturnin core services
Project-URL: Home, http://firebirdsql.org/en/saturnin/
Project-URL: Documentation, https://saturnin-core.rtfd.io
Project-URL: Issues, https://github.com/FirebirdSQL/saturnin-core/issues
Project-URL: Funding, https://github.com/sponsors/pcisar
Project-URL: Source, https://github.com/FirebirdSQL/saturnin-core
Author-email: Pavel Cisar <pcisar@users.sourceforge.net>
License: MIT License
        
        Copyright (c) 2018 Firebird Project (www.firebirdsql.org)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: Butler,Core,Firebird,Platform,Saturnin,Services,ZeroMQ
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Database
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.8
Requires-Dist: firebird-driver>=1.10.0
Requires-Dist: firebird-lib>=1.5.0
Requires-Dist: saturnin>=0.9.0
Description-Content-Type: text/markdown

# saturnin-core

## Saturnin core services

[![PyPI - Version](https://img.shields.io/pypi/v/saturnin-core.svg)](https://pypi.org/project/saturnin-core)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/saturnin-core.svg)](https://pypi.org/project/saturnin-core)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)

The core set of services for Saturnin currently contains next services:

- Text file reader microservice - `saturnin.text.reader`
- Text file writer microservice - `saturnin.text.writer`
- Text line filter microservice - `saturnin.text.linefilter`
- Binary data file reader microservice - `saturnin.binary.reader`
- Binary data file writer microservice - `saturnin.binary.writer`
- Protobuf printer microservice - `saturnin.proto.printer`
- Protobuf filter microservice - `saturnin.proto.filter`
- Protobuf aggregator microservice - `saturnin.proto.aggregator`
- Firebird log from server provider microservice - `saturnin.firebird.log.fromsrv`
- Firebird log parser microservice - `saturnin.firebird.log.parser`
- Firebird trace parser microservice - `saturnin.firebird.trace.parser`
- Firebird trace session provider microservice - `saturnin.firebird.trace.session`

For information how to use these services, see [Saturnin CORE documentation](https://saturnin-core.rtfd.io/).

-----

**Table of Contents**

- [License](#license)
- [Installation](#installation)
- [Documentation](#documentation)

## License

`saturnin` and `saturnin-core` are distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Installation

For installation instructions, see the [Saturnin documentation](https://saturnin.rtfd.io).

## Documentation

Documentation related to Saturnin:

- [Firebird Butler](https://firebird-butler.rtfd.io/)
- [Saturnin](https://saturnin.rtfd.io/)
- [Saturnin CORE](https://saturnin-core.rtfd.io/) services
- [Saturnin SDK](https://saturnin-sdk.rtfd.io/)
