Metadata-Version: 2.1
Name: risktools
Version: 0.0.1
Summary: Python wrapper for the R package RTL
Home-page: https://github.com/bbcho/risktools-dev
Author: Ben Cho
Author-email: ben.cho@gmail.com
License: gpl-3.0
Download-URL: https://github.com/bbcho/risktools-dev/archive/v0.0.1-beta.1.tar.gz
Description: # risktools
        
        Python wrapper for R library RTL found at https://github.com/risktoollib/RTL
        
        NOTES: 
        * Only works with rpy2 version >= 3.0. Verified working with version 3.2.6
        * All datetimes are given in UTC
        * Verified working for RTL version 0.1.1
        
        Must have the following R libraries already installed on host machine:
        
        * RTL
        * devtools
        * tidyverse
        * tidyquant
        * Quandl
        
        And the following Python libaries:
        
        * rpy2
        * pandas
        * numpy
        * tzlocal
        
Keywords: RTL,Risk,Tools,Trading,Crude,Oil
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
