{ "info": { "author": "Mohaned Magdy", "author_email": "mohan3d94@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP" ], "description": "PyOpenload |StarButton|\n=======================\n\npython wrapper for `Openload.co`_ `API`_.\n\n|travis| |pypi| |format| |CodacyBadge| |license|\n\nInstall\n-------\n\n.. code-block:: bash\n\n $ pip install pyopenload\n\n\nUsage\n-----\n\nAll `API`_ features are implemented.\n\n**Retrieve account info**\n\n.. code:: python\n\n from openload import OpenLoad\n\n ol = OpenLoad('login', 'key')\n\n account_info = ol.account_info()\n print(account_info)\n\n\n**Upload file**\n\n.. code:: python\n\n from openload import OpenLoad\n\n ol = OpenLoad('login', 'key')\n\n uploaded_file_info = ol.upload_file('/home/username/file.txt')\n print(uploaded_file_info)\n\n\n**Retrieve file info**\n\n.. code:: python\n\n from openload import OpenLoad\n\n ol = OpenLoad('login', 'key')\n\n # Random file id.\n file_id = 'YMTqhQAuzVX'\n\n file_info = ol.file_info(file_id)\n print(file_info)\n\nDocumentation\n-------------\n\ndocumentation is available at https://pyopenload.readthedocs.io/.\n\n.. _Openload.co: https://openload.co\n.. _API: https://openload.co/api\n\n.. |StarButton| image:: https://img.shields.io/github/stars/mohan3d/pyopenload.svg?style=social&label=Star&maxAge=3600\n :target: https://github.com/mohan3d/PyOpenload\n\n.. |pypi| image:: https://img.shields.io/pypi/v/pyopenload.svg?maxAge=3600&style=flat-square\n :target: https://pypi.python.org/pypi/pyopenload\n\n.. |format| image:: https://img.shields.io/pypi/format/pyopenload.svg?maxAge=3600&style=flat-square\n :target: https://pypi.python.org/pypi/pyopenload\n\n.. |CodacyBadge| image:: https://img.shields.io/codacy/grade/42d0f198fcbe43daae71e21b6a3540fe.svg?maxAge=3600&style=flat-square\n :target: https://www.codacy.com/app/mohan3d94/PyOpenload?utm_source=github.com&utm_medium=referral&utm_content=mohan3d/PyOpenload&utm_campaign=badger\n\n.. |license| image:: https://img.shields.io/pypi/l/pyopenload.svg?maxAge=3600&style=flat-square\n :target: https://choosealicense.com/licenses/mit/\n\n.. |travis| image:: https://img.shields.io/travis/mohan3d/PyOpenload.svg?maxAge=3600&style=flat-square\n :target: https://travis-ci.org/mohan3d/PyOpenload\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mohan3d/PyOpenload", "keywords": "openload,wrapper,api,api client", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyopenload", "package_url": "https://pypi.org/project/pyopenload/", "platform": "", "project_url": "https://pypi.org/project/pyopenload/", "project_urls": { "Homepage": "https://github.com/mohan3d/PyOpenload" }, "release_url": "https://pypi.org/project/pyopenload/0.7/", "requires_dist": [ "requests (>=2.20.0)", "requests-toolbelt (==0.9.1)" ], "requires_python": "", "summary": "Python wrapper for openload.co API", "version": "0.7" }, "last_serial": 5374789, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "f63b543558185d7b60e3da953f69a9ac", "sha256": "763928f6e7bebd7d2e46d663f7cdedc8a634b273a11ab7be8c954b035536371c" }, "downloads": -1, "filename": "pyopenload-0.2.tar.gz", "has_sig": false, "md5_digest": "f63b543558185d7b60e3da953f69a9ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3077, "upload_time": "2016-08-19T18:12:53", "url": "https://files.pythonhosted.org/packages/02/66/e8d896b46e198921b5cf7838e2f12b6aa0fcfadd559a410829238f7d74f9/pyopenload-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "04d4a30bb348b6de12fc9078f179cb24", "sha256": "cc2ad577cf7c60b493b8310b7fade26172f0f1bef5c88333443d42ed83f8c5fe" }, "downloads": -1, "filename": "pyopenload-0.3.tar.gz", "has_sig": false, "md5_digest": "04d4a30bb348b6de12fc9078f179cb24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3094, "upload_time": "2016-08-19T18:38:35", "url": "https://files.pythonhosted.org/packages/e1/e3/0b9b5f09677f6ea37b824c35b81af6eeff72a236c197b531340a9edb1287/pyopenload-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "96b9f1442bce2298a389963735aab373", "sha256": "4c83882ec4a6237a272b374547652612e83769f710b2ad27f287d30f2f6cf1f3" }, "downloads": -1, "filename": "pyopenload-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96b9f1442bce2298a389963735aab373", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6279, "upload_time": "2017-08-06T09:19:52", "url": "https://files.pythonhosted.org/packages/91/e2/13e580df0871af72be6dd24244ba4b52b354efd5ff79e2eeffd98ae7156c/pyopenload-0.4-py2.py3-none-any.whl" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "b807e8d52c9620041514493e7acb9c62", "sha256": "f4a7a1da2a855c20c1936391a8bed8b0dfacd78cb081c0f7031d2f13941fa687" }, "downloads": -1, "filename": "pyopenload-0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b807e8d52c9620041514493e7acb9c62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8149, "upload_time": "2017-08-19T20:14:41", "url": "https://files.pythonhosted.org/packages/bb/d3/571222b5f57b69411596f1e00a4394c3fed1196c2b0f0fe6ad378c09e096/pyopenload-0.5-py2.py3-none-any.whl" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "1286df61458306d5864f0c339c4f2de6", "sha256": "b91262c07f4576bd9c47c53a09b1b5e92f8ee7d97283c741652a71f58a8fcc4f" }, "downloads": -1, "filename": "pyopenload-0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1286df61458306d5864f0c339c4f2de6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7569, "upload_time": "2019-06-02T05:06:49", "url": "https://files.pythonhosted.org/packages/c4/37/844b628efd555a16e5a137c212f4a715a6d73967963bf5e64cdcbc304ae3/pyopenload-0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fdd0446856456f7e59b2e1bf9c1bf43", "sha256": "4833a06224aaf080df151de26b74417ca74ad1abfea0ee310731ae86b1f058f4" }, "downloads": -1, "filename": "pyopenload-0.6.tar.gz", "has_sig": false, "md5_digest": "2fdd0446856456f7e59b2e1bf9c1bf43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7081, "upload_time": "2019-06-02T05:06:51", "url": "https://files.pythonhosted.org/packages/4b/a5/642223b9db0d033bce0f6b48eb8d3b26f2597f4f5c35ea19f4d430ff2cc7/pyopenload-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "a0ab381e6ae225d934817f411a47b6e9", "sha256": "9ce29aab376ca78386edfa5bb9f96c5dfc1c96c807e10e62096f359ee198b104" }, "downloads": -1, "filename": "pyopenload-0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0ab381e6ae225d934817f411a47b6e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7572, "upload_time": "2019-06-08T08:24:55", "url": "https://files.pythonhosted.org/packages/4d/c5/31041acf6ac351dbb988276a8b4a931a128b1229c0ccfb3a6e3d848c815f/pyopenload-0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a8dfdcdeb0d7ae41160bc0ff1dc0cb0", "sha256": "968adb8fcb2c9a0de8556cb30d72d6088f7e137fe1e432b8b6619a54e05c38d6" }, "downloads": -1, "filename": "pyopenload-0.7.tar.gz", "has_sig": false, "md5_digest": "2a8dfdcdeb0d7ae41160bc0ff1dc0cb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7071, "upload_time": "2019-06-08T08:24:57", "url": "https://files.pythonhosted.org/packages/13/bf/069d19f89968ba87ccb5adfeebff1c733b82bd25fb95ad8bb3ee233c3640/pyopenload-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0ab381e6ae225d934817f411a47b6e9", "sha256": "9ce29aab376ca78386edfa5bb9f96c5dfc1c96c807e10e62096f359ee198b104" }, "downloads": -1, "filename": "pyopenload-0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0ab381e6ae225d934817f411a47b6e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7572, "upload_time": "2019-06-08T08:24:55", "url": "https://files.pythonhosted.org/packages/4d/c5/31041acf6ac351dbb988276a8b4a931a128b1229c0ccfb3a6e3d848c815f/pyopenload-0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a8dfdcdeb0d7ae41160bc0ff1dc0cb0", "sha256": "968adb8fcb2c9a0de8556cb30d72d6088f7e137fe1e432b8b6619a54e05c38d6" }, "downloads": -1, "filename": "pyopenload-0.7.tar.gz", "has_sig": false, "md5_digest": "2a8dfdcdeb0d7ae41160bc0ff1dc0cb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7071, "upload_time": "2019-06-08T08:24:57", "url": "https://files.pythonhosted.org/packages/13/bf/069d19f89968ba87ccb5adfeebff1c733b82bd25fb95ad8bb3ee233c3640/pyopenload-0.7.tar.gz" } ] }