Metadata-Version: 2.1
Name: xl3335currency
Version: 0.1.2
Summary: This package is for concurrency calculation
Home-page: https://currency-xwl.readthedocs.io/
Author: Xiuwen Li
Author-email: xl3335@nyu.edu
License: MIT
Description: # MGGY-8411-HW1
        This package is for currency convertion and calculation.
        
        ### Installtion
        ```
        $ pip install xl3335currency
        ```
        
        ### AUDUSD_return
        Define the AUDUSD_return class - each instance will store one row from the dataframe.
        
        ### GBPEUR_return
        Define the GBPEUR_return class - each instance will store one row from the dataframe.
        
        ### USDCAD_return
        Define the USDCAD_return class - each instance will store one row from the dataframe.
        
        ### portfolio
        This class defies a nobject for keeping track of our current investments/profits for each currency pair.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
