quantmllib/__init__.py,sha256=72af98bd3e511838e4984c0f69ab97c7164ea3c9a34cab36046391993f08a8ed,1942
quantmllib/backtest_statistics/__init__.py,sha256=a43dd9859b1117f7366b58113a88902d485cae65259414c3064a6f34ee941e7a,954
quantmllib/backtest_statistics/backtests.py,sha256=30200563273a62cd04f8d26c31e45e1427516624fe4eb26f86007a96cd6ce479,27129
quantmllib/backtest_statistics/statistics.py,sha256=f30029aeb058955144faf249af148270ce722dc8a9610dbb96109d13c049dba3,17461
quantmllib/bet_sizing/README.md,sha256=eec316bdddcd3ba506cbbf82c3cb15e2ac2a5c71171ba0027a3dbdc9810e5c32,1020
quantmllib/bet_sizing/__init__.py,sha256=2adf425f695aa62ac85a85640045a2262b223601fdf230651eba8e8e98f6712c,1114
quantmllib/bet_sizing/bet_sizing.py,sha256=4057c00ed152dc6130decbc3c091853a4d10109f431a63e6b82755568d070275,13638
quantmllib/bet_sizing/ch10_snippets.py,sha256=8f82ca74cc6e1d57877fcaf8dbfe976530f49c6d414e8234d23dff92da441eee,16023
quantmllib/bet_sizing/ef3m.py,sha256=74aac4a4d82c00fd3a62a73d6436ec73c790046bf632bf3b65d3eda1168e1c3a,19309
quantmllib/clustering/__init__.py,sha256=4dc258f9e03e014384971653891734f337791c1e3b7c787ba9597f65b08acfcb,261
quantmllib/clustering/feature_clusters.py,sha256=8e3a953e50e3967bbd22ae0320c775cc03f390fff848aab66e916e87c29ad5d8,8021
quantmllib/clustering/hierarchical_clustering.py,sha256=0b0eaa7d1b57e73294bd481793d43c3d4c1c601844de02047206cbb2bf5ec467,2000
quantmllib/clustering/onc.py,sha256=c543c5865c431ea408dd184c9b3101dc91745efcab9bbd3ca07c8fffd4eeb275,7361
quantmllib/codependence/__init__.py,sha256=25c1d49db86b09a8e2795ab1a0abb46d96004a990db261055bbb92e587eb171a,1116
quantmllib/codependence/codependence_matrix.py,sha256=407c7c927a1a2e41c96cfb86af99239344e5ed6eee0e5c696186f184001670d7,6413
quantmllib/codependence/correlation.py,sha256=f7ef1e55b199a82c0db0c0308fba017eeb61660fbfe630cb91df871c69e6c0fc,6142
quantmllib/codependence/gnpr_distance.py,sha256=736b71daf892f41b7c20da94c1dfcd7c3bf5a7f6c821cfd6b8d9055027634e40,5078
quantmllib/codependence/information.py,sha256=71026f68ee408fc1418713110f5046ed9137acfc3529ebd7a97c24d950d76b2d,6829
quantmllib/codependence/optimal_transport.py,sha256=8555e7e9f02da4f9c236620eedfd616c60acba80cdc905d61a9dfc66e58a40a3,9860
quantmllib/cointegration_approach/__init__.py,sha256=4c2bf0db9292159a7c83e0f35c916934fde15857bb8e43f4a38086a9a714e419,679
quantmllib/cointegration_approach/base.py,sha256=ba0cb452347b303ff1c4bd0bab58f263e908f604d882beba5814312f95c04396,2280
quantmllib/cointegration_approach/coint_sim.py,sha256=7b75eb209a8c373bb35b90df83ca3bb6601d257f2301d8b24afec6a5fd35883b,16264
quantmllib/cointegration_approach/engle_granger.py,sha256=40074c4989fe18eac611ffdb5496daab8e7f70f54a6852488472e09bdd4a5511,4624
quantmllib/cointegration_approach/johansen.py,sha256=f770557fb296900cb623c80ed8adb6d3214a5ba7a0c1a7e12ae4a8a21917862d,5636
quantmllib/cointegration_approach/minimum_profit.py,sha256=a8583eea257526da4140a2cb95cea67377f46cffab86d6c5d7272a25722f0119,15527
quantmllib/cointegration_approach/multi_coint.py,sha256=99f1f91088870187edf335c4cd5d41aeb051986204be78b121fa463abe80ddb7,10584
quantmllib/cointegration_approach/sparse_mr_portfolio.py,sha256=81d84466793dff5e96db9437fba1fa0a5e0b6aabb7ea797fb0dae5181f9743d1,32541
quantmllib/cointegration_approach/utils.py,sha256=93eea39ce9ecb2f0fa2cf2e44ad8d2b40175f9b35644f447121e93ba775acfa5,1224
quantmllib/cross_validation/__init__.py,sha256=43081c108843ba8198c522aa44ce0d92dec63c2bc9ee32919836136173e4b76f,677
quantmllib/cross_validation/combinatorial.py,sha256=bd12810a404f08b7754302d6017bd94e703c67da3577dd5fbd1a2afd0bd8faa6,11625
quantmllib/cross_validation/cross_validation.py,sha256=5f2d0159a984d3c35995cc7402cd4e93f65ce274f68894cbd59ae426aa5624e9,14106
quantmllib/data_generation/__init__.py,sha256=0049c4c18467a89c04df2d657f0b3684e9ce5974179b586c2755ee16254b54d3,1196
quantmllib/data_generation/bootstrap.py,sha256=9109b63c3c806d2658c60665a7fe5d55d4127fc15aa2118f267a651d9f537ff3,7906
quantmllib/data_generation/correlated_random_walks.py,sha256=f81ee48f63169a395a3b3d3ebfc198d0f4f1bed5eed4eca0c4fd4060b132b2d1,4701
quantmllib/data_generation/corrgan.py,sha256=1c873197e0bc4165733d61c08f4e96769185d28dcf2b2bc0fc20f3856a648984,4947
quantmllib/data_generation/data_verification.py,sha256=aa39c4edeb68a57403ccb3562b7fec5d13629558630d81c324beb9301821ad20,16383
quantmllib/data_generation/hcbm.py,sha256=1792f786cfaac6c52036722e4261165c53ffbb928cc4dc9f63a7d15edcf4368a,6755
quantmllib/data_generation/vines.py,sha256=b3b6a787deaa313d75c74b9b64fe1dc97227573fe2a1e6f66a3798f8b80207d0,12525
quantmllib/data_structures/__init__.py,sha256=d68b8ca5fb98963a67551b01dcfac0ba5ca666433cbc9f4b0c5840aa63dca0dc,1770
quantmllib/data_structures/base_bars.py,sha256=f4e75626eefe88e5c0aa37d7bbf3581aeef25663acd99819136138c846f8a5ee,26820
quantmllib/data_structures/imbalance_data_structures.py,sha256=93daa550e0dcc7ead0f2cb3c1ea772eac2fd13874ea7029c5501c477c715c5e8,18384
quantmllib/data_structures/run_data_structures.py,sha256=2579737b8f079bfb54d04c98abc9557517ebb6eb9c2e2092a2f5ea2a9497fa39,18203
quantmllib/data_structures/standard_data_structures.py,sha256=e9fc78726754673c444896f1c1eeb2e1b59848bf860f46028381983367c89bce,9303
quantmllib/data_structures/time_data_structures.py,sha256=5ca5cf9441dfb7f14a9b93aabd77fe93729e91fde92c8e94d8f05028f28b598c,5330
quantmllib/datasets/__init__.py,sha256=b21b8768749a839fa9cc701408f7580b7c7c50c6686cdb3acfc06d03628352f2,419
quantmllib/datasets/data/dollar_bar_sample.csv,sha256=8402b85566b1437c7ca3dfb9e1449f1b3a012f8d9e95a9f2ea7ed02710f1ee7d,77364
quantmllib/datasets/data/stock_prices.csv,sha256=ddefadb41fecfc7375293dbb51d55f26fe016bd5513beccb48ea92b10d114c0f,905753
quantmllib/datasets/data/tick_data.csv,sha256=90ddb68b3e9ee514fa6fa18d35cc701d77c7664f889d0dd78f7daad256eee6c5,3366
quantmllib/datasets/load_datasets.py,sha256=3bcc267871423e3f24d0a0c9c8a06cc40b27d74d738a689056b3a7fd8dfe1a3f,1904
quantmllib/ensemble/__init__.py,sha256=362ed2edadf4737906ef6c20c8bc6928a5a7d4598db9c470a96bd9e5c4c7dc32,251
quantmllib/ensemble/sb_bagging.py,sha256=91ab44cf11d2304e0549c7f25b45ea2651ae3bc9364a5a5816016559a1bba2a5,25763
quantmllib/feature_importance/__init__.py,sha256=7cc01a461643ade370315b8f475ee8e21617aa32a729d8e7a044eed8e91de303,1079
quantmllib/feature_importance/fingerpint.py,sha256=fdbb9b29c3bab3cc2c6ed90fcb2cafcaba9224ba71adba23ad4c0913948b03f2,11521
quantmllib/feature_importance/importance.py,sha256=802f148005dbe86e11f832e3a2e0c9e6e221d7095a01f642b0ca80958f56b7aa,29087
quantmllib/feature_importance/orthogonal.py,sha256=1cd05e2fb653ec40352853b5bd71c4bbd647fb1f18c0a52068355b485c887a45,5969
quantmllib/features/__init__.py,sha256=2398cdb84d653d3b7f182c1c456287f018517c7039262096c11aded4f9bdc7de,181
quantmllib/features/fracdiff.py,sha256=3c4b3b5045a5537e26afc7c651c26dd7c54be3ab33ce803ad101fe2712862c72,12348
quantmllib/filters/__init__.py,sha256=27c136fc7c39f9391a481dbb7476edb13cba24938b586c11e13ba7154a7c349d,156
quantmllib/filters/filters.py,sha256=f84a85f12bdcc7b6e8190d29ac70b8f5461e3d792cdf03b9dad7c1345364f11a,4430
quantmllib/labeling/__init__.py,sha256=d22b254576189cf0f94490efaf5b56dab8022d638ca239c1b13e6e10404d6da0,1040
quantmllib/labeling/bull_bear.py,sha256=c303d31deb68fa2b2a9dd723ef780749a858a839f721a1b908e28dde774eee04,10499
quantmllib/labeling/bull_bear_v2.py,sha256=49e18ab0919ab8f99c92965ba0936375223fc0dea344e31e6825bc668e0e377e,10699
quantmllib/labeling/excess_over_mean.py,sha256=59b1448985f2c4a11c44b3d5e37ed7ca7503503503ce1e156001ccc65a468dc9,2525
quantmllib/labeling/excess_over_median.py,sha256=8f69cbd039015708374c40a7b247152d09077b8fd04fd09b9f13ed177273966d,2773
quantmllib/labeling/fixed_time_horizon.py,sha256=5647e082c638ae7e44183bd4fe28dfbc9cb64e388acd7bc382ea29f640f96b0c,4206
quantmllib/labeling/labeling.py,sha256=c37313f5c41cd9a5ad4d90c43d2316834a8305cf7ea3c0f97470399bff9f9bae,12492
quantmllib/labeling/matrix_flags.py,sha256=7e7b4bd5159aec26235b6128a2c9d577e6c0970973dba0c8ce2c21809280ec08,10925
quantmllib/labeling/raw_return.py,sha256=b9e27615697082e9269dfb61b6563dc9954d68ca35d5f78693edf21cf1507045,2274
quantmllib/labeling/return_vs_benchmark.py,sha256=e58e8c445ae1de61ee58cac668accf0a54bb64045f466b307313d708a00c0bbc,2996
quantmllib/labeling/tail_sets.py,sha256=4726ee7ed8f39cfc26850e02cb1581ad9470b867a5c53c747edf9fbf3a015e7d,6240
quantmllib/labeling/trend_scanning.py,sha256=a453b04fc6d69beeab345e3b007758077d927a242903b3094953fb8fb1e42761,4855
quantmllib/microstructural_features/__init__.py,sha256=f4ea42ef061d07b8e7c5bf8fb80e848e518b97a9319cfb59868cefd57b2e8da3,1090
quantmllib/microstructural_features/encoding.py,sha256=7dfc5011a2ef9d1e5c8a821180bce022dcdd5ff5677f7cd1bab994761f6e614d,3566
quantmllib/microstructural_features/entropy.py,sha256=a62729bbdfe610a4acde5e85bd568f902a67ff01ca414cdc2f2be1ac53da870b,4884
quantmllib/microstructural_features/feature_generator.py,sha256=91fed70b0e36365ea5e01bdc6f5b9e0e94f18cbf60ff14587724433aa317b754,12415
quantmllib/microstructural_features/first_generation.py,sha256=8ee22eeb8680a91654608139f9545e021eb3e6c070fb5649601272111080848e,4384
quantmllib/microstructural_features/misc.py,sha256=0b63a8dc94d06370dc8fab211ad98f98de89e6c2eae11b79577f30437ab115c4,612
quantmllib/microstructural_features/second_generation.py,sha256=1f885de16acee8b545c2954b7f4fa3a6319cfb861f624efd3a878c6f452df787,4228
quantmllib/microstructural_features/third_generation.py,sha256=07f0ccddea8adc8a8ae49aef1287eca17fedaa989b63b144ecc63605b9d9cd1b,716
quantmllib/multi_product/__init__.py,sha256=d1b0fe49e9d390b5b2ff375a4c0fa35fcb3a06ec5e3e20905833e11c70426c65,172
quantmllib/multi_product/etf_trick.py,sha256=0055e6bc90a3e154f74e17632dbf9aa93cb64ebba03cb95918515336a6357283,20966
quantmllib/networks/__init__.py,sha256=9eb1ba572a01a5168c4121d768d9fbc0eb8a8cc5b502d06093c1c30a63d3ad84,694
quantmllib/networks/almst.py,sha256=e510297f9e72587d602c71b4f5da125efa1740e990ad21766bf5c6d52b0be78d,11499
quantmllib/networks/dash_graph.py,sha256=8ffa8422770ba3bda48730013babf1e5764ece55e0636988864a636c301d4acd,18058
quantmllib/networks/dual_dash_graph.py,sha256=b2c8407e12b7f439fed56c685ebce45300c45d728b8358cc8e26531260bff111,10672
quantmllib/networks/graph.py,sha256=f6ae69ea1d13f03075d7028ad5f2b3ad651c0673c66a8d7400b0e1901e32bc85,4259
quantmllib/networks/mst.py,sha256=4a926cebea3befbf40ae97bafb62656e1307bfc039075041f869042de9dc7717,1731
quantmllib/networks/pmfg.py,sha256=6fcf673c4019c3daaccc8eaac2c7ed97e8647fce1260a62937877bf30391bd36,6488
quantmllib/networks/visualisations.py,sha256=bf06326bda4bf8f03262c20f6370177eeb072723229883f81cbbaadf8b33b205,10266
quantmllib/online_portfolio_selection/__init__.py,sha256=bb7a2d342b9072564b4b6c95cd753fb9c8f93809c2d938df1077b1b75f06092d,1345
quantmllib/online_portfolio_selection/bah.py,sha256=8cb2c03d8cdf4e1dbf438ae798736c403778cb17268a7d0970505381cffbe682,1110
quantmllib/online_portfolio_selection/base.py,sha256=b5cb5b644f7fe04507727e0637e5f4b9c78cb63c90f0b3ef62cadc6391ebc370,15301
quantmllib/online_portfolio_selection/bcrp.py,sha256=0a0b475b957e88ad047e2b1f70b294ae154fba6d7e4687b7837386fd416ec52c,1126
quantmllib/online_portfolio_selection/benchmarks/__init__.py,sha256=26a9fe4586e3caf3deefca035942cb040dbdc38e071da0702b30bf470fe2b473,285
quantmllib/online_portfolio_selection/best_stock.py,sha256=0319b782a9e07b9beaf0797338a05f3cd2c2a8ef9f05cc363f0013fa9f0c7085,1194
quantmllib/online_portfolio_selection/corn.py,sha256=107ad84b42a854235f75a8fa19d30a81e16fbaa833665dd5c9637cf2826b509c,5894
quantmllib/online_portfolio_selection/cornk.py,sha256=8f1286c30d6d8f44988c87ad4a98fb1b8c29aa8a0ae5ad23a9a9d8b735490abd,4881
quantmllib/online_portfolio_selection/cornu.py,sha256=3395898b693c2fe5059b87f7570c55d9e4891fc5d38efb8e71a28777030125fc,3675
quantmllib/online_portfolio_selection/crp.py,sha256=e7ed37f2159a6251d83ec921c5280764812ff22cc1aeeade15192c2c02a15c4a,1441
quantmllib/online_portfolio_selection/cwmr.py,sha256=e61505a1bd33c40b3e3ead03ba0c5ad336ac7a013ec9e3dae1512b3e4933c300,7886
quantmllib/online_portfolio_selection/eg.py,sha256=c1c38ea271aa2b24bc2db333a83e040f6a605721cc2c960f8b56359bbbd11574,2645
quantmllib/online_portfolio_selection/fcorn.py,sha256=f41bed6e40ba1bcfc939c8642e76a3b7be988dea390b416fa0b841291238b928,5565
quantmllib/online_portfolio_selection/fcornk.py,sha256=805a995f04fcc30e396bb201b37330dc5cef02ff995764255beefa54fac35402,5624
quantmllib/online_portfolio_selection/ftl.py,sha256=2f1ce9f182be6754ad49d5eadfc5b7d367f5369da918f34bdc6d3a1058d721a9,2204
quantmllib/online_portfolio_selection/ftrl.py,sha256=4f3b7dd00b409c885139c85c2021b130e9d00e9e1458925c784a8039451e9aaa,2297
quantmllib/online_portfolio_selection/mean_reversion/__init__.py,sha256=916e912b03f5e7fc530a052d2e2a84dc8d77746b3e3a000e075b7db7fa0ab9b0,282
quantmllib/online_portfolio_selection/momentum/__init__.py,sha256=f05d085c02ed3204328bfa911c337927676a82ed30faccfd13530348ce849640,210
quantmllib/online_portfolio_selection/olmar.py,sha256=b9c03f0500357d4a287817fe59f04a52e284102251b9c72c89795635f2fda4ee,5937
quantmllib/online_portfolio_selection/pamr.py,sha256=505899a4c994b9893f90a596c6754a5857ecd377458a4fd335c4c4610d2c1d85,4877
quantmllib/online_portfolio_selection/pattern_matching/__init__.py,sha256=988475196b3668eb60ba744a93e3487cbd24a693533d4376d2d859a39245eae6,480
quantmllib/online_portfolio_selection/rmr.py,sha256=eb0a4367cd9cc4610955212ac182ec6c9c784ad8c4bbb57078a76eda6aebded2,7697
quantmllib/online_portfolio_selection/scorn.py,sha256=12c66a219f1a9b6f76a7972267264e0329611b9e8b49057ad8830767044d7b57,3775
quantmllib/online_portfolio_selection/scornk.py,sha256=50e7c645fae757ad585c32afec1ddc02951bb505981b104bc3154d43a61ce48e,1830
quantmllib/online_portfolio_selection/up.py,sha256=9340985e5fe1417aa2a05ab2603894144e57cb3a019368286ad5f3ad5f7b8849,13003
quantmllib/optimal_mean_reversion/__init__.py,sha256=c8035b894c840eb496d5158ccf8795d9a6cc191dc3df9a1b519e4433ca36554a,369
quantmllib/optimal_mean_reversion/cir_model.py,sha256=0305c4349b7c21683d39689e996cdd3036ead57bb0df7908c243575610b13924,18203
quantmllib/optimal_mean_reversion/heat_potentials.py,sha256=6f1e29e9cc8518275ca90acd627a5bf43ce35611825933365547f7aa6b7fc3e6,19624
quantmllib/optimal_mean_reversion/ou_model.py,sha256=e9b44d7fc0ca5461bb5b7a62ebddfde238041c8816a9e070da3a52c5d9c2d6a5,36861
quantmllib/optimal_mean_reversion/xou_model.py,sha256=119acda2c93f67fb5c5cf3234d658cb57c22d5391d622e3b59ef77f440f6ea9e,20133
quantmllib/portfolio_optimization/__init__.py,sha256=b084aca46f6368f220d9ac84096b6fa21073e8a0ff3caa33a75d4fc429136914,714
quantmllib/portfolio_optimization/cla.py,sha256=7295d68d93f780007e9aa9b70b7f33f5c90d83664d78b7d011c5905d7dd447b1,27532
quantmllib/portfolio_optimization/herc.py,sha256=89c5132050b2ba11165c114a51bbdd00acc8d16dd12270d3edeaec55ff30c69a,28120
quantmllib/portfolio_optimization/hrp.py,sha256=a6179bfecfb47fdc00f37ab229b1dd3828f15bc3216c5e47ef56a67c9a914790,14162
quantmllib/portfolio_optimization/mean_variance.py,sha256=8f33bae95e39015d901782605e0b61072d76ef6ccb91591220d05788be9f4c19,30393
quantmllib/portfolio_optimization/nco.py,sha256=145e804c5005550dd0cb33f0ae14fcd7d7d04f60de3c1fd272220aff7f5265c2,17366
quantmllib/portfolio_optimization/returns_estimators.py,sha256=bf50c44eeccabb67b8ec5446b63adfa8f0bb7f90f7959ec29d8197804e381948,2797
quantmllib/portfolio_optimization/risk_estimators.py,sha256=a88f33717be8e866272795543a5ca1af9ea7b87461494efefbac97b3ecb575bf,37529
quantmllib/portfolio_optimization/risk_metrics.py,sha256=526b9e88fcc4c20a84f549cd9d2961636d6eb72d07344dd198711eb1d84e7314,2804
quantmllib/portfolio_optimization/tic.py,sha256=1cf5cee06c162c0b3c504f34d7e6a41e9015e7bdaba0020dc0abcd72ea61947e,21488
quantmllib/sample_weights/__init__.py,sha256=1025e989776e80b4944fad9778527d7a034478ce690dd51cea375d9da47b5048,336
quantmllib/sample_weights/attribution.py,sha256=8da180f06c4932f846bfb5f70fdccfff795ed74b4776621fdd507db32120f690,5118
quantmllib/sampling/__init__.py,sha256=c6861aa9cefa694687a2e3a0cc0e84acf45d0b0563d8157da5d50a6a3d9129e9,709
quantmllib/sampling/bootstrapping.py,sha256=62edd168e1007644db2139bdedf1f8e059fce579a728bc77725ba83395937838,7273
quantmllib/sampling/concurrent.py,sha256=1f13a88a73590072bb8a9345142f3e0220e4a6f338dc7592728010248d96889f,3971
quantmllib/structural_breaks/__init__.py,sha256=46e45346ec2ce45922fdcd80397043ca171c6998e8cad4c44215636ae451409f,257
quantmllib/structural_breaks/chow.py,sha256=515ff364b52aa3cd8f45ddd3fb0d80786b90834616aa7a898687f300171c78f1,2026
quantmllib/structural_breaks/cusum.py,sha256=2164601e8fa62344bd6e7724bf4c75da1e02b1f8a7a26c1c9d640671225510a9,3475
quantmllib/structural_breaks/sadf.py,sha256=237a791c4c3cff1a2687f10def829da4f7afd2a1b98581589b78c0d6923ad144,8929
quantmllib/util/__init__.py,sha256=121de3a2955cca2b5416cde214db86c0cf5cd33ccbff5699329a483f24266f06,667
quantmllib/util/base_futures_roller.py,sha256=575ff0759548b19892ab64a5501415718143f434db983711c90344932dc2cc7d,10028
quantmllib/util/data_cursor.py,sha256=1313879adaf899fe59bb0c028aef5a67067103dd04f6fd3b6cb9e9b25614e704,43746
quantmllib/util/fast_ewma.py,sha256=01667bbf8e8ae2bdf338b5a72bdabfb6c65a9f3ea979d2e0c6500bf0a5440470,1309
quantmllib/util/generate_dataset.py,sha256=d953bf37f62b4c060ced8275c544996ed89363083ebb4b0ced11729e9b284049,1825
quantmllib/util/misc.py,sha256=40ebf04dfb146b522faba47b83b08882824f77a276150b07e84a7e344fac51ce,534
quantmllib/util/multiprocess.py,sha256=57cd438156e84cc9dc2ad7d5f30aeefcb2ab57a5f791d1d91ee7e678b1a07f5a,8752
quantmllib/util/rollers.py,sha256=00c98d88c2694db207923101208334a14bb75d34d5468bf54bebadc068cd0357,11503
quantmllib/util/volatility.py,sha256=3f60f28222dfa4436e3beecbd9e489aa5d912b42a3abad03efb9d06ce8d50a5e,3904
quantmllib/util/volume_classifier.py,sha256=5e4a6e951241788d86e70a98c7c592f7f3c3405d825274a6757a0673b10fe193,634
quantmllib-0.0.1.dev0.dist-info/WHEEL,sha256=ab6157bc637547491fb4567cd7ddf26b04d63382916ca16c29a5c8e94c9c9ef7,79
quantmllib-0.0.1.dev0.dist-info/METADATA,sha256=4c8cf83fefc99df5684680aa71bd45b7411b4560522ec6955eea67c0f719893a,3682
quantmllib-0.0.1.dev0.dist-info/RECORD,,
