romanlibrary


Nameromanlibrary JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/nicestuff77/roman-numeral
SummaryA Python library for drawing Roman numerals using Turtle graphics
upload_time2024-02-15 21:20:14
maintainer
docs_urlNone
authorCort Smith
requires_python
license
keywords roman numeral turtle graphics drawing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This my first major project in Python that I am publishing to GitHub.
The main idea is that it will take any integer and draw it in roman numerals.
It can also convert roman numerals into integers, although the integers will be printed.
One other user side function allows the user to specify what numerals, what order and which size.
The URL for the GitHub is https://github.com/nicestuff77/roman-numeral

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nicestuff77/roman-numeral",
    "name": "romanlibrary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "roman numeral turtle graphics drawing",
    "author": "Cort Smith",
    "author_email": "cort.j.smith@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/22/98/25441ca313b09c2a56c74b5357358c65bb69b813fa3b33df39dd4c2235a2/romanlibrary-1.3.1.tar.gz",
    "platform": null,
    "description": "This my first major project in Python that I am publishing to GitHub.\r\nThe main idea is that it will take any integer and draw it in roman numerals.\r\nIt can also convert roman numerals into integers, although the integers will be printed.\r\nOne other user side function allows the user to specify what numerals, what order and which size.\r\nThe URL for the GitHub is https://github.com/nicestuff77/roman-numeral\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python library for drawing Roman numerals using Turtle graphics",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/nicestuff77/roman-numeral"
    },
    "split_keywords": [
        "roman",
        "numeral",
        "turtle",
        "graphics",
        "drawing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "565c112b3e8959e6fa9ba4f266585cd1e2fed260d77122f112e8d33952daf02b",
                "md5": "57057f3cfbf136aad1e7f0b42da4b38a",
                "sha256": "3f9eddaf744da1bafd22e1b56a93c5ca595523f919cc259c9d387ab5af950bf1"
            },
            "downloads": -1,
            "filename": "romanlibrary-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "57057f3cfbf136aad1e7f0b42da4b38a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8947,
            "upload_time": "2024-02-15T21:20:12",
            "upload_time_iso_8601": "2024-02-15T21:20:12.723642Z",
            "url": "https://files.pythonhosted.org/packages/56/5c/112b3e8959e6fa9ba4f266585cd1e2fed260d77122f112e8d33952daf02b/romanlibrary-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "229825441ca313b09c2a56c74b5357358c65bb69b813fa3b33df39dd4c2235a2",
                "md5": "1828d93992ee39d5f1a7c0f3a4ae6f5b",
                "sha256": "245f5cb0f41f576756c9f12e19dc53b486ed4248ce9b79b74c89790d46073e11"
            },
            "downloads": -1,
            "filename": "romanlibrary-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1828d93992ee39d5f1a7c0f3a4ae6f5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3708,
            "upload_time": "2024-02-15T21:20:14",
            "upload_time_iso_8601": "2024-02-15T21:20:14.886958Z",
            "url": "https://files.pythonhosted.org/packages/22/98/25441ca313b09c2a56c74b5357358c65bb69b813fa3b33df39dd4c2235a2/romanlibrary-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 21:20:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nicestuff77",
    "github_project": "roman-numeral",
    "github_not_found": true,
    "lcname": "romanlibrary"
}
        
Elapsed time: 0.18855s