{ "info": { "author": "Se\u00e1n Hewitt", "author_email": "contact@2sh.me", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Generatrum Linguarum\nThis is a project to develop a Python library with which it is possible to generate a spoken constructed language, a conlang. In the library's current state, it is possible to program a word generator.\n\nIn the generating process, weights and probabilities affect the usage of individual phonemes, usage of syllable segments, usage of syllables in the same position, the amount of syllables within a stem and the usage of rules. Simple or more complex Regex rules are used for filtering generated word stems (e.g. combinations of phonemes that are not permitted) and in converting a generated word/stem from a raw form (e.g. \"<ge><hYo><uN><e><nu>\") into a final form (e.g. \"gehy\u014dn'enu\", \"\u3052\u3072\u3087\u3046\u3093\u3048\u306c\", \"gexyoung\u00ebnu\" or \"\u0433\u044d\u0445\u0451\u0443\u043d\u044a\u044d\u043d\u0443\").\n\nThe title of this project is in Latin and translates to \"Generator of Languages\".\n\n## Requirements\n* Python 3\n\n## Installation\nFrom the Python Package Index:\n```\npip install genling\n```\n\nOr download and run:\n```\npython3 setup.py install\n```\n\n## Examples\nExamples of using this library can be found in the git repository.\n\nCommand line usage of the examples:\n```\npython3 conlang.py 100\npython3 conlang.py 100 raw\n\npython3 japanese.py 100 hiragana\npython3 japanese.py 100 hepburn\npython3 japanese.py 100 strict\npython3 japanese.py 100 raw\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/2sh/genling", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "genling", "package_url": "https://pypi.org/project/genling/", "platform": "", "project_url": "https://pypi.org/project/genling/", "project_urls": { "Homepage": "https://github.com/2sh/genling" }, "release_url": "https://pypi.org/project/genling/1.0.0/", "requires_dist": null, "requires_python": ">=3", "summary": "Generatrum Linguarum, a conlang word generator library", "version": "1.0.0" }, "last_serial": 4268223, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7c8d2cde74c76505fd5c2c66d461ae6a", "sha256": "7fc5aa08c97c803e124dc3793c6662795a1c67fa235c322a5fefda03d96fd8e1" }, "downloads": -1, "filename": "genling-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7c8d2cde74c76505fd5c2c66d461ae6a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 4639, "upload_time": "2018-09-13T10:04:27", "url": "https://files.pythonhosted.org/packages/08/ea/f3e9d61198b26885e9f59d8435c767e946f6bf0aa967691e5171ce9d42aa/genling-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ff50b9b530aaa52dde581b6704e9d19", "sha256": "9a3d3fe107ea4212a730fbfc8268081ae7b8e3ce28c5ae1cdb5ded6a747d2180" }, "downloads": -1, "filename": "genling-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6ff50b9b530aaa52dde581b6704e9d19", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 4369, "upload_time": "2018-09-13T10:04:28", "url": "https://files.pythonhosted.org/packages/d5/44/539fed21f9624c58a510323ec3a868cff4d96fa9ea6ad7ad76ddffcccbf0/genling-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c8d2cde74c76505fd5c2c66d461ae6a", "sha256": "7fc5aa08c97c803e124dc3793c6662795a1c67fa235c322a5fefda03d96fd8e1" }, "downloads": -1, "filename": "genling-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7c8d2cde74c76505fd5c2c66d461ae6a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 4639, "upload_time": "2018-09-13T10:04:27", "url": "https://files.pythonhosted.org/packages/08/ea/f3e9d61198b26885e9f59d8435c767e946f6bf0aa967691e5171ce9d42aa/genling-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ff50b9b530aaa52dde581b6704e9d19", "sha256": "9a3d3fe107ea4212a730fbfc8268081ae7b8e3ce28c5ae1cdb5ded6a747d2180" }, "downloads": -1, "filename": "genling-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6ff50b9b530aaa52dde581b6704e9d19", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 4369, "upload_time": "2018-09-13T10:04:28", "url": "https://files.pythonhosted.org/packages/d5/44/539fed21f9624c58a510323ec3a868cff4d96fa9ea6ad7ad76ddffcccbf0/genling-1.0.0.tar.gz" } ] }