Metadata-Version: 2.1
Name: sentry-oss-nodestore
Version: 0.0.3
Summary: sentry oss node store
Home-page: UNKNOWN
Author: yuanxiao
Author-email: yuan6785@163.com
License: UNKNOWN
Description: # Example Package
        
        sentry==21.6.1
        oss2==2.14.0
        
        This is a simple example package. You can use
        [Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
        > 测试命令行工具
        ```
        tfd a1 a2
        ```
        
        > 测试脚本内容
        ```
            >>> import sentry_oss_nodestore
            >>> sentry_oss_nodestore.__version__
        ```
        
        > 用法，配置
        ```
        SENTRY_NODESTORE = 'sentry_oss_nodestore.backend.OSSNodeStorage'
        SENTRY_NODESTORE_OPTIONS = {
            'bucket_name': 'tt-sentry',
            'endpoint': 'oss-us-east-1-internal.aliyuncs.com',
            'oss_access_key_id': '1111',
            'oss_secret_access_key': '1111'
        }
            
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
