currency-converter-rate


Namecurrency-converter-rate JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/SameerShiekh77/Currency-Conversion-Python-Package
SummaryCurrency Converter Rate
upload_time2024-08-24 14:46:21
maintainerNone
docs_urlNone
authorMuhammad Sameer
requires_python>=3.6
licenseNone
keywords python conversion currency conversion rate curency rate package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Currency Converter

A simple Python package for fetching real-time currency conversion rates to help the many developers issue and simply they can use it without using any third party resource


## Features

- Converts between any two currencies.
- Caches conversion rates for efficient subsequent requests.
- Handles various error cases such as invalid currency codes.

## Installation

You can install the package via pip:

```bash
pip install currency-converter-rate

```

## Usage
```bash

from currency.converter import conversion_rate

print(conversion_rate("USD",'PKR'))

```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SameerShiekh77/Currency-Conversion-Python-Package",
    "name": "currency-converter-rate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "python, conversion, currency conversion, rate, curency rate package",
    "author": "Muhammad Sameer",
    "author_email": "muhammadsameer.css@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/af/4dd3f5cabf9eb8a015977e5197d95e7cd6bc25dc5bed08b8a985e90ff7a8/currency-converter-rate-1.0.4.tar.gz",
    "platform": null,
    "description": "\n# Currency Converter\n\nA simple Python package for fetching real-time currency conversion rates to help the many developers issue and simply they can use it without using any third party resource\n\n\n## Features\n\n- Converts between any two currencies.\n- Caches conversion rates for efficient subsequent requests.\n- Handles various error cases such as invalid currency codes.\n\n## Installation\n\nYou can install the package via pip:\n\n```bash\npip install currency-converter-rate\n\n```\n\n## Usage\n```bash\n\nfrom currency.converter import conversion_rate\n\nprint(conversion_rate(\"USD\",'PKR'))\n\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Currency Converter Rate",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/SameerShiekh77/Currency-Conversion-Python-Package"
    },
    "split_keywords": [
        "python",
        " conversion",
        " currency conversion",
        " rate",
        " curency rate package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c2041be39653fc577be0fc9c97e2c95f644b8b4db65815fe1bcdd5ec7bddf05",
                "md5": "b909b09c36a578d6b6f3853badd22bb3",
                "sha256": "eebcead806129de479652fa5c3fc924732100077cf7c418786964c1f15fab08d"
            },
            "downloads": -1,
            "filename": "currency_converter_rate-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b909b09c36a578d6b6f3853badd22bb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2746,
            "upload_time": "2024-08-24T14:46:19",
            "upload_time_iso_8601": "2024-08-24T14:46:19.248335Z",
            "url": "https://files.pythonhosted.org/packages/1c/20/41be39653fc577be0fc9c97e2c95f644b8b4db65815fe1bcdd5ec7bddf05/currency_converter_rate-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3baf4dd3f5cabf9eb8a015977e5197d95e7cd6bc25dc5bed08b8a985e90ff7a8",
                "md5": "7d840592fae23f1372b6a5c7e5fff02b",
                "sha256": "96b7380d3d832c92d17009c8224260c703e75726577ce73676396ac2351fb7df"
            },
            "downloads": -1,
            "filename": "currency-converter-rate-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7d840592fae23f1372b6a5c7e5fff02b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2608,
            "upload_time": "2024-08-24T14:46:21",
            "upload_time_iso_8601": "2024-08-24T14:46:21.141633Z",
            "url": "https://files.pythonhosted.org/packages/3b/af/4dd3f5cabf9eb8a015977e5197d95e7cd6bc25dc5bed08b8a985e90ff7a8/currency-converter-rate-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-24 14:46:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SameerShiekh77",
    "github_project": "Currency-Conversion-Python-Package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "currency-converter-rate"
}
        
Elapsed time: 0.59099s