Metadata-Version: 2.1
Name: censys-cloud-connectors
Version: 3.1.4b1
Summary: The Censys Unified Cloud Connector is a standalone connector that gathers assets from various cloud providers and stores them in Censys ASM.
License: Apache-2.0
Keywords: censys,cloud,connector,attack surface management
Author: Censys, Inc.
Author-email: support@censys.io
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Security
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: backoff (>=2.2.1,<3.0.0)
Requires-Dist: censys (>=2.2.4,<3.0.0)
Requires-Dist: inquirerpy (>=0.3.3,<0.4.0)
Requires-Dist: pydantic[dotenv,email] (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Requires-Dist: rich (>=13.3.5,<14.0.0)
Project-URL: Censys Homepage, https://censys.io/
Project-URL: Changelog, https://github.com/censys/censys-cloud-connector/releases
Project-URL: Discussions, https://github.com/censys/censys-cloud-connector/discussions
Project-URL: Source, https://github.com/censys/censys-cloud-connector
Project-URL: Tracker, https://github.com/censys/censys-cloud-connector/issues
Description-Content-Type: text/markdown

# Censys Unified Cloud Connector

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/censys/censys-cloud-connector)][github]
[![PyPI - License](https://img.shields.io/pypi/l/censys-cloud-connectors)][license]
[![AWS Supported](https://img.shields.io/badge/-Supported-orange?logo=amazonaws)][aws]
[![Azure Supported](https://img.shields.io/badge/-Supported-green?logo=microsoftazure)][azure]
[![GCP Supported](https://img.shields.io/badge/-Supported-blue?logo=googlecloud&logoColor=white)][gcp]

The Censys Unified Cloud Connector is a standalone connector that gathers
assets from various cloud providers and stores them in Censys ASM. This
Connector offers users the ability to supercharge our ASM Platform with total
cloud visibility. This connector currently supports the following cloud
providers: AWS, Azure, and GCP. Please see our
[supported providers][supported-providers].

## Documentation

Please view our documentation on [Read the Docs][censys-cloud-connector-docs].

## Contributing

All contributions (no matter how small) are always welcome. See
[Contributing to the Cloud Connector][contributing] to change or
test the code or for information on the CI/CD pipeline.

Submit an issue or pull request on [GitHub][github-issues].

## License

This software is licensed under [Apache License, Version 2.0][license].

- Copyright (C) 2023 Censys, Inc.

<!-- References -->

[aws]: https://censys-cloud-connector.readthedocs.io/en/stable/providers.html#amazon-web-services
[azure]: https://censys-cloud-connector.readthedocs.io/en/stable/providers.html#azure-cloud
[censys-cloud-connector-docs]: https://censys-cloud-connector.rtfd.io/
[contributing]: https://github.com/censys/censys-cloud-connector/tree/main/CONTRIBUTING.md
[gcp]: https://censys-cloud-connector.readthedocs.io/en/stable/providers.html#google-cloud-platform
[github]: https://github.com/censys/censys-cloud-connector
[github-issues]: https://github.com/censys/censys-cloud-connector/issues
[license]: http://www.apache.org/licenses/LICENSE-2.0
[supported-providers]: https://censys-cloud-connector.readthedocs.io/en/stable/providers.html

