Metadata-Version: 2.1
Name: currency-converter-rate
Version: 1.0.0
Summary: Currency Converter Rate
Home-page: UNKNOWN
Author: Muhammad Sameer
Author-email: muhammadsameer.css@gmail.com
License: UNKNOWN
Description: 
        # 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
        
        conversion_rate(base_currency_code,conversion_currency_code)
        
        ```
Keywords: python,conversion,currency conversion,rate,curency rate package
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
