Metadata-Version: 2.1
Name: get-course
Version: 0.1
Summary: exchange rate package
Home-page: https://github.com/andrei-229/get_course
Author: Belyak Andrei
Author-email: yyfrsss@gmail.com
License: UNKNOWN
Description: get-course
        
        This is the package used to get the exchange rate. It works with https://currate.ru/
        
        Function:
        
        1) Getting courses from different countries
        
        Attribut:
        
            get_course(render=str, valut=bool, key_list=bool)
        
            render=str - from which to which currency to transfer
            valut=bool(optional) - print result with currency
            key_list=bool(optional) - get a list of currencies
        
        Install:
        
            pip install get-course==last_version
        
        EXAMPLE:
        
            from get_course import get_course
        
            print(get_course('usdrub', valut=True))
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
