{ "info": { "author": "Paylogic", "author_email": null, "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License" ], "description": "Genres\n======\n\nClassification of genres used in the Paylogic API.\n\nThe keys represent descriptive genre codes. Genres have hierarchy and some genres have a reference\nto a parent genre. There are also name translations provided for different language codes.\n\npaylogic_genres.json:\n\n.. code-block:: json\n\n\t{\n\t \"SPORTS\": {\n\t \"ecc\": \"02\", \n\t \"name\": {\n\t \"fr\": \"Sports\", \n\t \"en\": \"Sports\", \n\t \"nl\": \"Sports\", \n\t \"pt\": \"Sports\", \n\t \"de\": \"Sports\", \n\t \"tr\": \"Sports\", \n\t \"es\": \"Sports\"\n\t }\n\t }, \n\t \"SPORTS:RUGBY\": {\n\t \"ecc\": \"02.06\", \n\t \"name\": {\n\t \"fr\": \"Rugby\",\n\t \"en\": \"Rugby\",\n\t \"nl\": \"Rugby\",\n\t \"pt\": \"Rugby\",\n\t \"de\": \"Rugby\", \n\t \"tr\": \"Rugby\", \n\t \"es\": \"Rugby\"\n\t }, \n\t \"parent\": \"SPORTS\"\n\t },\n\t ...\n\t}\n\n\nUsage\n^^^^^\n\nYou can include paylogic_genres.json to your project and lookup the genre names and traverse\nthe hierarchy.\n\n\nPython\n^^^^^^\n\nGenre definitions can also be installed as python package.\nDjango users can simply add it to INSTALLED_APPS and get names translation\nusing gettext (Example: ugettext(\"SPORTS:RUGBY\")).\n\nThe genres json file is parsed in python and also avalable for use.\n\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/paylogic/genres", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "paylogic-genres", "package_url": "https://pypi.org/project/paylogic-genres/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/paylogic-genres/", "project_urls": { "Homepage": "https://github.com/paylogic/genres" }, "release_url": "https://pypi.org/project/paylogic-genres/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Genre classification used by Paylogic.", "version": "1.0.0" }, "last_serial": 1519374, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "3acbd6fd086895f6569d6a8b84e14dc4", "sha256": "4ef662df2fcfbf9a9dd1cbdfef7d139cdb088c91168c8d87c814b7cd84ae13d1" }, "downloads": -1, "filename": "paylogic-genres-0.1.5.tar.gz", "has_sig": false, "md5_digest": "3acbd6fd086895f6569d6a8b84e14dc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12848, "upload_time": "2014-10-17T07:42:38", "url": "https://files.pythonhosted.org/packages/30/26/636475f01ffc9f90c78ca3dfd3973334172797530701f41da5a8eb6d7470/paylogic-genres-0.1.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "463347bf809682b0ce26e3915b59092c", "sha256": "9b3865754a2dbb67baa2d56ac56c34bacae533bb9b0b1abd5597ff4aa0439ae5" }, "downloads": -1, "filename": "paylogic-genres-1.0.0.tar.gz", "has_sig": false, "md5_digest": "463347bf809682b0ce26e3915b59092c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25214, "upload_time": "2015-04-24T10:47:35", "url": "https://files.pythonhosted.org/packages/f9/db/0133b2919d691db1946d05b7130846dacc34e0938278db7bc919cc837dc2/paylogic-genres-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "463347bf809682b0ce26e3915b59092c", "sha256": "9b3865754a2dbb67baa2d56ac56c34bacae533bb9b0b1abd5597ff4aa0439ae5" }, "downloads": -1, "filename": "paylogic-genres-1.0.0.tar.gz", "has_sig": false, "md5_digest": "463347bf809682b0ce26e3915b59092c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25214, "upload_time": "2015-04-24T10:47:35", "url": "https://files.pythonhosted.org/packages/f9/db/0133b2919d691db1946d05b7130846dacc34e0938278db7bc919cc837dc2/paylogic-genres-1.0.0.tar.gz" } ] }