Metadata-Version: 2.1
Name: dcnnt
Version: 0.3.4
Summary: UI-less tool to connect Android phone with desktop
Home-page: https://github.com/cyanomiko/dcnnt-py
Author: Andrew Kolyaskin
Author-email: cyanomiko@protonmail.com
License: UNKNOWN
Description: dcnnt
        =====
        
        Yet another tool to connect Android phone with desktop similar to KDE Connect.
        
        Features
        --------
        
        * Works in background
        * Controlled via phone app 
        * Сonfigurable via JSON files
        * Configuration overrides
        * Upload files from phone to desktop
        * Download files from pre-defined directories at desktop to phone
        * Show phone notification
        * Execute pre-defined commands on desktop
        
        Install
        -------
        
        From git repository:
        
            git clone https://github.com/cyanomiko/dcnnt-py.git
            cd dcnnt-py
            python3 setup.py sdist bdist_wheel
            pip3 install dist/dcnnt-0.3.3-py3-none-any.whl
        
        From PyPI:
        
            pip3 install dcnnt
        
        Usage
        -----
        
        Run as daemon:
        
            dcnnt start
        
        Stop daemon:
        
            dcnnt stop
        
        Run in foreground mode:
        
            dcnnt foreground
        
Keywords: phone,android,sync,device
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: System :: Networking
Requires-Python: >=3.6
Description-Content-Type: text/markdown
