{ "info": { "author": "Eric Persson", "author_email": "expersso5@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", "Programming Language :: Python :: 2.7", "Topic :: Internet" ], "description": "Bechdel\n=======\n\nIntroduction\n~~~~~~~~~~~~\n\nThe ``Bechdel`` package wraps the\n`bechdeltest.com `__ API and allows users to\nprogrammatically retrieve the `Bechdel\nscore `__ for movies.\n\nYou can search for movies either by title...\n\n.. code:: python\n\n\n import bechdel\n movies = bechdel.getMoviesByTitle('terminator')\n len(movies) # 5\n print movies[0]\n\n {u'date': u'2015-07-02 06:24:18',\n u'dubious': u'0',\n u'id': u'6340',\n u'imdbid': u'1340138',\n u'rating': u'0',\n u'submitterid': u'12302',\n u'title': u'Terminator Genisys',\n u'visible': u'1',\n u'year': u'2015'}\n\n...or by IMDb id:\n\n.. code:: python\n\n\n terminator_genisys = bechdel.getMovieByImdbId('1340138')\n\nDisclaimer\n~~~~~~~~~~\n\nThis package and its author are unaffiliated with\n`bechdeltest.com `__. Please don't abuse the API\nwith unnecessary requests.\n\n.. |Travis-CI Build Status| image:: https://travis-ci.org/expersso/bechdel.svg?branch=master\n :target: https://travis-ci.org/expersso/bechdel\n.. |codecov.io| image:: https://codecov.io/github/expersso/bechdel/coverage.svg?branch=master\n :target: https://codecov.io/github/expersso/bechdel?branch=master", "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/expersson/bechdel", "keywords": "movies,API", "license": "CC0", "maintainer": null, "maintainer_email": null, "name": "bechdel", "package_url": "https://pypi.org/project/bechdel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bechdel/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/expersson/bechdel" }, "release_url": "https://pypi.org/project/bechdel/0.1/", "requires_dist": null, "requires_python": null, "summary": "Retrieve Movies' Bechdel Score", "version": "0.1" }, "last_serial": 1967044, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0778fb4df5b928decff8992d133bf07b", "sha256": "d7538e03c23c8c3dc237e2097c0593b759f71c109cec16fcc597c7dc1a2c69af" }, "downloads": -1, "filename": "bechdel-0.1.tar.gz", "has_sig": false, "md5_digest": "0778fb4df5b928decff8992d133bf07b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1798, "upload_time": "2016-02-20T19:21:22", "url": "https://files.pythonhosted.org/packages/ae/91/43cb3e210547e45624d330de8f8755d8249d42f2e835bafc1cfe3dd7cd90/bechdel-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0778fb4df5b928decff8992d133bf07b", "sha256": "d7538e03c23c8c3dc237e2097c0593b759f71c109cec16fcc597c7dc1a2c69af" }, "downloads": -1, "filename": "bechdel-0.1.tar.gz", "has_sig": false, "md5_digest": "0778fb4df5b928decff8992d133bf07b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1798, "upload_time": "2016-02-20T19:21:22", "url": "https://files.pythonhosted.org/packages/ae/91/43cb3e210547e45624d330de8f8755d8249d42f2e835bafc1cfe3dd7cd90/bechdel-0.1.tar.gz" } ] }