cistercian


Namecistercian JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/teeale/Cistercian
SummaryA library for generating Cistercian Numeral images.
upload_time2025-07-17 00:50:00
maintainerNone
docs_urlNone
authortealee
requires_python>=3.6
licenseNone
keywords numerals cistercian images
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Cistercian](https://i.imgur.com/KCge7Lv.png)](https://github.com/teeale/Cistercian)
<h1 align="center">
  <b>Cistercian</b> - Image Generator for Cistercian Numerals
  <br>
</h1>

The medieval Cistercian numerals were developed by the Cistercian monastic order in the early thirteenth century. These numeral representations are compounded on a single stave to indicate more complex numbers. The Cistercians eventually abandoned the system in favor of the Arabic numerals, but marginal use outside the order continued until the early twentieth century.

This Python library will create an image of the relevant numeral based on the integer provided.

## Installation

Install from PyPi.

```
pip install cistercian
```

## Usage

The `create` function takes 4 arguments:
- The integer to convert.
- `background_colour`: Background colour of the image
- `line_colour`: Colour of the lines used to compose the numeral
- `height`: Image height. This uses a scale factor to ensure an appropriate image width

```py
import cistercian

>>> cistercian.create(3875, background_colour="teal", line_colour="black", height=350)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/teeale/Cistercian",
    "name": "cistercian",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "numerals, cistercian, images",
    "author": "tealee",
    "author_email": "tealej7@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/5d/0c65bd266a0bddd725c9291ec504b77f8e47a7110a5e58e788119a3296d4/cistercian-1.0.1.tar.gz",
    "platform": null,
    "description": "[![Cistercian](https://i.imgur.com/KCge7Lv.png)](https://github.com/teeale/Cistercian)\r\n<h1 align=\"center\">\r\n  <b>Cistercian</b> - Image Generator for Cistercian Numerals\r\n  <br>\r\n</h1>\r\n\r\nThe medieval Cistercian numerals were developed by the Cistercian monastic order in the early thirteenth century. These numeral representations are compounded on a single stave to indicate more complex numbers. The Cistercians eventually abandoned the system in favor of the Arabic numerals, but marginal use outside the order continued until the early twentieth century.\r\n\r\nThis Python library will create an image of the relevant numeral based on the integer provided.\r\n\r\n## Installation\r\n\r\nInstall from PyPi.\r\n\r\n```\r\npip install cistercian\r\n```\r\n\r\n## Usage\r\n\r\nThe `create` function takes 4 arguments:\r\n- The integer to convert.\r\n- `background_colour`: Background colour of the image\r\n- `line_colour`: Colour of the lines used to compose the numeral\r\n- `height`: Image height. This uses a scale factor to ensure an appropriate image width\r\n\r\n```py\r\nimport cistercian\r\n\r\n>>> cistercian.create(3875, background_colour=\"teal\", line_colour=\"black\", height=350)\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for generating Cistercian Numeral images.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/teeale/Cistercian"
    },
    "split_keywords": [
        "numerals",
        " cistercian",
        " images"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0dbc111ee793783fec4d04c080fdcc6a1c2548b543453af14d0c58d806573ce8",
                "md5": "462f9c11eb9f7095ed731c45ed58ee70",
                "sha256": "c609cb5092f8ce553adf9f5403a1006e01b5fd3d0b1520a365f1e8da86cd7083"
            },
            "downloads": -1,
            "filename": "cistercian-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "462f9c11eb9f7095ed731c45ed58ee70",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3517,
            "upload_time": "2025-07-17T00:49:59",
            "upload_time_iso_8601": "2025-07-17T00:49:59.257586Z",
            "url": "https://files.pythonhosted.org/packages/0d/bc/111ee793783fec4d04c080fdcc6a1c2548b543453af14d0c58d806573ce8/cistercian-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "975d0c65bd266a0bddd725c9291ec504b77f8e47a7110a5e58e788119a3296d4",
                "md5": "25b35626c81dd92965250381b505fc13",
                "sha256": "f696e511573ed2561f1b0aadae50acc3c5318a14de292e69a6ab25ba5283e5ba"
            },
            "downloads": -1,
            "filename": "cistercian-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "25b35626c81dd92965250381b505fc13",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3367,
            "upload_time": "2025-07-17T00:50:00",
            "upload_time_iso_8601": "2025-07-17T00:50:00.291674Z",
            "url": "https://files.pythonhosted.org/packages/97/5d/0c65bd266a0bddd725c9291ec504b77f8e47a7110a5e58e788119a3296d4/cistercian-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 00:50:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "teeale",
    "github_project": "Cistercian",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cistercian"
}
        
Elapsed time: 0.47562s