{ "info": { "author": "Yan Wenjun", "author_email": "mylastnameisyan@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries" ], "description": "python basic types better assertion\n===================================\n\nAn assertion lib for ``the`` to assert basic type.\n\n|Build Status| tested on 2.7, 3.2, 3.3\n\nAPI\n---\n\n- ``int``\n- ``float``\n- ``str``\n- ``dict``\n- ``list``\n- ``tuple``\n- ``set``\n\nUsage\n-----\n\n.. code:: python\n\n from the import expect\n import theeasytype\n\n expect.use(theeasytype)\n\n expect(1).to.be.int\n expect(1.1).to.be.float\n expect(\"\").to.be.str\n expect({}).to.be.dict\n expect([]).to.be.list\n expect(()).to.be.tuple\n expect(set()).to.be.set\n\n.. |Build Status| image:: https://travis-ci.org/the-py/the-easytype.png\n :target: https://travis-ci.org/the-py/the-easytype", "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/the-py/the-easytype", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "theeasytype", "package_url": "https://pypi.org/project/theeasytype/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/theeasytype/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/the-py/the-easytype" }, "release_url": "https://pypi.org/project/theeasytype/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "`the` assert basic type", "version": "0.0.1" }, "last_serial": 901575, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9c4f523d0dd6c95cd469f5c32e209b07", "sha256": "8ee3fead78270e42b4891b0e16cfbf4011b580cf5bd7486dc7063665c1d4322e" }, "downloads": -1, "filename": "theeasytype-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9c4f523d0dd6c95cd469f5c32e209b07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1737, "upload_time": "2013-10-23T15:15:16", "url": "https://files.pythonhosted.org/packages/9b/db/8338fe8a6e992415fedbe4de3bdb8b4fae0a5cc097272578cdf0e17b5fa1/theeasytype-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c4f523d0dd6c95cd469f5c32e209b07", "sha256": "8ee3fead78270e42b4891b0e16cfbf4011b580cf5bd7486dc7063665c1d4322e" }, "downloads": -1, "filename": "theeasytype-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9c4f523d0dd6c95cd469f5c32e209b07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1737, "upload_time": "2013-10-23T15:15:16", "url": "https://files.pythonhosted.org/packages/9b/db/8338fe8a6e992415fedbe4de3bdb8b4fae0a5cc097272578cdf0e17b5fa1/theeasytype-0.0.1.tar.gz" } ] }