currency-converter-ext


Namecurrency-converter-ext JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/currency-converter
SummaryA comprehensive currency conversion library with CLI
upload_time2024-12-12 03:21:31
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.7
licenseNone
keywords currency converter exchange rates
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Currency Converter

A comprehensive Python library for currency conversion with real-time exchange rates and a user-friendly CLI.

## Features

- Real-time currency conversion
- Support for multiple currencies
- Caching of exchange rates
- Fallback mechanism for rate fetching
- Flexible formatting options
- Command-line interface

## Installation

```bash
pip install currency-converter-ext
```

## Usage

### As a Library

```python
from currency_converter.main import CurrencyConverter

# Initialize converter
converter = CurrencyConverter()

# Convert currencies
result = converter.convert(100, 'USD', 'EUR')
print(result)  # Outputs converted amount
```

### CLI Usage

```bash
# Launch the CLI
currency-converter
```

## Requirements

- Python 3.7+
- requests library

## License

MIT License

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/currency-converter",
    "name": "currency-converter-ext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "currency converter exchange rates",
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/5e/ed/9d2a124438f3000d801823cd671151ba3c869a276a9f07935aa0a525749e/currency_converter_ext-0.1.0.tar.gz",
    "platform": null,
    "description": "# Currency Converter\r\n\r\nA comprehensive Python library for currency conversion with real-time exchange rates and a user-friendly CLI.\r\n\r\n## Features\r\n\r\n- Real-time currency conversion\r\n- Support for multiple currencies\r\n- Caching of exchange rates\r\n- Fallback mechanism for rate fetching\r\n- Flexible formatting options\r\n- Command-line interface\r\n\r\n## Installation\r\n\r\n```bash\r\npip install currency-converter-ext\r\n```\r\n\r\n## Usage\r\n\r\n### As a Library\r\n\r\n```python\r\nfrom currency_converter.main import CurrencyConverter\r\n\r\n# Initialize converter\r\nconverter = CurrencyConverter()\r\n\r\n# Convert currencies\r\nresult = converter.convert(100, 'USD', 'EUR')\r\nprint(result)  # Outputs converted amount\r\n```\r\n\r\n### CLI Usage\r\n\r\n```bash\r\n# Launch the CLI\r\ncurrency-converter\r\n```\r\n\r\n## Requirements\r\n\r\n- Python 3.7+\r\n- requests library\r\n\r\n## License\r\n\r\nMIT License\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A comprehensive currency conversion library with CLI",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/currency-converter"
    },
    "split_keywords": [
        "currency",
        "converter",
        "exchange",
        "rates"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07b9e435274729d3c083f0a910e6cc0341c66853021f21465c86220d48a8c246",
                "md5": "822c7cef41686fb4d8737a715acdea5e",
                "sha256": "ec82001dbfdd8da2017d1c42669ebefb81a071e82959c7d0e1cf10380038a76e"
            },
            "downloads": -1,
            "filename": "currency_converter_ext-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "822c7cef41686fb4d8737a715acdea5e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6764,
            "upload_time": "2024-12-12T03:21:24",
            "upload_time_iso_8601": "2024-12-12T03:21:24.541597Z",
            "url": "https://files.pythonhosted.org/packages/07/b9/e435274729d3c083f0a910e6cc0341c66853021f21465c86220d48a8c246/currency_converter_ext-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eed9d2a124438f3000d801823cd671151ba3c869a276a9f07935aa0a525749e",
                "md5": "df6b56f690184d33104293bf6b511add",
                "sha256": "1b5d7f953bfae5fad5a4fa64cff4ccad50236cfc9ad29be8b8387d1b5dd2eecc"
            },
            "downloads": -1,
            "filename": "currency_converter_ext-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "df6b56f690184d33104293bf6b511add",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5875,
            "upload_time": "2024-12-12T03:21:31",
            "upload_time_iso_8601": "2024-12-12T03:21:31.681814Z",
            "url": "https://files.pythonhosted.org/packages/5e/ed/9d2a124438f3000d801823cd671151ba3c869a276a9f07935aa0a525749e/currency_converter_ext-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 03:21:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "currency-converter",
    "github_not_found": true,
    "lcname": "currency-converter-ext"
}
        
Elapsed time: 0.38319s