{ "info": { "author": "Maxim Stolyarchuk", "author_email": "maxim.stolyarchuk@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "mubi |Build Status|\n===================\n\nA good starting point for getting some data from `mubi.com`_. Since MUBI\ndoesn't provide a public API, you need to do all the things manually.\n``mubi.py`` is created to help you with the login process.\n\nPowered by awesome `Requests`_.\n\nUsage\n-----\n\nTo access the most interesting part of the `mubi.com`_ content you'll\nneed to be logged in. It's time for ``mubi.py``:\n\n.. code:: python\n\n >>> from mubi import login, mubicom\n >>> session, me = login('email', 'password', identify=True)\n\n # Show your user id\n >>> print(me)\n '123456'\n\n # Use the requests.Session object (now with cookies) as usual\n >>> session.get(mubicom('/films'))\n \n\nTo be a good internet citizen provide some information about yourself:\n\n.. code:: python\n\n >>> import requests\n >>> from mubi import login\n\n >>> s = requests.Session()\n >>> s.headers.update({\n ... # Add something useful\n ... 'User-Agent': 'Mr. Robot/1.0 (http://github.com/example/repo beep@example.com)'\n >>> })\n\n >>> mubi = login('email', 'password', session=s)\n\nInstall\n-------\n\n::\n\n $ pip install mubi\n\n.. _mubi.com: http://mubi.com\n.. _Requests: http://www.python-requests.org/en/latest/\n.. _examples.py: https://github.com/mstolyarchuk/mubi.py/blob/master/examples.py\n\n.. |Build Status| image:: https://travis-ci.org/mstolyarchuk/mubi.py.png\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mstolyarchuk/mubi.py", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mubi", "package_url": "https://pypi.org/project/mubi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mubi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mstolyarchuk/mubi.py" }, "release_url": "https://pypi.org/project/mubi/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Helps you log in to mubi.com", "version": "0.2.0" }, "last_serial": 1000723, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e669955fb8c2bdd735c2c96a41329d5e", "sha256": "d540612a87dc2a83767559f4ced10269041aea7761e199aea4521adcefb7b867" }, "downloads": -1, "filename": "mubi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e669955fb8c2bdd735c2c96a41329d5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2613, "upload_time": "2014-01-22T10:43:30", "url": "https://files.pythonhosted.org/packages/77/8c/9c71f67df79be651588b7a4be5de85d7275d79e76c888f40360b972b500a/mubi-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "ab973eb8e781ceba7e559391ec3bb8c5", "sha256": "864dc5e4f9764af914dd9cba3ef1f5cc0dee55581730c8652364b2669f362fc6" }, "downloads": -1, "filename": "mubi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ab973eb8e781ceba7e559391ec3bb8c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2619, "upload_time": "2014-02-15T16:03:18", "url": "https://files.pythonhosted.org/packages/91/60/7bc59ded918d0b44da404b1cdd3076ffbd6f951457a0ff0c1e2990d0258e/mubi-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ab973eb8e781ceba7e559391ec3bb8c5", "sha256": "864dc5e4f9764af914dd9cba3ef1f5cc0dee55581730c8652364b2669f362fc6" }, "downloads": -1, "filename": "mubi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "ab973eb8e781ceba7e559391ec3bb8c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2619, "upload_time": "2014-02-15T16:03:18", "url": "https://files.pythonhosted.org/packages/91/60/7bc59ded918d0b44da404b1cdd3076ffbd6f951457a0ff0c1e2990d0258e/mubi-0.2.0.tar.gz" } ] }