risktools


Namerisktools JSON
Version 0.2.8.4 PyPI version JSON
download
home_pagehttps://github.com/bbcho/risktools-dev
SummaryPython implementation of the R package RTL
upload_time2023-10-23 03:35:05
maintainer
docs_urlNone
authorBen Cho
requires_python>=3.7
licensegpl-3.0
keywords rtl risk tools trading crude oil refinery refined products products
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # risktools

Python implementation of the R package RTL.  

See CRAN for original R version

https://cran.r-project.org/web/packages/RTL/index.html

## Purpose

    Purposely designed functions for trading, trading analytics and risk practitioners in Commodities and Finance.
    Build to support delivery of Finance classes from one of the co-authors of RTL at the Alberta School of Business.

## Version Notes

    Note that the latest version will require compilation on Windows for python version 3.11 due to the 
    dependency on arch. Arch does not come with binaries and must be compiled on Windows which can be
    avoided by installing numba, however numba is not yet available for python 3.11.

## Features

    Historical forward curves charting.

    Calendars and expiry dates data objects for a wide range of commodity futures contracts.

    roll_adjust to adjust continuous contracts returns for roll adjustments using expiries above.

    Morningstar Marketplace API functions getPrice(), getPrices() and getCurve() using your own Morningstar credentials. Current feeds included:
        ICE_EuroFutures
        ICE_EuroFutures_continuous
        CME_NymexFutures_EOD
        CME_NymexFutures_EOD_continuous
        CME_NymexOptions_EOD
        CME_CbotFuturesEOD
        CME_CbotFuturesEOD_continuous
        CME_Comex_FuturesSettlement_EOD
        CME_Comex_FuturesSettlement_EOD_continuous
        LME_AskBidPrices_Delayed
        SHFE_FuturesSettlement_RT
        CME_CmeFutures_EOD
        CME_CmeFutures_EOD_continuous
        CME_STLCPC_Futures
        CFTC_CommitmentsOfTradersCombined
        ICE_NybotCoffeeSugarCocoaFutures
        ICE_NybotCoffeeSugarCocoaFutures_continuous
        Morningstar_FX_Forwards
        ERCOT_LmpsByResourceNodeAndElectricalBus
        PJM_Rt_Hourly_Lmp
        AESO_ForecastAndActualPoolPrice
        LME_MonthlyDelayed_Derived
        … see ?getPrice for up to date selection and examples.

    chart_zscore() supports seasonality adjusted analysis of residuals, particularly useful when dealing with commodity stocks and/or days demand time series with trends as well as non-constant variance across seasonal periods.

    chart_eia_steo() and chart_eia_sd() return either a chart or dataframe of supply demand balances from the EIA.

    chart_spreads() to generate specific contract spreads across years e.g. ULSD March/April. Requires Morningstar credentials.

    swapInfo() returns all information required to price first line futures contract averaging swap or CMA physical trade, including a current month instrument with prior settlements.

## Data Sets

Accessible via risktools.data.open_data(datsetname). Also use risktools.data.get_names() to get list of available data.

    expiry_table: Historical and forward futures contract metadata.
    holidaysOil: Holiday calendars for ICE and NYMEX.
    tickers_eia: Mapping of EIA tickers to crude and refined products markets for building supply demand balances.
    usSwapIRDef: Data frame of definitions for instruments to build a curve for use with RQuantlib. Use getIRswapCurve() to extract the latest data from FRED and Morningstar.
    usSwapIR: Sample data set output of getIRswapCurve.
    usSwapCurves: Sample data set output of RQuantlib::DiscountCurve().
    cancrudeassays contains historical Canadian crude assays by batch from Crudemonitor. cancrudeassayssum is a summarised average assays version.
    crudeassaysXOM for all publicly available complete assays in Excel format from ExxonMobil
    crudeassaysBP for all publicly available complete assays in Excel format from BP
    eiaStocks: Sample data set of EIA.gov stocks for key commodiities.
    eiaStorageCap: EIA crude storage capacity by PADD.
    dflong and dfwide contain continuous futures prices sample data sets for Nymex (CL, HO, RB and NG contracts) and ICE Brent.
    crudepipelines and refineries contain GIS information in the North American crude space.
    ...

Usernames and password for API services are required.

## Changelog

### Version 0.2.0

New functions added:
- get_curves
- get_gis
- get_ir_swap_curve
- refineryLP
- swap_fut_weight
- swap_info
- dist_desc_plot

New feeds for get_prices:
- ERCOT_LmpsByResourceNodeAndElectricalBus
- PJM_Rt_Hourly_Lmp
- AESO_ForecastAndActualPoolPrice
- LME_MonthlyDelayed_Derived
- SHFE_FuturesSettlement_RT
- CFTC_CommitmentsOfTradersCombined

New datasets for risktools.data.open_data function
- Replicated/refreshed RTL datsets

removed geojson files and dependencies to geopandas - replaced with get_gis function
removed support for Python 3.6. Supports >= 3.7

Companion package to https://github.com/bbcho/finoptions-dev


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bbcho/risktools-dev",
    "name": "risktools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "RTL,Risk,Tools,Trading,Crude,Oil,Refinery,Refined Products,Products",
    "author": "Ben Cho",
    "author_email": "ben.cho@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/e5/123f070923b63b4d877a4b38eabba6de7fe5a844f795e8d3a438742e1348/risktools-0.2.8.4.tar.gz",
    "platform": null,
    "description": "# risktools\n\nPython implementation of the R package RTL.  \n\nSee CRAN for original R version\n\nhttps://cran.r-project.org/web/packages/RTL/index.html\n\n## Purpose\n\n    Purposely designed functions for trading, trading analytics and risk practitioners in Commodities and Finance.\n    Build to support delivery of Finance classes from one of the co-authors of RTL at the Alberta School of Business.\n\n## Version Notes\n\n    Note that the latest version will require compilation on Windows for python version 3.11 due to the \n    dependency on arch. Arch does not come with binaries and must be compiled on Windows which can be\n    avoided by installing numba, however numba is not yet available for python 3.11.\n\n## Features\n\n    Historical forward curves charting.\n\n    Calendars and expiry dates data objects for a wide range of commodity futures contracts.\n\n    roll_adjust to adjust continuous contracts returns for roll adjustments using expiries above.\n\n    Morningstar Marketplace API functions getPrice(), getPrices() and getCurve() using your own Morningstar credentials. Current feeds included:\n        ICE_EuroFutures\n        ICE_EuroFutures_continuous\n        CME_NymexFutures_EOD\n        CME_NymexFutures_EOD_continuous\n        CME_NymexOptions_EOD\n        CME_CbotFuturesEOD\n        CME_CbotFuturesEOD_continuous\n        CME_Comex_FuturesSettlement_EOD\n        CME_Comex_FuturesSettlement_EOD_continuous\n        LME_AskBidPrices_Delayed\n        SHFE_FuturesSettlement_RT\n        CME_CmeFutures_EOD\n        CME_CmeFutures_EOD_continuous\n        CME_STLCPC_Futures\n        CFTC_CommitmentsOfTradersCombined\n        ICE_NybotCoffeeSugarCocoaFutures\n        ICE_NybotCoffeeSugarCocoaFutures_continuous\n        Morningstar_FX_Forwards\n        ERCOT_LmpsByResourceNodeAndElectricalBus\n        PJM_Rt_Hourly_Lmp\n        AESO_ForecastAndActualPoolPrice\n        LME_MonthlyDelayed_Derived\n        \u2026 see ?getPrice for up to date selection and examples.\n\n    chart_zscore() supports seasonality adjusted analysis of residuals, particularly useful when dealing with commodity stocks and/or days demand time series with trends as well as non-constant variance across seasonal periods.\n\n    chart_eia_steo() and chart_eia_sd() return either a chart or dataframe of supply demand balances from the EIA.\n\n    chart_spreads() to generate specific contract spreads across years e.g. ULSD March/April. Requires Morningstar credentials.\n\n    swapInfo() returns all information required to price first line futures contract averaging swap or CMA physical trade, including a current month instrument with prior settlements.\n\n## Data Sets\n\nAccessible via risktools.data.open_data(datsetname). Also use risktools.data.get_names() to get list of available data.\n\n    expiry_table: Historical and forward futures contract metadata.\n    holidaysOil: Holiday calendars for ICE and NYMEX.\n    tickers_eia: Mapping of EIA tickers to crude and refined products markets for building supply demand balances.\n    usSwapIRDef: Data frame of definitions for instruments to build a curve for use with RQuantlib. Use getIRswapCurve() to extract the latest data from FRED and Morningstar.\n    usSwapIR: Sample data set output of getIRswapCurve.\n    usSwapCurves: Sample data set output of RQuantlib::DiscountCurve().\n    cancrudeassays contains historical Canadian crude assays by batch from Crudemonitor. cancrudeassayssum is a summarised average assays version.\n    crudeassaysXOM for all publicly available complete assays in Excel format from ExxonMobil\n    crudeassaysBP for all publicly available complete assays in Excel format from BP\n    eiaStocks: Sample data set of EIA.gov stocks for key commodiities.\n    eiaStorageCap: EIA crude storage capacity by PADD.\n    dflong and dfwide contain continuous futures prices sample data sets for Nymex (CL, HO, RB and NG contracts) and ICE Brent.\n    crudepipelines and refineries contain GIS information in the North American crude space.\n    ...\n\nUsernames and password for API services are required.\n\n## Changelog\n\n### Version 0.2.0\n\nNew functions added:\n- get_curves\n- get_gis\n- get_ir_swap_curve\n- refineryLP\n- swap_fut_weight\n- swap_info\n- dist_desc_plot\n\nNew feeds for get_prices:\n- ERCOT_LmpsByResourceNodeAndElectricalBus\n- PJM_Rt_Hourly_Lmp\n- AESO_ForecastAndActualPoolPrice\n- LME_MonthlyDelayed_Derived\n- SHFE_FuturesSettlement_RT\n- CFTC_CommitmentsOfTradersCombined\n\nNew datasets for risktools.data.open_data function\n- Replicated/refreshed RTL datsets\n\nremoved geojson files and dependencies to geopandas - replaced with get_gis function\nremoved support for Python 3.6. Supports >= 3.7\n\nCompanion package to https://github.com/bbcho/finoptions-dev\n\n",
    "bugtrack_url": null,
    "license": "gpl-3.0",
    "summary": "Python implementation of the R package RTL",
    "version": "0.2.8.4",
    "project_urls": {
        "Documentation": "https://risktools.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/bbcho/risktools-dev"
    },
    "split_keywords": [
        "rtl",
        "risk",
        "tools",
        "trading",
        "crude",
        "oil",
        "refinery",
        "refined products",
        "products"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d845fbc579a257e8d27f20daf002f236a1b15453bccfab592449e78abc8cc6fb",
                "md5": "3e0a6ca9af454916fc32299a59dd6d60",
                "sha256": "5116b9fc0da5176bdf0a3e1eab87942fa9d4534f0c98a2e6014c6e19090c4aba"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e0a6ca9af454916fc32299a59dd6d60",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 7217701,
            "upload_time": "2023-10-23T03:35:26",
            "upload_time_iso_8601": "2023-10-23T03:35:26.144828Z",
            "url": "https://files.pythonhosted.org/packages/d8/45/fbc579a257e8d27f20daf002f236a1b15453bccfab592449e78abc8cc6fb/risktools-0.2.8.4-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7375503f617802d27d70ccb2684c97ac5ab857ccad015a238a1beb1c52b655b",
                "md5": "0b56ccb2304298573417c0c6c95839a0",
                "sha256": "4ff7db9c33f73c064b92041eb156f663b0d3cbc4cadcc89b0726f7b70aa63889"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b56ccb2304298573417c0c6c95839a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 7585429,
            "upload_time": "2023-10-23T03:38:25",
            "upload_time_iso_8601": "2023-10-23T03:38:25.999495Z",
            "url": "https://files.pythonhosted.org/packages/f7/37/5503f617802d27d70ccb2684c97ac5ab857ccad015a238a1beb1c52b655b/risktools-0.2.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fc480a7d8be5a8606243d3382cd7ed19d0499a0fc9b806ab9ba25cdd5931bf0",
                "md5": "fcfc281982062e2d01f08092ede76196",
                "sha256": "57e26551807d5cf2a8521bcdbd30facd2cf91cbb5f948dbf87834b3cec73d3c1"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fcfc281982062e2d01f08092ede76196",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 7060203,
            "upload_time": "2023-10-23T03:36:06",
            "upload_time_iso_8601": "2023-10-23T03:36:06.969361Z",
            "url": "https://files.pythonhosted.org/packages/4f/c4/80a7d8be5a8606243d3382cd7ed19d0499a0fc9b806ab9ba25cdd5931bf0/risktools-0.2.8.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5aef35e478bd9437a3c285a8806804c6ae10c400d1e2bfd82696253ec345c4a2",
                "md5": "dd90114027cb8d782655d5b7e406c3c7",
                "sha256": "193bad617e1adda3905da21aef35bd9d94f2b529e9461b737f4a1049b46427e3"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "dd90114027cb8d782655d5b7e406c3c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 7293674,
            "upload_time": "2023-10-23T03:35:28",
            "upload_time_iso_8601": "2023-10-23T03:35:28.150539Z",
            "url": "https://files.pythonhosted.org/packages/5a/ef/35e478bd9437a3c285a8806804c6ae10c400d1e2bfd82696253ec345c4a2/risktools-0.2.8.4-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6f8f046c238fb8ffe0c39f5209a77d55e82d28eed01f02e8cd37711f7a32ca5",
                "md5": "0250f143ce9e5bd48e3bead337711d73",
                "sha256": "cd44b67b0d70953fb36a2984bf7fc095d4700db45554b3b1e627c9c015fac989"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0250f143ce9e5bd48e3bead337711d73",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 7620224,
            "upload_time": "2023-10-23T03:38:28",
            "upload_time_iso_8601": "2023-10-23T03:38:28.335411Z",
            "url": "https://files.pythonhosted.org/packages/c6/f8/f046c238fb8ffe0c39f5209a77d55e82d28eed01f02e8cd37711f7a32ca5/risktools-0.2.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "964787a9803cb25c58b1cab9504554cd51869ec79335d29ed2ed9e017a3e255f",
                "md5": "c47f5e36f1bfe4537533b27b317f56ee",
                "sha256": "773684d5de573cdffea382f1f6bac76b340ed66d77589d31864a12e4b3ab221a"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c47f5e36f1bfe4537533b27b317f56ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 7060205,
            "upload_time": "2023-10-23T03:36:45",
            "upload_time_iso_8601": "2023-10-23T03:36:45.180580Z",
            "url": "https://files.pythonhosted.org/packages/96/47/87a9803cb25c58b1cab9504554cd51869ec79335d29ed2ed9e017a3e255f/risktools-0.2.8.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55ec53220ddfb9f7f9450977bf47fc0e815bf5588ed0e04be713f6d96249f88d",
                "md5": "2361a5a1e0b343ed40b58651cdd7e2ff",
                "sha256": "a86aaf94e69fe71785fd08d8e5e67a24aadcc849bf4f33d23de2154d679e1df4"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp37-cp37m-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2361a5a1e0b343ed40b58651cdd7e2ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 7218834,
            "upload_time": "2023-10-23T03:35:13",
            "upload_time_iso_8601": "2023-10-23T03:35:13.310799Z",
            "url": "https://files.pythonhosted.org/packages/55/ec/53220ddfb9f7f9450977bf47fc0e815bf5588ed0e04be713f6d96249f88d/risktools-0.2.8.4-cp37-cp37m-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ba3d4bd9cf7686041c8b8bef29b68e1a6cae54708db1a25870744973abea5c8",
                "md5": "05140fec23212ee4ae72f3e01fe3356d",
                "sha256": "afcbd7b0e38ce30a39ae859f8ebd9b326109f80f0b476565fd92cb4752c7e5cb"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "05140fec23212ee4ae72f3e01fe3356d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 7558678,
            "upload_time": "2023-10-23T03:38:30",
            "upload_time_iso_8601": "2023-10-23T03:38:30.524279Z",
            "url": "https://files.pythonhosted.org/packages/2b/a3/d4bd9cf7686041c8b8bef29b68e1a6cae54708db1a25870744973abea5c8/risktools-0.2.8.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46d4a4e38f92a39d480b8127abf785afb44fcfddd0742fdff114bafa1d1b5823",
                "md5": "a6a8167a89f47bb35c42899764c1291a",
                "sha256": "67eab837df3bdd6197c3546bbd2635268c8094bbad6ccfe9d9fadde68113fd69"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a6a8167a89f47bb35c42899764c1291a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 7072815,
            "upload_time": "2023-10-23T03:35:59",
            "upload_time_iso_8601": "2023-10-23T03:35:59.258961Z",
            "url": "https://files.pythonhosted.org/packages/46/d4/a4e38f92a39d480b8127abf785afb44fcfddd0742fdff114bafa1d1b5823/risktools-0.2.8.4-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9818665a5310d8fd7d467aa07ef7c25812a5d7177fcfbfabb0f272d4d18b0e1d",
                "md5": "a4fc53a453ba6a8967b7811d2f7c52a1",
                "sha256": "d505b53d25f966325f181d9620b0c2cf46cc0f2892efc7a3562a98b57dbb631d"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4fc53a453ba6a8967b7811d2f7c52a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 7218059,
            "upload_time": "2023-10-23T03:35:12",
            "upload_time_iso_8601": "2023-10-23T03:35:12.228836Z",
            "url": "https://files.pythonhosted.org/packages/98/18/665a5310d8fd7d467aa07ef7c25812a5d7177fcfbfabb0f272d4d18b0e1d/risktools-0.2.8.4-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e4ac4f0359e7b3aa5e0d71a8386ca6b0f99cc254199637871d18cf03db503a8",
                "md5": "b1309189635ecd9b56059cf8912f8e10",
                "sha256": "17a4d78ed5cd015fb973e245fff654eb75fafa667a993278f3c87ce69623f41c"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1309189635ecd9b56059cf8912f8e10",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 7595316,
            "upload_time": "2023-10-23T03:38:32",
            "upload_time_iso_8601": "2023-10-23T03:38:32.363004Z",
            "url": "https://files.pythonhosted.org/packages/9e/4a/c4f0359e7b3aa5e0d71a8386ca6b0f99cc254199637871d18cf03db503a8/risktools-0.2.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbc9975c043af99bdb5af202c6e50baa05e08b2e9dbe147b4ca1a63fd7c3632d",
                "md5": "bc1542d58fe063958a4c86b60c5b3e6e",
                "sha256": "753762478cddcb86771561a3f36f18c8366e0ee22afbb7b195ae49c2d5152ef1"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bc1542d58fe063958a4c86b60c5b3e6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 7073483,
            "upload_time": "2023-10-23T03:36:00",
            "upload_time_iso_8601": "2023-10-23T03:36:00.143466Z",
            "url": "https://files.pythonhosted.org/packages/fb/c9/975c043af99bdb5af202c6e50baa05e08b2e9dbe147b4ca1a63fd7c3632d/risktools-0.2.8.4-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cc7402cf85f8d457e32fa23c01308987021a560927a5d6fdc00273218e176a2",
                "md5": "5c66751936d6c6e83076b16708c17eda",
                "sha256": "ca279ae7e7ac6e71586a97f59aefed23f4ad8acd8ac957701f8a50867e3078fb"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c66751936d6c6e83076b16708c17eda",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 7218368,
            "upload_time": "2023-10-23T03:36:20",
            "upload_time_iso_8601": "2023-10-23T03:36:20.844116Z",
            "url": "https://files.pythonhosted.org/packages/8c/c7/402cf85f8d457e32fa23c01308987021a560927a5d6fdc00273218e176a2/risktools-0.2.8.4-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "455c9c5458eeaa673f3a8e44331e93624c5ec8df3fa78c77ca669955537898db",
                "md5": "edc0789978d2cc8591ef9c83d913dac8",
                "sha256": "43d5e6a5dac4c4d842e95568fac77cc51bc889b8085f7d659e93d425f3306ba8"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "edc0789978d2cc8591ef9c83d913dac8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 7588360,
            "upload_time": "2023-10-23T03:38:33",
            "upload_time_iso_8601": "2023-10-23T03:38:33.964681Z",
            "url": "https://files.pythonhosted.org/packages/45/5c/9c5458eeaa673f3a8e44331e93624c5ec8df3fa78c77ca669955537898db/risktools-0.2.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f52899bddf4552469d0c4f1b7a1de1deafca2b449d2fba91af297f5000b351d9",
                "md5": "35960e9f6eb506da13f443ee2fd7808d",
                "sha256": "70cf21f98bc26ae8c3a8280260c5f0ba4d0458514ea1962077a107047552efd4"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "35960e9f6eb506da13f443ee2fd7808d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 7073618,
            "upload_time": "2023-10-23T03:35:38",
            "upload_time_iso_8601": "2023-10-23T03:35:38.607122Z",
            "url": "https://files.pythonhosted.org/packages/f5/28/99bddf4552469d0c4f1b7a1de1deafca2b449d2fba91af297f5000b351d9/risktools-0.2.8.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1e5123f070923b63b4d877a4b38eabba6de7fe5a844f795e8d3a438742e1348",
                "md5": "b6b853a002e307cb0cec4be27251dcc0",
                "sha256": "9c97633e325a30c93f45b6301f19ae59ba648ed4628e77641ccc18c39600e564"
            },
            "downloads": -1,
            "filename": "risktools-0.2.8.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b6b853a002e307cb0cec4be27251dcc0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6574243,
            "upload_time": "2023-10-23T03:35:05",
            "upload_time_iso_8601": "2023-10-23T03:35:05.843276Z",
            "url": "https://files.pythonhosted.org/packages/f1/e5/123f070923b63b4d877a4b38eabba6de7fe5a844f795e8d3a438742e1348/risktools-0.2.8.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-23 03:35:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bbcho",
    "github_project": "risktools-dev",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "risktools"
}
        
Elapsed time: 0.12969s