{ "info": { "author": "Hackathon", "author_email": "kimi.huang@brightcells.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==========\nStatusCode\n==========\n\nPython Status Code based on ``kkconst``\n\nInstallation\n============\n\n::\n\n pip install StatusCode\n\n\nUsage\n=====\n\n::\n\n from StatusCode import BaseStatusCode, StatusCodeField\n\n class ProfileStatusCode(BaseStatusCode):\n \"\"\" 4000xx - Profile Relative Status Code \"\"\"\n PROFILE_NOT_FOUND = StatusCodeField(410000, 'Profile Not Found', description=u'\u7528\u6237\u4e0d\u5b58\u5728')\n\n ProfileStatusCode.PROFILE_NOT_FOUND\n # 410001\n\n ProfileStatusCode.PROFILE_NOT_FOUND.message\n # u'Profile Not Found'\n\n ProfileStatusCode.PROFILE_NOT_FOUND.description\n # u'\\u7528\\u6237\\u4e0d\\u5b58\\u5728'\n\n\nRequirement\n===========\n\n::\n\n \u3000= StatusCodeField(, , )\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/errorless/StatusCode", "keywords": "StatusCode", "license": "", "maintainer": "", "maintainer_email": "", "name": "StatusCode", "package_url": "https://pypi.org/project/StatusCode/", "platform": "", "project_url": "https://pypi.org/project/StatusCode/", "project_urls": { "Homepage": "https://github.com/errorless/StatusCode" }, "release_url": "https://pypi.org/project/StatusCode/1.0.0/", "requires_dist": [ "kkconst" ], "requires_python": "", "summary": "Python Status Code based on ``kkconst``", "version": "1.0.0" }, "last_serial": 2480379, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9b9c511e4cfca6870a672d8068ff96bf", "sha256": "ddbf7f8096f82540f867054c79709672aae32ba6c6a534f33bf08d3e1f0b1b85" }, "downloads": -1, "filename": "StatusCode-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b9c511e4cfca6870a672d8068ff96bf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3422, "upload_time": "2016-11-24T08:47:15", "url": "https://files.pythonhosted.org/packages/74/9e/3b1ea39c91110d52876e3526d90dcaf434b06f976b6b870cf048f9824d13/StatusCode-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "73a7f153a4c2b86b4a53dff8c82c5d6a", "sha256": "b67c288984ab3f50802d0350e6575000c3abebb1ce939635aff8c7b5fcfed83f" }, "downloads": -1, "filename": "StatusCode-1.0.0.tar.gz", "has_sig": false, "md5_digest": "73a7f153a4c2b86b4a53dff8c82c5d6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1734, "upload_time": "2016-11-24T08:47:21", "url": "https://files.pythonhosted.org/packages/24/47/cad73be9fc4a53962c02bdcae6cf63cc003a32e4865937a1615d97969363/StatusCode-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b9c511e4cfca6870a672d8068ff96bf", "sha256": "ddbf7f8096f82540f867054c79709672aae32ba6c6a534f33bf08d3e1f0b1b85" }, "downloads": -1, "filename": "StatusCode-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b9c511e4cfca6870a672d8068ff96bf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3422, "upload_time": "2016-11-24T08:47:15", "url": "https://files.pythonhosted.org/packages/74/9e/3b1ea39c91110d52876e3526d90dcaf434b06f976b6b870cf048f9824d13/StatusCode-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "73a7f153a4c2b86b4a53dff8c82c5d6a", "sha256": "b67c288984ab3f50802d0350e6575000c3abebb1ce939635aff8c7b5fcfed83f" }, "downloads": -1, "filename": "StatusCode-1.0.0.tar.gz", "has_sig": false, "md5_digest": "73a7f153a4c2b86b4a53dff8c82c5d6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1734, "upload_time": "2016-11-24T08:47:21", "url": "https://files.pythonhosted.org/packages/24/47/cad73be9fc4a53962c02bdcae6cf63cc003a32e4865937a1615d97969363/StatusCode-1.0.0.tar.gz" } ] }