{ "info": { "author": "Jacob Alheid", "author_email": "jacob.alheid@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyKismet - Akismet API client\n=============================\n\nPyKismet is a simple, thread safe, Python client for the Akismet API, based on\nurllib3.\n\n\n.. rubric:: Example usage:\n\n.. code-block:: python\n\n from pykismet.api import Akismet\n\n api = Akismet('yourapikey', 'http://myblog.com')\n api.check_comment(user_ip='192.168.2.1', user_agent='Mozilla',\n comment_content=\"Hello there Akismet!\")", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/shakefu/pykismet", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pykismet", "package_url": "https://pypi.org/project/pykismet/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pykismet/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/shakefu/pykismet" }, "release_url": "https://pypi.org/project/pykismet/0.0.1-dev/", "requires_dist": null, "requires_python": null, "summary": "Python client for Akismet API", "version": "0.0.1-dev" }, "last_serial": 920000, "releases": { "0.0.1-dev": [] }, "urls": [] }