pyjd


Namepyjd JSON
Version 1.0.13 PyPI version JSON
download
home_pagehttps://git.sr.ht/~pglaum/pyjd-api
SummaryA wrapper for the JDownloader API
upload_time2024-11-22 07:41:32
maintainerNone
docs_urlNone
authorPhilipp Glaum
requires_pythonNone
licenseGPLv3
keywords api jdownloader
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyjd

This is a wrapper for the JDownloader API.

## Installation

```shell
pip install pyjd
```

## Usage

The documentation of the JDownloader API can be found here
<https://my.jdownloader.org/developers/>. This library includes all of the
documented functions (but uses underscores instead of CamelCase).

For examples, check out the sample scripts in the repository
([see here](https://github.com/pglaum/pyjd/tree/master/examples)).

## Building auto-docs

### Build

Go to into the `docs` directory and run `make html`.

You can remove the `docs/_build` directory to make a clean rebuild.

### Reload modules

Run `sphinx-apidoc -o source ../` inside the `docs` directory.
Then, remove the `setup.rst` file from the source folder.

## Credits

The MyJD API authentication code is taken from here:
<https://github.com/mmarquezs/My.Jdownloader-API-Python-Library>

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.sr.ht/~pglaum/pyjd-api",
    "name": "pyjd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "api jdownloader",
    "author": "Philipp Glaum",
    "author_email": "p@pglaum.de",
    "download_url": "https://files.pythonhosted.org/packages/0d/bf/df705c7eecfed70e07a36e04d2b36a676703ec8a25777c124243f5e28cd8/pyjd-1.0.13.tar.gz",
    "platform": null,
    "description": "# pyjd\n\nThis is a wrapper for the JDownloader API.\n\n## Installation\n\n```shell\npip install pyjd\n```\n\n## Usage\n\nThe documentation of the JDownloader API can be found here\n<https://my.jdownloader.org/developers/>. This library includes all of the\ndocumented functions (but uses underscores instead of CamelCase).\n\nFor examples, check out the sample scripts in the repository\n([see here](https://github.com/pglaum/pyjd/tree/master/examples)).\n\n## Building auto-docs\n\n### Build\n\nGo to into the `docs` directory and run `make html`.\n\nYou can remove the `docs/_build` directory to make a clean rebuild.\n\n### Reload modules\n\nRun `sphinx-apidoc -o source ../` inside the `docs` directory.\nThen, remove the `setup.rst` file from the source folder.\n\n## Credits\n\nThe MyJD API authentication code is taken from here:\n<https://github.com/mmarquezs/My.Jdownloader-API-Python-Library>\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A wrapper for the JDownloader API",
    "version": "1.0.13",
    "project_urls": {
        "Homepage": "https://git.sr.ht/~pglaum/pyjd-api"
    },
    "split_keywords": [
        "api",
        "jdownloader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "860ff0d918b4439a21c58ff76938ea21c2cdb9a1530f2fbeb46eba4ab4851e91",
                "md5": "ded6571123f88d222253bd96bb3832d8",
                "sha256": "64b5eadea55a33165362fdad62e5b829df5b303c32b79a93db004abdae4a50f9"
            },
            "downloads": -1,
            "filename": "pyjd-1.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ded6571123f88d222253bd96bb3832d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35273,
            "upload_time": "2024-11-22T07:41:31",
            "upload_time_iso_8601": "2024-11-22T07:41:31.445298Z",
            "url": "https://files.pythonhosted.org/packages/86/0f/f0d918b4439a21c58ff76938ea21c2cdb9a1530f2fbeb46eba4ab4851e91/pyjd-1.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dbfdf705c7eecfed70e07a36e04d2b36a676703ec8a25777c124243f5e28cd8",
                "md5": "d2ee6b570608f1756e3c720dde7c3a87",
                "sha256": "cdd7eb13ab6496c36ec63cfa28dcca8df31ebaeae4c11d53bed3dc7952d00608"
            },
            "downloads": -1,
            "filename": "pyjd-1.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "d2ee6b570608f1756e3c720dde7c3a87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29731,
            "upload_time": "2024-11-22T07:41:32",
            "upload_time_iso_8601": "2024-11-22T07:41:32.359681Z",
            "url": "https://files.pythonhosted.org/packages/0d/bf/df705c7eecfed70e07a36e04d2b36a676703ec8a25777c124243f5e28cd8/pyjd-1.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 07:41:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyjd"
}
        
Elapsed time: 0.56398s