sdkmanager


Namesdkmanager JSON
Version 0.6.7 PyPI version JSON
download
home_pagehttps://gitlab.com/fdroid/sdkmanager
SummaryAndroid SDK Manager
upload_time2024-03-12 18:58:31
maintainer
docs_urlNone
authorThe F-Droid Project
requires_python>=3.5
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A drop-in replacement for `sdkmanager` from the Android SDK written in Python.
It implements the exact API of the
[`sdkmanager`](https://developer.android.com/studio/command-line/sdkmanager)
command line.  It only deviates from that API if it can be done while being 100%
compatible.

The project also attempts to maintain the same terminal output so it can be
compatible with things that scrape `sdkmanager` output.


## Code Format

This project uses Black to automatically format all the Python code.  It uses
the version of Black that is in Debian/stable.  To format the code, run:

```bash
black --skip-string-normalization *.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/fdroid/sdkmanager",
    "name": "sdkmanager",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "The F-Droid Project",
    "author_email": "team@f-droid.org",
    "download_url": "https://files.pythonhosted.org/packages/c2/d7/5f771226151ff8df1799bb16a3812abb8b8935df71c0af2eb84901600163/sdkmanager-0.6.7.tar.gz",
    "platform": null,
    "description": "\nA drop-in replacement for `sdkmanager` from the Android SDK written in Python.\nIt implements the exact API of the\n[`sdkmanager`](https://developer.android.com/studio/command-line/sdkmanager)\ncommand line.  It only deviates from that API if it can be done while being 100%\ncompatible.\n\nThe project also attempts to maintain the same terminal output so it can be\ncompatible with things that scrape `sdkmanager` output.\n\n\n## Code Format\n\nThis project uses Black to automatically format all the Python code.  It uses\nthe version of Black that is in Debian/stable.  To format the code, run:\n\n```bash\nblack --skip-string-normalization *.py\n```\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Android SDK Manager",
    "version": "0.6.7",
    "project_urls": {
        "Homepage": "https://gitlab.com/fdroid/sdkmanager"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2d75f771226151ff8df1799bb16a3812abb8b8935df71c0af2eb84901600163",
                "md5": "e5e90c35369ae0294024e92a7fea67b3",
                "sha256": "b81080462b8fe7eecd6b78f7fb13ead833d64813591ea43b470c523089a3bac7"
            },
            "downloads": -1,
            "filename": "sdkmanager-0.6.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e5e90c35369ae0294024e92a7fea67b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 44951,
            "upload_time": "2024-03-12T18:58:31",
            "upload_time_iso_8601": "2024-03-12T18:58:31.343330Z",
            "url": "https://files.pythonhosted.org/packages/c2/d7/5f771226151ff8df1799bb16a3812abb8b8935df71c0af2eb84901600163/sdkmanager-0.6.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 18:58:31",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "fdroid",
    "gitlab_project": "sdkmanager",
    "lcname": "sdkmanager"
}
        
Elapsed time: 0.20056s