{ "info": { "author": "Phil Plante", "author_email": "unhappyrobot@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Great Expectations\n ------------------\n This is a simple matcher library which was inspired by Jasmine from Pivotal Labs (http://pivotal.github.com/jasmine). Jasmine has a great syntax for enhanced readability in tests.\n \n License is MIT, enjoy!\n \n \n Example\n -------\n ```\n def test_something(self):\n \texpect(blog.title).to_equal('My Famous Blog')\n \t\n \texpect('tests').to_be(better)\n ```", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/pplante/python-expectations/tree/master", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-expectations", "package_url": "https://pypi.org/project/python-expectations/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-expectations/", "project_urls": { "Homepage": "http://github.com/pplante/python-expectations/tree/master" }, "release_url": "https://pypi.org/project/python-expectations/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "a testing syntax similar to Jasmine", "version": "0.1.0" }, "last_serial": 284671, "releases": { "0.1.0": [] }, "urls": [] }