{ "info": { "author": "Andrew Pinkham", "author_email": "hello at andrewsforge dot com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Linguistic" ], "description": "=======\nRead Me\n=======\n\nThis library will convert integers to unicode Roman numerals, or vice\nversa. The library supports `Apostrophus`_ and `Vinculum`_ notation on\ntop of standard Roman numerals.\n\nThis library also supports the use of `unicode fallback characters`_.\nFor example, when using fallback characters, instead of outputting code\npoint U+216F (\u216f) the library will output the latin M character, which\nlooks identical to the Roman numeral glyph.\n\nPlease keep in mind that fallback characters should only be used if\nescape sequences are unavailable.\n\n.. _`Apostrophus`: https://en.wikipedia.org/wiki/Roman_numerals#Apostrophus\n.. _`Vinculum`: https://en.wikipedia.org/wiki/Roman_numerals#Vinculum\n.. _`unicode fallback characters`: http://www.unicode.org/cldr/charts/31/supplemental/character_fallback_substitutions.html\n\nRoad Map\n--------\n\n- 0.1 Convert between numerals and integers\n\n- 0.2 Integrate services like PyUp and TravisCI\n\n- 0.3 Add support for fallback characters\n\n- 0.4 Write documenation\n\n- 0.5 Add support for Apostrophus\n\n- 0.6 Add support for Vinculum\n\n- 1.0 Full feature release\n\nTesting\n-------\n\nThe structure of the project forces tests to run on an installed version\nof the code.\n\nYou can run the tests directly with `python setup.py test`.\nAlternatively, you could install the package with `pip install -e .` or\n`python setup.py develop` and then run tests with `py.test`.\n\nTo run linters, checkers, and tests on multiple Python versions, simply\ninvoke `tox`.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jambonrose/roman-numerals", "keywords": "text,roman,numerals,convert", "license": "Simplified BSD License", "maintainer": "", "maintainer_email": "", "name": "roman-numerals", "package_url": "https://pypi.org/project/roman-numerals/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/roman-numerals/", "project_urls": { "Homepage": "https://github.com/jambonrose/roman-numerals" }, "release_url": "https://pypi.org/project/roman-numerals/0.1.0/", "requires_dist": [ "typing (==3.6.1)" ], "requires_python": "", "summary": "A library to convert between integers and Unicode Roman numerals.", "version": "0.1.0" }, "last_serial": 2897142, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e85695224d6b2f977271ce567ef8d147", "sha256": "898d471b9c2e96d97f221b482f3bd157975c0d1e0a9a74acee794729579c7057" }, "downloads": -1, "filename": "roman_numerals-0.0.1-py3-none-any.whl", "has_sig": true, "md5_digest": "e85695224d6b2f977271ce567ef8d147", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5899, "upload_time": "2017-05-24T17:53:38", "url": "https://files.pythonhosted.org/packages/79/be/f7802b2499365491f77cc0a7f1a7dd92f4c28adef943bc43e529e8475a22/roman_numerals-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98d55eafa2a3816cd7700464bdba315f", "sha256": "be4d7621bc4d9208a581da0100bd9bb9c2cc5e42ce02304c4a9a67d5e7e466ed" }, "downloads": -1, "filename": "roman-numerals-0.0.1.tar.gz", "has_sig": true, "md5_digest": "98d55eafa2a3816cd7700464bdba315f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12092, "upload_time": "2017-05-24T17:53:40", "url": "https://files.pythonhosted.org/packages/2d/e4/1f24f66b03efbf4aeabb1dda09fc184f4ae006d02dd3cb6f191199a622e2/roman-numerals-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "e9e31fc985e1cad9d4ce38fee4268bc8", "sha256": "583a44505423c2fb73b49f3459b9257d54768484c4b26bb1567cbdd6630cf538" }, "downloads": -1, "filename": "roman_numerals-0.1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "e9e31fc985e1cad9d4ce38fee4268bc8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6350, "upload_time": "2017-05-25T01:13:55", "url": "https://files.pythonhosted.org/packages/94/fc/0bc1d63d20e87367ba4ac167891061f7f6e8be3941c1e9a8058d9e154f13/roman_numerals-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "20066619ca726d86fff0ea791b3cb5fe", "sha256": "21a8846e79074fa2c7e2b57b1cd9e3c7f2de33fd741f396b40017157643a26c2" }, "downloads": -1, "filename": "roman-numerals-0.1.0.tar.gz", "has_sig": true, "md5_digest": "20066619ca726d86fff0ea791b3cb5fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13117, "upload_time": "2017-05-25T01:13:57", "url": "https://files.pythonhosted.org/packages/db/60/2f0a16367dee5c57c4dfac2c123a2549dc616bf365a9c80ccba74ae05f75/roman-numerals-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e9e31fc985e1cad9d4ce38fee4268bc8", "sha256": "583a44505423c2fb73b49f3459b9257d54768484c4b26bb1567cbdd6630cf538" }, "downloads": -1, "filename": "roman_numerals-0.1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "e9e31fc985e1cad9d4ce38fee4268bc8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6350, "upload_time": "2017-05-25T01:13:55", "url": "https://files.pythonhosted.org/packages/94/fc/0bc1d63d20e87367ba4ac167891061f7f6e8be3941c1e9a8058d9e154f13/roman_numerals-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "20066619ca726d86fff0ea791b3cb5fe", "sha256": "21a8846e79074fa2c7e2b57b1cd9e3c7f2de33fd741f396b40017157643a26c2" }, "downloads": -1, "filename": "roman-numerals-0.1.0.tar.gz", "has_sig": true, "md5_digest": "20066619ca726d86fff0ea791b3cb5fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13117, "upload_time": "2017-05-25T01:13:57", "url": "https://files.pythonhosted.org/packages/db/60/2f0a16367dee5c57c4dfac2c123a2549dc616bf365a9c80ccba74ae05f75/roman-numerals-0.1.0.tar.gz" } ] }