Metadata-Version: 2.1
Name: resotolib
Version: 3.0.0
Summary: Resoto common library.
License: Apache 2.0
Keywords: cloud security
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: networkx (==2.8)
Requires-Dist: jsons (==1.6.3)
Requires-Dist: typeguard (==2.13.3)
Requires-Dist: websocket-client (==1.4.2)
Requires-Dist: psutil (==5.9.4)
Requires-Dist: requests (==2.28.1)
Requires-Dist: prometheus-client (==0.15.0)
Requires-Dist: PyJWT (==2.6.0)
Requires-Dist: CherryPy (==18.8.0)
Requires-Dist: cryptography (==38.0.4)
Requires-Dist: aiohttp[speedups] (==3.8.3)
Requires-Dist: Pint (==0.20.1)
Requires-Dist: parsy (==2.0)
Requires-Dist: tzlocal (==4.2)
Requires-Dist: tzdata (==2022.6)
Requires-Dist: cattrs (==22.2.0)
Requires-Dist: treelib (==1.6.1)
Requires-Dist: setuptools (==65.6.3)

# `resotolib`
Resoto common library


## Table of contents

* [Overview](#overview)
* [Contact](#contact)
* [License](#license)


## Overview
This is the Resoto common library. Any functionality that is required by more than one of [our components](https://github.com/someengineering/resoto#component-list) will be put in here.

## Contact
If you have any questions feel free to [join our Discord](https://discord.gg/someengineering) or [open a GitHub issue](https://github.com/someengineering/resoto/issues/new).


## License
```
Copyright 2022 Some Engineering Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
