{ "info": { "author": "Daniel Quinn", "author_email": "code@danielquinn.org", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "ISIC\n====\n\nThis is just a Python-friendly way to reference revision 4 of the International\nStandard Industrial Classification (ISIC). It's the result of pulling down\n`this URL`_ and formatting it into a native Python object. For more\ninformation, or to see this data in other original source formats, visit the UN\n`here`_.\n\n.. _this URL: https://unstats.un.org/unsd/classifications/Econ/Download/In%20Text/ISIC_Rev_4_english_structure.Txt\n.. _here: https://unstats.un.org/unsd/classifications/Econ/isic\n\n\nHow Do I Use It?\n----------------\n\nIt's really not very advanced. Just import it and reference it however you\nlike:\n\n.. code-block:: python\n\n from isic import ISIC\n\n\n print(ISIC[\"02\"]) # \"Forestry and logging\"\n print(ISIC[\"B\"]) # \"Mining and quarrying\"\n\nIt's also handy if you want to use it in a Django model:\n\n.. code-block:: python\n\n from django.db import models\n from isic import ISIC\n\n\n class MyModel(models.Model):\n industry = models.CharField(max_length=5, choices=ISIC.items())\n\n\nInstallation\n------------\n\nIt's on PyPi, so just install it with pip.\n\n.. code-block:: shell\n\n $ pip install isic\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/workfinder/isic", "keywords": "", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "isic", "package_url": "https://pypi.org/project/isic/", "platform": "", "project_url": "https://pypi.org/project/isic/", "project_urls": { "Homepage": "https://gitlab.com/workfinder/isic" }, "release_url": "https://pypi.org/project/isic/1.0.4/", "requires_dist": null, "requires_python": "", "summary": "A Python wrapper around the UN's ISIC definitions", "version": "1.0.4" }, "last_serial": 5928500, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c94ebba4227f897ca30a321caf0de7e3", "sha256": "6f41aedd24d20268a798dd188bacf426de50a47d71d5db450f5160b50410cc17" }, "downloads": -1, "filename": "isic-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c94ebba4227f897ca30a321caf0de7e3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14175, "upload_time": "2019-10-02T15:37:10", "url": "https://files.pythonhosted.org/packages/02/87/f87092d13d619990cf10a5daa798a8237ec6085f69f8fdccf9acd2d05663/isic-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9679a1758abf3544680efc0aac6d5157", "sha256": "046478bc852504ac7a2c430b0e6e29225d970f99f80c1cf1db6695e98f3c87bc" }, "downloads": -1, "filename": "isic-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9679a1758abf3544680efc0aac6d5157", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14169, "upload_time": "2019-10-02T15:37:57", "url": "https://files.pythonhosted.org/packages/09/40/d1f46a116d6efb051a8bf20a15b5a0b4185b9e1b6ba88c8d65cde55120d0/isic-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "de908e00adb3d494eb2725a39ad7e074", "sha256": "1e6033c36b183e5741bab2f9f122b9f2b30552e83abaa3e98430ed1afa9a9d1a" }, "downloads": -1, "filename": "isic-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de908e00adb3d494eb2725a39ad7e074", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14175, "upload_time": "2019-10-04T09:44:20", "url": "https://files.pythonhosted.org/packages/f7/7e/f0ddca4fbb9d85b46a41323d58a4294862a9b812ac6e6263a192fab5e026/isic-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e1bc9eff451f147d2395cc3fc20a1fe", "sha256": "be6fc99f3d0adc8d94d6ec342d395995ac71ff5293b28cbb46c99800e2a22309" }, "downloads": -1, "filename": "isic-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4e1bc9eff451f147d2395cc3fc20a1fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14238, "upload_time": "2019-10-04T09:44:22", "url": "https://files.pythonhosted.org/packages/84/9e/ad8ff0bbab912443e18d9d164b4f5a560cd4a93afee8365891712e8ba913/isic-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "46ca33a16449d785e18797400e652e42", "sha256": "74199d7d7cdf0457cec463475d43b7dd1e1a4fb4b0c713eae3bb5654a53242c6" }, "downloads": -1, "filename": "isic-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "46ca33a16449d785e18797400e652e42", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14176, "upload_time": "2019-10-04T09:52:38", "url": "https://files.pythonhosted.org/packages/1f/f3/a8ec30e6188436ca888a56a126d06563b52791dc738454ad98489e631a87/isic-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1a3880668a07f4e86a5571800ad7b14", "sha256": "738da2bb79bc9ec45baaf107055b86128efbdc7978116ce89e2b4e6b33983118" }, "downloads": -1, "filename": "isic-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d1a3880668a07f4e86a5571800ad7b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23025, "upload_time": "2019-10-04T09:52:39", "url": "https://files.pythonhosted.org/packages/b5/49/71080666c0e8463fa55a7a55dfad3f001a1f7cdeac3175f11c55ef039f5c/isic-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0edbadd41ae55133521d565fc5224114", "sha256": "e0dea01d4eb60b3c93bdced63b542d8ac11b23fc3334ad53c973b0fe3bbc9dc6" }, "downloads": -1, "filename": "isic-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0edbadd41ae55133521d565fc5224114", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22772, "upload_time": "2019-10-04T13:22:28", "url": "https://files.pythonhosted.org/packages/8c/15/3140bbea2a91ac97b2404f3d2875bf62631d3092b0b2ec5b3f92dd886553/isic-1.0.3-py2.py3-none-any.whl" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "83a7a9dfa3eaca83cfd5dff29845b0ee", "sha256": "70e5af13d98ce6dc3434d33e39c61c6db041be8cca97f5b8a315c70ca4e123d8" }, "downloads": -1, "filename": "isic-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83a7a9dfa3eaca83cfd5dff29845b0ee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22721, "upload_time": "2019-10-04T13:56:49", "url": "https://files.pythonhosted.org/packages/b5/11/7fae28dc85c6d4ca1ed80ef7f0a99476e364712319517392e229fd20a9f1/isic-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e840b5e252c9be763960c1b5e9323450", "sha256": "4c6a939e1bed4b269c5c945728fe92d65bc10f25549a5bbda90ba9a1113d27c5" }, "downloads": -1, "filename": "isic-1.0.4.tar.gz", "has_sig": false, "md5_digest": "e840b5e252c9be763960c1b5e9323450", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22650, "upload_time": "2019-10-04T13:56:51", "url": "https://files.pythonhosted.org/packages/56/c7/4789746386fc4083b2d0f0fa0f59d6424b2251b2ca1b24963b4e70515349/isic-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83a7a9dfa3eaca83cfd5dff29845b0ee", "sha256": "70e5af13d98ce6dc3434d33e39c61c6db041be8cca97f5b8a315c70ca4e123d8" }, "downloads": -1, "filename": "isic-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83a7a9dfa3eaca83cfd5dff29845b0ee", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22721, "upload_time": "2019-10-04T13:56:49", "url": "https://files.pythonhosted.org/packages/b5/11/7fae28dc85c6d4ca1ed80ef7f0a99476e364712319517392e229fd20a9f1/isic-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e840b5e252c9be763960c1b5e9323450", "sha256": "4c6a939e1bed4b269c5c945728fe92d65bc10f25549a5bbda90ba9a1113d27c5" }, "downloads": -1, "filename": "isic-1.0.4.tar.gz", "has_sig": false, "md5_digest": "e840b5e252c9be763960c1b5e9323450", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22650, "upload_time": "2019-10-04T13:56:51", "url": "https://files.pythonhosted.org/packages/56/c7/4789746386fc4083b2d0f0fa0f59d6424b2251b2ca1b24963b4e70515349/isic-1.0.4.tar.gz" } ] }