mchange


Namemchange JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/mc-c0rp/mchange
SummaryFast and Free currency converter that uses Xe.
upload_time2024-08-22 01:46:08
maintainerNone
docs_urlNone
authormc_c0rp
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mchange - Fast and Free currency converter that uses Xe.
## How to use

First, install a **mchange** package:
```shell
python -m pip install mchange
```

## Code Examples

```python
import mchange

converted = mchange.convert(1, mchange.Currency.USD, mchange.Currency.MDL) # First - Quantity to be changed; Second - From; Third - To.
print(converted)
```

In this example, we found out the exchange rate of 1 dollar in Moldovan lei
All currencies are stored in the 'Currency' class.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mc-c0rp/mchange",
    "name": "mchange",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "mc_c0rp",
    "author_email": "mc.c0rp@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/03/4e678f50ce3125282565d99e5f8ee67f9812fff8914a544aa8a3f2ebb35e/mchange-1.0.tar.gz",
    "platform": null,
    "description": "# mchange - Fast and Free currency converter that uses Xe.\r\n## How to use\r\n\r\nFirst, install a **mchange** package:\r\n```shell\r\npython -m pip install mchange\r\n```\r\n\r\n## Code Examples\r\n\r\n```python\r\nimport mchange\r\n\r\nconverted = mchange.convert(1, mchange.Currency.USD, mchange.Currency.MDL) # First - Quantity to be changed; Second - From; Third - To.\r\nprint(converted)\r\n```\r\n\r\nIn this example, we found out the exchange rate of 1 dollar in Moldovan lei\r\nAll currencies are stored in the 'Currency' class.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fast and Free currency converter that uses Xe.",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/mc-c0rp/mchange"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da5d7870452cefc615c6ce090b5f6ab7c89d20485f0f34b16be12459d2ebc5c0",
                "md5": "634a27646de9fe8a77874b2af63bcbea",
                "sha256": "9a5cfa2eafd2bb456a3cf0426a2006f3021ad075393dd99e61f81d82edbafc39"
            },
            "downloads": -1,
            "filename": "mchange-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "634a27646de9fe8a77874b2af63bcbea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4747,
            "upload_time": "2024-08-22T01:46:06",
            "upload_time_iso_8601": "2024-08-22T01:46:06.874324Z",
            "url": "https://files.pythonhosted.org/packages/da/5d/7870452cefc615c6ce090b5f6ab7c89d20485f0f34b16be12459d2ebc5c0/mchange-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5034e678f50ce3125282565d99e5f8ee67f9812fff8914a544aa8a3f2ebb35e",
                "md5": "38c3c8ef20c7220b982707a56a33d50d",
                "sha256": "d0bb93079ed210047db0e2ec3fb98fa1dc998553783f1a093bb6a0858413fd86"
            },
            "downloads": -1,
            "filename": "mchange-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "38c3c8ef20c7220b982707a56a33d50d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4912,
            "upload_time": "2024-08-22T01:46:08",
            "upload_time_iso_8601": "2024-08-22T01:46:08.687670Z",
            "url": "https://files.pythonhosted.org/packages/e5/03/4e678f50ce3125282565d99e5f8ee67f9812fff8914a544aa8a3f2ebb35e/mchange-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 01:46:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mc-c0rp",
    "github_project": "mchange",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mchange"
}
        
Elapsed time: 0.43483s