{ "info": { "author": "pyLoad team", "author_email": "support@pyload.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Environment :: Plugins", "Environment :: Web Environment", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU Affero General Public License v3", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Communications", "Topic :: Communications :: File Sharing", "Topic :: Internet", "Topic :: Internet :: File Transfer Protocol (FTP)", "Topic :: Internet :: WWW/HTTP" ], "description": "
\n

\n \"pyLoad\"\n

\n

The free and open-source Download Manager written in pure Python

\n

\n Status |\n Installation |\n Usage |\n Docker Support |\n Troubleshooting |\n Licensing |\n Credits |\n Release History\n

\n
\n
\n\n\nStatus\n------\n\n[![Build Status](https://img.shields.io/travis/pyload/pyload.svg)](https://travis-ci.org/pyload/pyload)\n[![Updates](https://pyup.io/repos/github/pyload/pyload/shield.svg)](https://pyup.io/repos/github/pyload/pyload)\n[![Codacy Badge](https://img.shields.io/codacy/grade/240a2201eee54680b1c34bf86a32abd0.svg)](https://www.codacy.com/app/pyLoad/pyload)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![CLA assistant](https://cla-assistant.io/readme/badge/pyload/pyload)](https://cla-assistant.io/pyload/pyload)\n\nThe new pyLoad package `pyload-ng` is automatically deployed from the [master branch](https://github.com/pyload/pyload/tree/master) of the pyLoad sources.\n\nThe old pyLoad package, **compatible with Python 2 only**, is still available on the [stable branch](https://github.com/pyload/pyload/tree/stable).\n\n\nInstallation\n------------\n\n[![PyPI Status](https://img.shields.io/pypi/status/pyload-ng.svg)](https://pypi.python.org/pypi/pyload-ng)\n[![PyPI Version](https://img.shields.io/pypi/v/pyload-ng.svg)](https://pypi.python.org/pypi/pyload-ng)\n[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/pyload-ng.svg)](https://pypi.python.org/pypi/pyload-ng)\n[![PyPI License](https://img.shields.io/pypi/l/pyload-ng.svg)](https://github.com/pyload/pyload/blob/master/LICENSE.md)\n\nTo install pyLoad, type the command:\n\n pip install pyload-ng\n\nThis will install the latest stable release of pyLoad in your system.\n\n> **Note**:\n> No stable release is available yet! :smiling_imp:\n\n#### Available modules\n\n- `pyload.webui`: Web Interface.\n- `pyload.plugins`: collection of pyLoad plugins (officially supported).\n- `pyload.core`: just pyLoad.\n\n### Extra Dependencies\n\nYou can install all the recommended packages for pyLoad at once.\n\nAppend the tag `extra` to the installation command:\n\n pip install pyload-ng[extra]\n\n#### Available tags\n\n- `extra`: recommended extra packages.\n- `build`: packages required to build locales.\n- `test`: packages required to run tests.\n- `all`: all of them.\n\nYou can also use more tags together, like:\n\n pip install pyload-ng[extra][build]\n\n### Development Releases\n\nYou can force the installation of the latest development release of pyLoad.\n\nAppend the option `--pre` to the installation command:\n\n pip install --pre pyload-ng\n\n**Development release usage is not recommended**. Unexpected crashes may occur.\n\n### Build Translations\n\n> **Note**:\n> You do not need to build the locale files if you have installed pyLoad through `pip`,\n> because are already included.\n\nUse the command `build_locale` to retrieve and build the latest locale files (translations)\nfor your installation:\n\n python setup.py build_locale\n\nIdeally you would use it ***before*** launching any other build or installation command\n(eg. `bdist_wheel`).\n\n\nUsage\n-----\n\n usage: pyload [-h] [--version] [-d] [--userdir USERDIR] [--cachedir CACHEDIR]\n [--daemon] [--restore]\n\n The free and open-source Download Manager written in pure Python\n\n optional arguments:\n -h, --help show this help message and exit\n --version show program's version number and exit\n -d, --debug enable debug mode\n --userdir USERDIR use this location to store user data files\n --cachedir CACHEDIR use this location to store temporary files\n --storagedir STORAGEDIR use this location to save downloads\n --daemon run as daemon\n --restore reset default username/password\n\nTo start pyLoad, type the command:\n\n pyload\n\nThis will create the following directories (if they do not already exist):\n\n- `~/Downloads/pyLoad`: where downloads will be saved.\n- `~/pyLoad`: where user data files (configurations) are stored.\n- `/pyLoad`: where temporary files (cache) are stored.\n\nOn Windows systems data files are saved in the directory `~\\AppData\\Roaming\\pyLoad`.\n\nThe location of `` is [platform-specific](https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir).\n\n### Command Options\n\nTo show an overview of the available options, type:\n\n pyload --help\n\n### Web Interface\n\nOpen your web browser and visit the url http://localhost:8001 to have access to\nthe pyLoad's web interface.\n\n- Default username: `pyload`.\n- Default password: `pyload`.\n\n**It's highly recommended to change the default access credentials after the first start**.\n\n\nDocker Support [experimental]\n-----------------------------\n\n[![Docker Build Status](https://img.shields.io/docker/build/pyload/pyload.svg)](https://hub.docker.com/r/pyload/pyload)\n[![MicroBadger Layers](https://img.shields.io/microbadger/layers/pyload/pyload/latest-ubuntu.svg?label=layers%20%28ubuntu%29)](https://microbadger.com/images/pyload/pyload:latest-ubuntu)\n[![MicroBadger Layers](https://img.shields.io/microbadger/layers/pyload/pyload/latest-alpine.svg?label=layers%20%28alpine%29)](https://microbadger.com/images/pyload/pyload:latest-alpine)\n[![MicroBadger Size](https://img.shields.io/microbadger/image-size/pyload/pyload/latest-ubuntu.svg?label=image%20size%20%28ubuntu%29)](https://microbadger.com/images/pyload/pyload:latest-ubuntu)\n[![MicroBadger Size](https://img.shields.io/microbadger/image-size/pyload/pyload/latest-alpine.svg?label=image%20size%20%28alpine%29)](https://microbadger.com/images/pyload/pyload:latest-alpine)\n\n#### Available images\n\n- `pyload/pyload:latest-ubuntu`: default docker image of pyLoad.\n- `pyload/pyload:latest-alpine`: alternative docker image of pyLoad (smaller, _maybe_ slower).\n- `pyload/pyload`: alias of `pyload/pyload:latest-ubuntu`.\n\n### Create Container\n\n docker create --name=pyload -v :/config -v :/downloads --restart unless-stopped pyload/pyload\n\nReplace `` with the location on the host machine where you want that downloads will be saved.\n\nReplace `` with where you want that user data files (configurations) are stored.\n\n### Start Container\n\n docker start pyload\n\n### Stop Container\n\n docker stop pyload\n\n### Show Logs\n\n docker logs -f pyload\n\n### Compose\n\nCompatible with `docker-compose` v2 schemas:\n\n ---\n version: 2\n services:\n pyload:\n image: pyload/pyload\n container_name: pyload\n environment:\n - PUID=1000\n - PGID=1000\n - TZ=Europe/London\n volumes:\n - :/config\n - :/downloads\n ports:\n - 8001:8001\n restart: unless-stopped\n\nReplace `` with the location on the host machine where you want that downloads will be saved.\n\nReplace `` with where you want that user data files (configurations) are stored.\n\n\nTroubleshooting\n---------------\n\n### Installation\n\nIf the installation fails due any of the listed errors,\nretry applying the given solution:\n\n#### pip not found\n\nRetry replacing the command `pip` with `pip3`, like:\n\n pip3 install pyload-ng\n\nIf still fails you may not have already installed on your system the Python interpreter\nor the pip package manager.\nOr maybe something else got corrupted somehow...\n\nThe easiest way to fix this error is to (re)install Python.\n\nVisit https://www.python.org/downloads\nto get the proper **Python 3** release for your system.\n\n#### pyload-ng not found\n\nCheck the version of the Python interpreters installed on your system.\n\nTo show the version of your **default** Python interpreter, type the command:\n\n python --version\n\nIf the version is too old, try to upgrage Python, then you can retry to install pyLoad.\n\nPython releases below version 3.6 are not supported!\n\n#### Setuptools is too old\n\nTo upgrade the `setuptools` package, type the command:\n\n pip install --upgrade setuptools\n\n#### Permission denied\n\nUnder Unix-based systems, try to install pyLoad with root privileges.\n\nPrefix the installation command with `sudo`, like:\n\n sudo pip install pyload-ng\n\nUnder Windows systems, open a _Command Prompt as administrator_ to install pyLoad\nwith root privileges.\n\nYou can also try to install the `pyload-ng` package **without** root privileges.\n\nAppend the option `--user` to the installation command, like:\n\n pip install --user pyload-ng\n\n### Uninstallation\n\nTo uninstall pyLoad, type the command:\n\n pip uninstall --yes pyload-ng\n\n> **Note:**\n> This will not remove any installed dependencies.\n\n#### Permission denied\n\nUnder Unix-based systems, try to uninstall pyLoad with root privileges.\n\nPrefix the installation command with `sudo`:\n\n sudo pip uninstall --yes pyload-ng\n\nUnder Windows systems, open a _Command Prompt as administrator_ to uninstall pyLoad\nwith root privileges.\n\n\nLicensing\n---------\n\n### Open Source License\n\nYou are allowed to use this software under the terms of the **GNU Affero\nGeneral Public License** as published by the Free Software Foundation;\neither **version 3** of the License, or (at your option) any later version.\n\nPlease refer to the included [LICENSE](/LICENSE) for the full license.\n\n### Alternative License\n\nWith an explicit permission of the authors you may use or distribute\nthis software under a different license according to the agreement.\n\n### Contributor License Agreement\n\nPlease refer to the included [CLA](https://cla-assistant.io/pyload/pyload) for the full agreement conditions.\n\nThis is essentially what you will be agreeing to:\n\n- You claim to have the right to make the contribution\n(i.e. it's your own work).\n- You grant the project a perpetual, non-exclusive license to use the\ncontribution.\n- You grant the project rights to change the outbound license that we use to\ndistribute the code.\n- You retain full ownership (copyright) of your submission and are free to do\nwith it as you please.\n\nContact us at licensing@pyload.net for any question about our code licensing policy.\n\n\nCredits\n-------\n\nPlease refer to the included [CREDITS](/CREDITS.md) for the full credits.\n\n\nRelease History\n---------------\n\nPlease refer to the included [CHANGELOG](/CHANGELOG.md) for the full release\nhistory.\n\n\n
\n
\n\n-------------------------\n###### \u00a9 2019 pyLoad team\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/pyload/pyload/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pyload.net", "keywords": "pyload,download-manager,one-click-hoster,download", "license": "agpl3", "maintainer": "Walter Purcaro", "maintainer_email": "vuolter@gmail.com", "name": "pyload-ng", "package_url": "https://pypi.org/project/pyload-ng/", "platform": "any", "project_url": "https://pypi.org/project/pyload-ng/", "project_urls": { "Bug Tracker": "https://github.com/pyload/pyload/issues", "Documentation": "https://github.com/pyload/pyload/wiki", "Download": "https://github.com/pyload/pyload/releases", "Homepage": "https://pyload.net", "Source Code": "https://github.com/pyload/pyload", "Source Code (mirror)": "https://gitlab.com/pyload/pyload" }, "release_url": "https://pypi.org/project/pyload-ng/0.5.0a5.dev545/", "requires_dist": [ "Cheroot (~=6.5)", "cryptography (~=2.4)", "Flask (~=1.0)", "Flask-Themes2 (~=0.1)", "requests-html (~=0.10)", "semver (~=2.8)", "setuptools (>=38.3)", "beautifulsoup4 ; extra == 'all'", "colorlog ; extra == 'all'", "Pillow ; extra == 'all'", "pycryptodomex ; extra == 'all'", "pyOpenSSL ; extra == 'all'", "pyxmpp2 ; extra == 'all'", "Send2Trash ; extra == 'all'", "Babel ; extra == 'all'", "Jinja2 ; extra == 'all'", "Babel ; extra == 'build'", "Jinja2 ; extra == 'build'", "beautifulsoup4 ; extra == 'extra'", "colorlog ; extra == 'extra'", "Pillow ; extra == 'extra'", "pycryptodomex ; extra == 'extra'", "pyOpenSSL ; extra == 'extra'", "pyxmpp2 ; extra == 'extra'", "Send2Trash ; extra == 'extra'", "nose ; extra == 'test'", "pytest ; extra == 'test'", "pytest-cov ; extra == 'test'" ], "requires_python": ">=3.6", "summary": "The free and open-source Download Manager written in pure Python", "version": "0.5.0a5.dev545" }, "last_serial": 5952311, "releases": { "0.5.0a5.dev528": [ { "comment_text": "", "digests": { "md5": "fdc83713149f75d8b87902018eeb145e", "sha256": "f885ba6f0f3c419302e1ea44588693d76961023fc225e5235611552a22e6a329" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev528-py3-none-any.whl", "has_sig": false, "md5_digest": "fdc83713149f75d8b87902018eeb145e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 745357, "upload_time": "2019-06-11T02:24:55", "url": "https://files.pythonhosted.org/packages/ef/5e/2cd3201da54f984dda872408e15c2a54f217f8ebe6d0f3cddf3a41d10602/pyload_ng-0.5.0a5.dev528-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1fbe7481d37f78508f9b085d98288ff", "sha256": "5e08f578296be49014437b3f9a581a3ac564ef69b3c9a020913abcceaa4b54a2" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev528.zip", "has_sig": false, "md5_digest": "a1fbe7481d37f78508f9b085d98288ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 883533, "upload_time": "2019-06-11T02:24:57", "url": "https://files.pythonhosted.org/packages/6d/6d/57fcf9950833de938fea63c70e358f9c0d3e2238634022038c8b3c01fa78/pyload-ng-0.5.0a5.dev528.zip" } ], "0.5.0a5.dev532": [ { "comment_text": "", "digests": { "md5": "cfd9307b8339b8e8666748bc9bfe218f", "sha256": "ba3014809db5a6a1587d11d6662180f569fd3bac446115e867f3d7f35f49063b" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev532-py3-none-any.whl", "has_sig": false, "md5_digest": "cfd9307b8339b8e8666748bc9bfe218f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747165, "upload_time": "2019-06-14T14:29:30", "url": "https://files.pythonhosted.org/packages/b6/39/50aa12ed1ec791ff58b9c40dabfc3ebafecf7148528b0585affc67b16e5c/pyload_ng-0.5.0a5.dev532-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a94aa1e57f7b63007a0b3391d229b240", "sha256": "6b0078c71f28065c9e665b09108b350a057cdf38a8bc5080b2c02459438b5eca" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev532.zip", "has_sig": false, "md5_digest": "a94aa1e57f7b63007a0b3391d229b240", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 889179, "upload_time": "2019-06-14T14:29:32", "url": "https://files.pythonhosted.org/packages/1c/a7/9f256c78009c3720a71da9ae2d1bfbb1e3b6d78535a3cb4e2355bfc5ecc7/pyload-ng-0.5.0a5.dev532.zip" } ], "0.5.0a5.dev535": [ { "comment_text": "", "digests": { "md5": "2d311a9678a4311f998b5c07989dba6f", "sha256": "16f36739f4ffcdde5e7a42866e065d3b0820cd7266f21f17293de1316bef9057" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev535-py3-none-any.whl", "has_sig": false, "md5_digest": "2d311a9678a4311f998b5c07989dba6f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747265, "upload_time": "2019-06-21T01:27:27", "url": "https://files.pythonhosted.org/packages/91/f0/f265ff6ebf54d83ffbe64bcc66144cdce360ea3c99b48099766241f0223b/pyload_ng-0.5.0a5.dev535-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d4cf0a74a9b2f2f5335dfc4844dd588f", "sha256": "71d5bd815fe7b0bcda11a961b84fa8d275c8249cea7b9ee162b46c8c1c3c8806" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev535.zip", "has_sig": false, "md5_digest": "d4cf0a74a9b2f2f5335dfc4844dd588f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 890983, "upload_time": "2019-06-21T01:27:29", "url": "https://files.pythonhosted.org/packages/ad/e6/75dfc1a9421df215a4f613fe9e3e8fb0e4ce411e706230df984ad96afd4a/pyload-ng-0.5.0a5.dev535.zip" } ], "0.5.0a5.dev536": [ { "comment_text": "", "digests": { "md5": "a3aa155250e649dff8a6746004fe5b67", "sha256": "6a1b28cd5c3db6decb31a09a980ce2413e7e4677fa8abbb3ae2ed877980ef328" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev536-py3-none-any.whl", "has_sig": false, "md5_digest": "a3aa155250e649dff8a6746004fe5b67", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747272, "upload_time": "2019-06-21T02:21:59", "url": "https://files.pythonhosted.org/packages/ae/1c/adfbe6459cb1d675cb4f67af4f1888c4a1af27a59f5ebc957ec0ade1faf5/pyload_ng-0.5.0a5.dev536-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ffd6070de62714e75e0cdf2cdeabc4a", "sha256": "73742bc55bef49a31e3bb4392b93ef52c7265001e39b7086adfe6ade9b99adbc" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev536.zip", "has_sig": false, "md5_digest": "9ffd6070de62714e75e0cdf2cdeabc4a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 891059, "upload_time": "2019-06-21T02:22:02", "url": "https://files.pythonhosted.org/packages/c1/20/3cdc5c21bdf78346db186293b7cf830aa1371e249168721382563f227ec7/pyload-ng-0.5.0a5.dev536.zip" } ], "0.5.0a5.dev537": [ { "comment_text": "", "digests": { "md5": "76d6e350f207f1cc03f5abaf54f93ac4", "sha256": "9bc4c4700ac4fb8ab8518a9246e856fd05790c6f5616fc7ea91c3daa88c7bb3d" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev537-py3-none-any.whl", "has_sig": false, "md5_digest": "76d6e350f207f1cc03f5abaf54f93ac4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747270, "upload_time": "2019-06-23T22:10:14", "url": "https://files.pythonhosted.org/packages/13/09/a18777ea9a7bf486ba1f13093a06d63c95bb3868eaf622ebc156dbaeaa61/pyload_ng-0.5.0a5.dev537-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "466f9b110fa656ac4f22e2b19e7790ac", "sha256": "6de4f217a6e8fb74e7f4df375a453c0a0dfe8415ce0e24d8c9eff1b3c7d7277d" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev537.zip", "has_sig": false, "md5_digest": "466f9b110fa656ac4f22e2b19e7790ac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 891057, "upload_time": "2019-06-23T22:10:16", "url": "https://files.pythonhosted.org/packages/93/f9/951a840c80f5c003eee004c522a019b16689201b7f97e8d6ff90127d49a8/pyload-ng-0.5.0a5.dev537.zip" } ], "0.5.0a5.dev539": [ { "comment_text": "", "digests": { "md5": "51da513f5f5db5ebb54aa9da3c2a1b44", "sha256": "def20ecaa25b5adf299bff4fb8bbefc7fc5f6d6927bd188782868043ec1135c7" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev539-py3-none-any.whl", "has_sig": false, "md5_digest": "51da513f5f5db5ebb54aa9da3c2a1b44", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747006, "upload_time": "2019-07-14T17:34:05", "url": "https://files.pythonhosted.org/packages/7f/f9/d73960b33c083cc7aa2a5b0f8771e8dcf03c03f071630b7f56b96d686033/pyload_ng-0.5.0a5.dev539-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0753a3ddd951fa5d7b0517683fe508b", "sha256": "39b6d10b426d41682baec07da9359dc2c9c312cd31d80bf8bf6d6cead30ff93c" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev539.zip", "has_sig": false, "md5_digest": "e0753a3ddd951fa5d7b0517683fe508b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 890793, "upload_time": "2019-07-14T17:34:07", "url": "https://files.pythonhosted.org/packages/a8/02/fd67e4a51fc705753851814a945e631f480d20cf15e2cae60cf32f773b88/pyload-ng-0.5.0a5.dev539.zip" } ], "0.5.0a5.dev540": [ { "comment_text": "", "digests": { "md5": "edefde7520db50dc7ff80a3ff45ba40b", "sha256": "18e31130b0cc05777ac15ea03953f38b46ccd61e3399cd6cb1d408d60319f8b4" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev540-py3-none-any.whl", "has_sig": false, "md5_digest": "edefde7520db50dc7ff80a3ff45ba40b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747002, "upload_time": "2019-07-22T22:37:18", "url": "https://files.pythonhosted.org/packages/fa/52/387bc9ba5d1d73c969b994c63d5ee29741df3320a6e355b4f88127cd5750/pyload_ng-0.5.0a5.dev540-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "990e9f27c919fdc9401f3c96addb885c", "sha256": "c5113ceb477144220f919ad7b495d610a5b21a352bff944531fc2d504765cd2e" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev540.zip", "has_sig": false, "md5_digest": "990e9f27c919fdc9401f3c96addb885c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 890786, "upload_time": "2019-07-22T22:37:20", "url": "https://files.pythonhosted.org/packages/cf/8b/d2386bb540d94140ffb0f0ad0605c28e36c505f200995b813567ff57f210/pyload-ng-0.5.0a5.dev540.zip" } ], "0.5.0a5.dev545": [ { "comment_text": "", "digests": { "md5": "403507ed05ebd104609c06ebe306d91a", "sha256": "5f34a717024ff442ee04fb9ba3e31c63e71ad3c072f7e51de10effccd253c43a" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev545-py3-none-any.whl", "has_sig": false, "md5_digest": "403507ed05ebd104609c06ebe306d91a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747002, "upload_time": "2019-10-09T22:43:04", "url": "https://files.pythonhosted.org/packages/1c/0d/a13a5e7cc5398c0fa1c0dbaee621f281f15c08f78786f1d46b88f4f17d29/pyload_ng-0.5.0a5.dev545-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30c442c82d7e61d591bd84a1b673ba1a", "sha256": "de05f73d27fbab5fffee31a9ac70fa6a37b8cc282c24053c688d18a5a89e4594" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev545.zip", "has_sig": false, "md5_digest": "30c442c82d7e61d591bd84a1b673ba1a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 890783, "upload_time": "2019-10-09T22:43:06", "url": "https://files.pythonhosted.org/packages/65/a0/e8c012f987e4744b71736fc7f7a091fd63bd60b3faeb1d3cd95d3d7a29dc/pyload-ng-0.5.0a5.dev545.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "403507ed05ebd104609c06ebe306d91a", "sha256": "5f34a717024ff442ee04fb9ba3e31c63e71ad3c072f7e51de10effccd253c43a" }, "downloads": -1, "filename": "pyload_ng-0.5.0a5.dev545-py3-none-any.whl", "has_sig": false, "md5_digest": "403507ed05ebd104609c06ebe306d91a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 747002, "upload_time": "2019-10-09T22:43:04", "url": "https://files.pythonhosted.org/packages/1c/0d/a13a5e7cc5398c0fa1c0dbaee621f281f15c08f78786f1d46b88f4f17d29/pyload_ng-0.5.0a5.dev545-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30c442c82d7e61d591bd84a1b673ba1a", "sha256": "de05f73d27fbab5fffee31a9ac70fa6a37b8cc282c24053c688d18a5a89e4594" }, "downloads": -1, "filename": "pyload-ng-0.5.0a5.dev545.zip", "has_sig": false, "md5_digest": "30c442c82d7e61d591bd84a1b673ba1a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 890783, "upload_time": "2019-10-09T22:43:06", "url": "https://files.pythonhosted.org/packages/65/a0/e8c012f987e4744b71736fc7f7a091fd63bd60b3faeb1d3cd95d3d7a29dc/pyload-ng-0.5.0a5.dev545.zip" } ] }