pyjd


Namepyjd JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttps://git.sr.ht/~pglaum/pyjd-api
SummaryA wrapper for the JDownloader API
upload_time2023-07-14 12:51:25
maintainer
docs_urlNone
authorPhilipp Glaum
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "api jdownloader",
    "author": "Philipp Glaum",
    "author_email": "p@pglaum.de",
    "download_url": "https://files.pythonhosted.org/packages/ec/a8/b2f270dcdb7a50bb81d078c5c1cb65249e398e74709a1c51356a63443cb1/pyjd-1.0.10.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.10",
    "project_urls": {
        "Homepage": "https://git.sr.ht/~pglaum/pyjd-api"
    },
    "split_keywords": [
        "api",
        "jdownloader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fe20987e6cbf35911756161d107f17d24d853e0e75dda38d6b47c689e7940e1",
                "md5": "ddc0fcbaabd752733b8bb261953083c4",
                "sha256": "2a720511ad3fb843ec451cd722e4cac34874cdc91c1f99c804b718eb40f7b603"
            },
            "downloads": -1,
            "filename": "pyjd-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddc0fcbaabd752733b8bb261953083c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35242,
            "upload_time": "2023-07-14T12:51:24",
            "upload_time_iso_8601": "2023-07-14T12:51:24.513648Z",
            "url": "https://files.pythonhosted.org/packages/1f/e2/0987e6cbf35911756161d107f17d24d853e0e75dda38d6b47c689e7940e1/pyjd-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eca8b2f270dcdb7a50bb81d078c5c1cb65249e398e74709a1c51356a63443cb1",
                "md5": "0367b978a72c9f1d3c0e6026a0b6b9ce",
                "sha256": "15f63d8391dd22097fd3e94479a5ae21779f5311fbdc292b185a1842fe8bd14b"
            },
            "downloads": -1,
            "filename": "pyjd-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "0367b978a72c9f1d3c0e6026a0b6b9ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29648,
            "upload_time": "2023-07-14T12:51:25",
            "upload_time_iso_8601": "2023-07-14T12:51:25.635405Z",
            "url": "https://files.pythonhosted.org/packages/ec/a8/b2f270dcdb7a50bb81d078c5c1cb65249e398e74709a1c51356a63443cb1/pyjd-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-14 12:51:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyjd"
}
        
Elapsed time: 0.08472s