Metadata-Version: 2.1
Name: cybercure
Version: 0.4.3
Summary: Python SDK to integrate cybercure.ai cyber intel feeds quickly and easily
Home-page: https://github.com/grispan56/CyberCure.ai-Python-sdk
Author: CyberCure.ai
Author-email: author@example.com
License: MIT
Description: Cybercure.ai SDK allows quick and easy access to cybercure public data.
        The class called cybercure and can access several methods:
        
        * get_hash_indicators()
        * get_ip_indictors()
        * get_url_indicators()
        * search()
        
        Checkout the documentation at:
        https://cybercureai-python-sdk.readthedocs.io/en/latest/
        or in docs dir.
        
        for more details and parameters that can be used.
        Feel free to fork and suggest improvments.
        
        Installation:
        
        pip install cybercure
        
        Check the examples directory for starting point.
        Check www.cybercure.ai for more information
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
