LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
src/__init__.py
src/__main__.py
src/application.py
src/consts.py
src/market.py
src/py.typed
src/util.py
src/ManifoldMarketManager.egg-info/PKG-INFO
src/ManifoldMarketManager.egg-info/SOURCES.txt
src/ManifoldMarketManager.egg-info/dependency_links.txt
src/ManifoldMarketManager.egg-info/requires.txt
src/ManifoldMarketManager.egg-info/top_level.txt
src/PyManifold/LICENSE
src/PyManifold/README.md
src/PyManifold/poetry.lock
src/PyManifold/pyproject.toml
src/PyManifold/pymanifold/__init__.py
src/PyManifold/pymanifold/lib.py
src/PyManifold/pymanifold/types.py
src/PyManifold/pymanifold/utils/__init__.py
src/PyManifold/pymanifold/utils/kelly.py
src/PyManifold/pymanifold/utils/math.py
src/PyManifold/tests/__init__.py
src/PyManifold/tests/test_pymanifold.py
src/PyManifold/tests/fixtures/cassettes/test_cancel_market
src/PyManifold/tests/fixtures/cassettes/test_create_bet
src/PyManifold/tests/fixtures/cassettes/test_create_bet_binary
src/PyManifold/tests/fixtures/cassettes/test_create_bet_free_response
src/PyManifold/tests/fixtures/cassettes/test_create_market_binary
src/PyManifold/tests/fixtures/cassettes/test_create_market_free_response
src/PyManifold/tests/fixtures/cassettes/test_create_market_multiple_choice
src/PyManifold/tests/fixtures/cassettes/test_create_market_numeric
src/PyManifold/tests/fixtures/cassettes/test_get_groups
src/PyManifold/tests/fixtures/cassettes/test_get_market_by_id
src/PyManifold/tests/fixtures/cassettes/test_get_market_by_slug
src/PyManifold/tests/fixtures/cassettes/test_get_market_by_url
src/PyManifold/tests/fixtures/cassettes/test_get_markets
src/PyManifold/tests/fixtures/cassettes/test_get_user
src/PyManifold/tests/fixtures/cassettes/test_list_groups
src/PyManifold/tests/fixtures/cassettes/test_list_markets
src/PyManifold/tests/fixtures/cassettes/test_resolve_market_binary
src/PyManifold/tests/fixtures/cassettes/test_resolve_market_free_resonse
src/PyManifold/tests/fixtures/cassettes/test_resolve_market_multiple_choice
src/PyManifold/tests/fixtures/cassettes/test_resolve_market_pseudo_numeric
src/PyManifold/tests/fixtures/cassettes/test_get_bet/market.yaml
src/PyManifold/tests/fixtures/cassettes/test_get_bet/none.yaml
src/PyManifold/tests/fixtures/cassettes/test_get_bet/username.yaml
src/PyManifold/tests/fixtures/cassettes/test_list_bet/market.yaml
src/PyManifold/tests/fixtures/cassettes/test_list_bet/none.yaml
src/PyManifold/tests/fixtures/cassettes/test_list_bet/username.yaml
src/rule/__init__.py
src/rule/abstract.py
src/rule/generic.py
src/rule/github.py
src/rule/manifold/__init__.py
src/rule/manifold/other.py
src/rule/manifold/this.py
src/rule/manifold/user.py
src/test/__init__.py
src/test/test_application.py
src/test/test_market.py
src/test/test_rule.py
src/test/test_util.py
src/test/fixtures/cassettes/rule/manifold/other/test_AmplifiedOddsRule/VFXzjLOLH8WM64Cm37GK.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_AmplifiedOddsRule/gCFMraDRTKwOr2l7zzJF.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_AmplifiedOddsRule/z8awccgKF9qEreoG6FsH.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/Dx7vPilTr1rgQQVETM2Z.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/GdIMBXtOnA1wj3KJAYvj.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/VFXzjLOLH8WM64Cm37GK.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/cUDUvkVTXKuuyIkf0Fpz.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/eBuljtDFa2dR7bXSaYyY.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/gCFMraDRTKwOr2l7zzJF.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/opaEWymtuX61FK2gKwXL.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketClosed/z8awccgKF9qEreoG6FsH.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/Dx7vPilTr1rgQQVETM2Z.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/GdIMBXtOnA1wj3KJAYvj.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/VFXzjLOLH8WM64Cm37GK.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/cUDUvkVTXKuuyIkf0Fpz.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/eBuljtDFa2dR7bXSaYyY.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/gCFMraDRTKwOr2l7zzJF.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/opaEWymtuX61FK2gKwXL.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketResolved/z8awccgKF9qEreoG6FsH.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/Dx7vPilTr1rgQQVETM2Z.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/GdIMBXtOnA1wj3KJAYvj.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/VFXzjLOLH8WM64Cm37GK.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/cUDUvkVTXKuuyIkf0Fpz.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/eBuljtDFa2dR7bXSaYyY.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/gCFMraDRTKwOr2l7zzJF.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/opaEWymtuX61FK2gKwXL.yaml
src/test/fixtures/cassettes/rule/manifold/other/test_OtherMarketValue/z8awccgKF9qEreoG6FsH.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/LivInTheLookingGlass/allTime.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/LivInTheLookingGlass/daily.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/LivInTheLookingGlass/monthly.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/LivInTheLookingGlass/monthy.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/LivInTheLookingGlass/weekly.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/v/allTime.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/v/daily.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/v/monthly.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/v/monthy.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_profit/v/weekly.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/LivInTheLookingGlass/allTime.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/LivInTheLookingGlass/daily.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/LivInTheLookingGlass/monthly.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/LivInTheLookingGlass/monthy.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/LivInTheLookingGlass/weekly.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/v/allTime.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/v/daily.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/v/monthly.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/v/monthy.yaml
src/test/fixtures/cassettes/rule/manifold/test_user_volume/v/weekly.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/Dx7vPilTr1rgQQVETM2Z.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/GdIMBXtOnA1wj3KJAYvj.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/VFXzjLOLH8WM64Cm37GK.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/cUDUvkVTXKuuyIkf0Fpz.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/eBuljtDFa2dR7bXSaYyY.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/gCFMraDRTKwOr2l7zzJF.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/opaEWymtuX61FK2gKwXL.yaml
src/test/fixtures/cassettes/test_market/fetch_by_id/z8awccgKF9qEreoG6FsH.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/Dx7vPilTr1rgQQVETM2Z.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/GdIMBXtOnA1wj3KJAYvj.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/VFXzjLOLH8WM64Cm37GK.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/cUDUvkVTXKuuyIkf0Fpz.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/eBuljtDFa2dR7bXSaYyY.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/gCFMraDRTKwOr2l7zzJF.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/opaEWymtuX61FK2gKwXL.yaml
src/test/fixtures/cassettes/test_market/fetch_by_url/z8awccgKF9qEreoG6FsH.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/my-partner-and-i-are-considering-mo.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/this-market-is-a-mirror-of-another.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/what-are-the-next-5-badges-well-add.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/what-will-my-reported-profit-be-on.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/which-feature-of-my-market-manager.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/which-prediction-market-site-should.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/will-the-european-union-have-an-off.yaml
src/test/fixtures/cassettes/test_market/fetch_slug/will-the-trump-special-master-case.yaml
src/test/fixtures/cassettes/test_market/pickle_load/Dx7vPilTr1rgQQVETM2Z.yaml
src/test/fixtures/cassettes/test_market/pickle_load/GdIMBXtOnA1wj3KJAYvj.yaml
src/test/fixtures/cassettes/test_market/pickle_load/VFXzjLOLH8WM64Cm37GK.yaml
src/test/fixtures/cassettes/test_market/pickle_load/cUDUvkVTXKuuyIkf0Fpz.yaml
src/test/fixtures/cassettes/test_market/pickle_load/eBuljtDFa2dR7bXSaYyY.yaml
src/test/fixtures/cassettes/test_market/pickle_load/gCFMraDRTKwOr2l7zzJF.yaml
src/test/fixtures/cassettes/test_market/pickle_load/opaEWymtuX61FK2gKwXL.yaml
src/test/fixtures/cassettes/test_market/pickle_load/z8awccgKF9qEreoG6FsH.yaml
src/test/rule/__init__.py
src/test/rule/test_generic.py
src/test/rule/manifold/__init__.py
src/test/rule/manifold/test_other.py
src/test/rule/manifold/test_this.py
src/test/rule/manifold/test_user.py
src/test/rule/manifold/test_other/test_AmplifiedOddsRule_this_market_is_a_mirror_of_another_.yml
src/test/rule/manifold/test_other/test_AmplifiedOddsRule_will_the_european_union_have_an_off_.yml
src/test/rule/manifold/test_other/test_AmplifiedOddsRule_will_the_trump_special_master_case_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_my_partner_and_i_are_considering_mo_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_this_market_is_a_mirror_of_another_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_what_are_the_next_5_badges_well_add_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_what_will_my_reported_profit_be_on_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_which_feature_of_my_market_manager_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_which_prediction_market_site_should_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_will_the_european_union_have_an_off_.yml
src/test/rule/manifold/test_other/test_OtherMarketClosed_will_the_trump_special_master_case_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_my_partner_and_i_are_considering_mo_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_this_market_is_a_mirror_of_another_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_what_are_the_next_5_badges_well_add_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_what_will_my_reported_profit_be_on_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_which_feature_of_my_market_manager_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_which_prediction_market_site_should_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_will_the_european_union_have_an_off_.yml
src/test/rule/manifold/test_other/test_OtherMarketResolved_will_the_trump_special_master_case_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_my_partner_and_i_are_considering_mo_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_this_market_is_a_mirror_of_another_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_what_are_the_next_5_badges_well_add_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_what_will_my_reported_profit_be_on_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_which_feature_of_my_market_manager_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_which_prediction_market_site_should_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_will_the_european_union_have_an_off_.yml
src/test/rule/manifold/test_other/test_OtherMarketValue_will_the_trump_special_master_case_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_my_partner_and_i_are_considering_mo_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_this_market_is_a_mirror_of_another_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_what_are_the_next_5_badges_well_add_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_what_will_my_reported_profit_be_on_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_which_feature_of_my_market_manager_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_which_prediction_market_site_should_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_will_the_european_union_have_an_off_.yml
src/test/rule/manifold/test_this/test_CurentValueRule_will_the_trump_special_master_case_.yml
src/test/rule/manifold/test_this/test_FibonacciValueRule_my_partner_and_i_are_considering_mo_.yml
src/test/rule/manifold/test_this/test_FibonacciValueRule_what_are_the_next_5_badges_well_add_.yml
src/test/rule/manifold/test_this/test_FibonacciValueRule_which_feature_of_my_market_manager_.yml
src/test/rule/manifold/test_this/test_FibonacciValueRule_which_prediction_market_site_should_.yml
src/test/rule/manifold/test_this/test_PopularValueRule_my_partner_and_i_are_considering_mo_.yml
src/test/rule/manifold/test_this/test_PopularValueRule_what_are_the_next_5_badges_well_add_.yml
src/test/rule/manifold/test_this/test_PopularValueRule_which_feature_of_my_market_manager_.yml
src/test/rule/manifold/test_this/test_PopularValueRule_which_prediction_market_site_should_.yml
src/test/rule/manifold/test_this/test_RoundValueRule_this_market_is_a_mirror_of_another_.yml
src/test/rule/manifold/test_this/test_RoundValueRule_what_will_my_reported_profit_be_on_.yml
src/test/rule/manifold/test_this/test_RoundValueRule_will_the_european_union_have_an_off_.yml
src/test/rule/manifold/test_this/test_RoundValueRule_will_the_trump_special_master_case_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_my_partner_and_i_are_considering_mo_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_this_market_is_a_mirror_of_another_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_what_are_the_next_5_badges_well_add_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_what_will_my_reported_profit_be_on_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_which_feature_of_my_market_manager_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_which_prediction_market_site_should_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_will_the_european_union_have_an_off_.yml
src/test/rule/manifold/test_this/test_ThisMarketClosed_will_the_trump_special_master_case_.yml
src/test/rule/manifold/test_user/test_user_market_volume_LivInTheLookingGlass_allTime_.yml
src/test/rule/manifold/test_user/test_user_market_volume_LivInTheLookingGlass_daily_.yml
src/test/rule/manifold/test_user/test_user_market_volume_LivInTheLookingGlass_monthly_.yml
src/test/rule/manifold/test_user/test_user_market_volume_LivInTheLookingGlass_weekly_.yml
src/test/rule/manifold/test_user/test_user_market_volume_v_allTime_.yml
src/test/rule/manifold/test_user/test_user_market_volume_v_daily_.yml
src/test/rule/manifold/test_user/test_user_market_volume_v_monthly_.yml
src/test/rule/manifold/test_user/test_user_market_volume_v_weekly_.yml
src/test/rule/manifold/test_user/test_user_profit_LivInTheLookingGlass_allTime_.yml
src/test/rule/manifold/test_user/test_user_profit_LivInTheLookingGlass_daily_.yml
src/test/rule/manifold/test_user/test_user_profit_LivInTheLookingGlass_monthly_.yml
src/test/rule/manifold/test_user/test_user_profit_LivInTheLookingGlass_weekly_.yml
src/test/rule/manifold/test_user/test_user_profit_v_allTime_.yml
src/test/rule/manifold/test_user/test_user_profit_v_daily_.yml
src/test/rule/manifold/test_user/test_user_profit_v_monthly_.yml
src/test/rule/manifold/test_user/test_user_profit_v_weekly_.yml
src/test/test_util/test_market_to_answer_map_my_partner_and_i_are_considering_mo_.yml
src/test/test_util/test_market_to_answer_map_what_are_the_next_5_badges_well_add_.yml
src/test/test_util/test_market_to_answer_map_which_feature_of_my_market_manager_.yml
src/test/test_util/test_market_to_answer_map_which_prediction_market_site_should_.yml
src/test/test_util/test_pool_to_num_cpmm1_what_will_my_reported_profit_be_on_.yml
src/test/test_util/test_pool_to_prob_cpmm1_this_market_is_a_mirror_of_another_.yml
src/test/test_util/test_pool_to_prob_cpmm1_what_will_my_reported_profit_be_on_.yml
src/test/test_util/test_pool_to_prob_cpmm1_will_the_european_union_have_an_off_.yml
src/test/test_util/test_pool_to_prob_cpmm1_will_the_trump_special_master_case_.yml
src/test/test_util/test_prob_to_num_cpmm1_what_will_my_reported_profit_be_on_.yml