Metadata-Version: 2.1
Name: cklogger
Version: 1.0.0
Summary: Simple pure python utility for sniffing CloudKit usages on iDevices
Home-page: https://github.com/doronz88/cklogger
Author: DoronZ
License: UNKNOWN
Project-URL: pymobiledevice3, https://github.com/doronz88/cklogger
Description: # cklogger
        
        ## Description
        
        Simple pure python utility for sniffing CloudKit usages on iDevices
        
        ## Installation
        
        - Install the package:
          ```shell
          python3 -m pip install --user -U cklogger
          ```
        - Install
          the [CloudKit Debugging Profile](https://developer.apple.com/services-account/download?path=/iOS/iOS_Logs/CloudKit.mobileconfig)
        - Restart the device for the profile to take full affect
        
        ## Usage
        
        ```
        Usage: python -m cklogger [OPTIONS]
        
        Options:
          --help  Show this message and exit.
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
