euros


Nameeuros JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryConverts euros number to text
upload_time2024-08-06 22:12:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT-License
keywords conversion euros french italian english
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # euros
[![](https://img.shields.io/pypi/v/euros)](https://pypi.org/project/euros/)
[![](https://img.shields.io/pypi/dm/euros)](https://pypi.org/project/euros/)
[![](https://gitlab.com/outils-jcp/euros/badges/main/pipeline.svg)](https://gitlab.com/outils-jcp/euros/-/tree/main)

Converts any amount of euros from numbers into letters, using Python.

**Languages available :**
- [x] french (fr)
- [x] italian (it)
- [x] english UK (en)

**Installation :**
```bash
pip install euros
```

**Examples:**

```python
from euros import fr,it,en

fr.conv(120.99)
#'cent vingt euros et quatre-vingt-dix-neuf centimes'

it.conv(23.81)
#'ventitré euro e ottantuno centesimi'

en.conv(1215.55)
#'one thousand, two hundred and fifteen euros and fifty-five cents'
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "euros",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "conversion, euros, french, italian, english",
    "author": null,
    "author_email": "Thibaut_S <py@spriet.online>",
    "download_url": "https://files.pythonhosted.org/packages/0d/a8/9765049b62a8a450ccd3f698e2297e40d2b66d63c59e8c87070b131cd584/euros-2.0.1.tar.gz",
    "platform": null,
    "description": "# euros\n[![](https://img.shields.io/pypi/v/euros)](https://pypi.org/project/euros/)\n[![](https://img.shields.io/pypi/dm/euros)](https://pypi.org/project/euros/)\n[![](https://gitlab.com/outils-jcp/euros/badges/main/pipeline.svg)](https://gitlab.com/outils-jcp/euros/-/tree/main)\n\nConverts any amount of euros from numbers into letters, using Python.\n\n**Languages available :**\n- [x] french (fr)\n- [x] italian (it)\n- [x] english UK (en)\n\n**Installation :**\n```bash\npip install euros\n```\n\n**Examples:**\n\n```python\nfrom euros import fr,it,en\n\nfr.conv(120.99)\n#'cent vingt euros et quatre-vingt-dix-neuf centimes'\n\nit.conv(23.81)\n#'ventitr\u00e9 euro e ottantuno centesimi'\n\nen.conv(1215.55)\n#'one thousand, two hundred and fifteen euros and fifty-five cents'\n```\n",
    "bugtrack_url": null,
    "license": "MIT-License",
    "summary": "Converts euros number to text",
    "version": "2.0.1",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/outils-jcp/euros/-/issues",
        "Homepage": "https://gitlab.com/outils-jcp/euros"
    },
    "split_keywords": [
        "conversion",
        " euros",
        " french",
        " italian",
        " english"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "684f7d1c8bc0e41a71f9e68c37ee391f780d064e65fc76ff272ccb41fef70fb5",
                "md5": "f29fee35fe601184fa719f4b81249099",
                "sha256": "990be8d1eb2c39cb7e7455e12244d8b41e7e972fcb23c3449a769c0ca75e85f0"
            },
            "downloads": -1,
            "filename": "euros-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f29fee35fe601184fa719f4b81249099",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8421,
            "upload_time": "2024-08-06T22:12:14",
            "upload_time_iso_8601": "2024-08-06T22:12:14.220340Z",
            "url": "https://files.pythonhosted.org/packages/68/4f/7d1c8bc0e41a71f9e68c37ee391f780d064e65fc76ff272ccb41fef70fb5/euros-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0da89765049b62a8a450ccd3f698e2297e40d2b66d63c59e8c87070b131cd584",
                "md5": "189864f2bbacdaf94059da2fbf5369bf",
                "sha256": "ba50088de1cc3d4578c5029ce3b2c4987f45ef73c1cde87bf5fc61cf255b49d6"
            },
            "downloads": -1,
            "filename": "euros-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "189864f2bbacdaf94059da2fbf5369bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5928,
            "upload_time": "2024-08-06T22:12:15",
            "upload_time_iso_8601": "2024-08-06T22:12:15.716871Z",
            "url": "https://files.pythonhosted.org/packages/0d/a8/9765049b62a8a450ccd3f698e2297e40d2b66d63c59e8c87070b131cd584/euros-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-06 22:12:15",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "outils-jcp",
    "gitlab_project": "euros",
    "lcname": "euros"
}
        
Elapsed time: 0.75366s