dcnnt


Namedcnnt JSON
Version 0.10.0 PyPI version JSON
download
home_pagehttps://github.com/cyanomiko/dcnnt-py
SummaryUI-less tool to connect Android phone with desktop
upload_time2024-02-21 21:30:28
maintainer
docs_urlNone
authorcyanomiko
requires_python>=3.7
licenseMIT
keywords phone android sync device
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            dcnnt
=====

**NO WAR**

Yet another tool to connect Android phone with desktop similar to KDE Connect.

Features
--------

* Works in background
* Controlled via phone app 
* Configurable via JSON files
* Configuration overrides
* Upload files from phone to desktop
* Download files from pre-defined directories at desktop to phone
* Open files and web URLs from phone on desktop
* Show phone notification
* Execute pre-defined commands on desktop
* Periodically running sync tasks (directories, contacts)

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.10.0-py3-none-any.whl

From PyPI:

    pip3 install dcnnt

Usage
-----

Pairing mode:

    dcnnt pair

Run as daemon:

    dcnnt start

Stop daemon:

    dcnnt stop

Run in foreground mode:

    dcnnt foreground
    
Plugins: [doc/plugins.md](doc/plugins.md) (https://github.com/cyanomiko/dcnnt-py/blob/master/doc/plugins.md)  
Configuring: [doc/config.md](doc/config.md) (https://github.com/cyanomiko/dcnnt-py/blob/master/doc/config.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cyanomiko/dcnnt-py",
    "name": "dcnnt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "phone,android,sync,device",
    "author": "cyanomiko",
    "author_email": "cyanomiko@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/70/85/053d1a17e956f09a663dca28788d1d3aa65bb39d0205dd3ebfcc9d8801d8/dcnnt-0.10.0.tar.gz",
    "platform": null,
    "description": "dcnnt\n=====\n\n**NO WAR**\n\nYet another tool to connect Android phone with desktop similar to KDE Connect.\n\nFeatures\n--------\n\n* Works in background\n* Controlled via phone app \n* Configurable via JSON files\n* Configuration overrides\n* Upload files from phone to desktop\n* Download files from pre-defined directories at desktop to phone\n* Open files and web URLs from phone on desktop\n* Show phone notification\n* Execute pre-defined commands on desktop\n* Periodically running sync tasks (directories, contacts)\n\nInstall\n-------\n\nFrom git repository:\n\n    git clone https://github.com/cyanomiko/dcnnt-py.git\n    cd dcnnt-py\n    python3 setup.py sdist bdist_wheel\n    pip3 install dist/dcnnt-0.10.0-py3-none-any.whl\n\nFrom PyPI:\n\n    pip3 install dcnnt\n\nUsage\n-----\n\nPairing mode:\n\n    dcnnt pair\n\nRun as daemon:\n\n    dcnnt start\n\nStop daemon:\n\n    dcnnt stop\n\nRun in foreground mode:\n\n    dcnnt foreground\n    \nPlugins: [doc/plugins.md](doc/plugins.md) (https://github.com/cyanomiko/dcnnt-py/blob/master/doc/plugins.md)  \nConfiguring: [doc/config.md](doc/config.md) (https://github.com/cyanomiko/dcnnt-py/blob/master/doc/config.md)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "UI-less tool to connect Android phone with desktop",
    "version": "0.10.0",
    "project_urls": {
        "Homepage": "https://github.com/cyanomiko/dcnnt-py"
    },
    "split_keywords": [
        "phone",
        "android",
        "sync",
        "device"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "596a04ec26b5d4b1269b705f876b8111566d11e3998bd3e34fd7c963ac5fcbd0",
                "md5": "896521219aea932b648e0204ec050946",
                "sha256": "ed4f40632132c6b1a315c83a1942a07f0992686518fb3527676a1d6b5e7dd932"
            },
            "downloads": -1,
            "filename": "dcnnt-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "896521219aea932b648e0204ec050946",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31341,
            "upload_time": "2024-02-21T21:30:26",
            "upload_time_iso_8601": "2024-02-21T21:30:26.375646Z",
            "url": "https://files.pythonhosted.org/packages/59/6a/04ec26b5d4b1269b705f876b8111566d11e3998bd3e34fd7c963ac5fcbd0/dcnnt-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7085053d1a17e956f09a663dca28788d1d3aa65bb39d0205dd3ebfcc9d8801d8",
                "md5": "f9e000356cdf09f94702b1206056b987",
                "sha256": "ef764b81be587179403a36ca2d5bfca2a812ea9b2d05d2716bb2c5520207a541"
            },
            "downloads": -1,
            "filename": "dcnnt-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f9e000356cdf09f94702b1206056b987",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25442,
            "upload_time": "2024-02-21T21:30:28",
            "upload_time_iso_8601": "2024-02-21T21:30:28.712668Z",
            "url": "https://files.pythonhosted.org/packages/70/85/053d1a17e956f09a663dca28788d1d3aa65bb39d0205dd3ebfcc9d8801d8/dcnnt-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 21:30:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cyanomiko",
    "github_project": "dcnnt-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dcnnt"
}
        
Elapsed time: 0.28970s