LICENSE
README.md
pyproject.toml
setup.py
stpstone/__init__.py
stpstone.egg-info/PKG-INFO
stpstone.egg-info/SOURCES.txt
stpstone.egg-info/dependency_links.txt
stpstone.egg-info/requires.txt
stpstone.egg-info/top_level.txt
stpstone/_config/global_slots.py
stpstone/analytics/arithmetics/binary_comparator.py
stpstone/analytics/arithmetics/binary_converter.py
stpstone/analytics/arithmetics/binary_divider.py
stpstone/analytics/arithmetics/binary_multiplier.py
stpstone/analytics/arithmetics/binary_subtractor.py
stpstone/analytics/arithmetics/bit_adders.py
stpstone/analytics/arithmetics/bit_subtractor.py
stpstone/analytics/arithmetics/bitwise.py
stpstone/analytics/arithmetics/fraction.py
stpstone/analytics/arithmetics/logic_gate.py
stpstone/analytics/perf_metrics/data_deltas.py
stpstone/analytics/perf_metrics/earnings_quality.py
stpstone/analytics/perf_metrics/financial_math.py
stpstone/analytics/perf_metrics/roe_decomposition.py
stpstone/analytics/portfolio_alloc/eff.py
stpstone/analytics/pricing/debentures.py
stpstone/analytics/pricing/derivatives/american_options.py
stpstone/analytics/pricing/derivatives/european_options.py
stpstone/analytics/pricing/derivatives/forward.py
stpstone/analytics/pricing/derivatives/futures.py
stpstone/analytics/pricing/sovereign_bonds/br.py
stpstone/analytics/quant/calculus.py
stpstone/analytics/quant/classification.py
stpstone/analytics/quant/fit_assessment.py
stpstone/analytics/quant/interpolation.py
stpstone/analytics/quant/josephus_solver.py
stpstone/analytics/quant/linear_algebra.py
stpstone/analytics/quant/prob_distributions.py
stpstone/analytics/quant/regression.py
stpstone/analytics/quant/root.py
stpstone/analytics/quant/sequences.py
stpstone/analytics/quant/statistical_description.py
stpstone/analytics/quant/statistical_inference.py
stpstone/analytics/quant/stats_charts.py
stpstone/analytics/risk/capital.py
stpstone/analytics/risk/liquidity.py
stpstone/analytics/risk/market.py
stpstone/analytics/risk/yield_.py
stpstone/dsa/queues/priority_queues.py
stpstone/dsa/queues/simple_deque.py
stpstone/dsa/queues/simple_queue.py
stpstone/dsa/stacks/simple_stack.py
stpstone/dsa/trees/avl_tree.py
stpstone/dsa/trees/b_tree.py
stpstone/ingestion/abc/anbima_data_ws.py
stpstone/ingestion/abc/requests.py
stpstone/ingestion/countries/br/bylaws/investment_funds.py
stpstone/ingestion/countries/br/exchange/anbima_550_listing.py
stpstone/ingestion/countries/br/exchange/anbima_site_infos.py
stpstone/ingestion/countries/br/exchange/bmf_interest_rates.py
stpstone/ingestion/countries/br/exchange/bvmf_bov.py
stpstone/ingestion/countries/br/exchange/consolidated_trades.py
stpstone/ingestion/countries/br/exchange/consolidated_trades_after_mkt.py
stpstone/ingestion/countries/br/exchange/futures_closing_adj.py
stpstone/ingestion/countries/br/exchange/historical_sigma.py
stpstone/ingestion/countries/br/exchange/indexes_anbima.py
stpstone/ingestion/countries/br/exchange/indexes_anbima_data.py
stpstone/ingestion/countries/br/exchange/indexes_theor_portf.py
stpstone/ingestion/countries/br/exchange/options_calendar.py
stpstone/ingestion/countries/br/exchange/search_by_trading_session.py
stpstone/ingestion/countries/br/exchange/securities.py
stpstone/ingestion/countries/br/exchange/trading_hours.py
stpstone/ingestion/countries/br/exchange/volumes.py
stpstone/ingestion/countries/br/exchange/warranty.py
stpstone/ingestion/countries/br/macroeconomics/anbima_pmi_forecasts.py
stpstone/ingestion/countries/br/macroeconomics/b3_financial_indicators.py
stpstone/ingestion/countries/br/macroeconomics/investingcom_br.py
stpstone/ingestion/countries/br/macroeconomics/olinda_bcb.py
stpstone/ingestion/countries/br/macroeconomics/ptax_bcb.py
stpstone/ingestion/countries/br/macroeconomics/sgs_bcb.py
stpstone/ingestion/countries/br/macroeconomics/sidra_ibge.py
stpstone/ingestion/countries/br/macroeconomics/yahii_others.py
stpstone/ingestion/countries/br/macroeconomics/yahii_rates.py
stpstone/ingestion/countries/br/otc/debentures.py
stpstone/ingestion/countries/br/registries/anbima_data_debentures.py
stpstone/ingestion/countries/br/registries/anbima_data_funds.py
stpstone/ingestion/countries/br/registries/b3_trd_sec.py
stpstone/ingestion/countries/br/registries/brazillian_banks.py
stpstone/ingestion/countries/br/registries/cvm.py
stpstone/ingestion/countries/br/registries/cvm_data.py
stpstone/ingestion/countries/br/registries/cvm_web.py
stpstone/ingestion/countries/br/registries/mais_retorno_instruments.py
stpstone/ingestion/countries/br/taxation/irsbr_records.py
stpstone/ingestion/countries/us/exchange/alphavantage.py
stpstone/ingestion/countries/us/exchange/tiingo.py
stpstone/ingestion/countries/us/macroeconomics/fred.py
stpstone/ingestion/countries/us/registries/etfdb_vettafi.py
stpstone/ingestion/countries/us/registries/slickcharts_indexes_components.py
stpstone/ingestion/countries/ww/exchange/crypto/coincap.py
stpstone/ingestion/countries/ww/exchange/crypto/coinmarket.py
stpstone/ingestion/countries/ww/exchange/crypto/coinpaprika.py
stpstone/ingestion/countries/ww/exchange/markets/advfn.py
stpstone/ingestion/countries/ww/exchange/markets/fmp.py
stpstone/ingestion/countries/ww/exchange/markets/investingcom.py
stpstone/ingestion/countries/ww/exchange/markets/yf_ws.py
stpstone/ingestion/countries/ww/macroeconomics/global_rates.py
stpstone/ingestion/countries/ww/macroeconomics/trading_economics.py
stpstone/ingestion/countries/ww/macroeconomics/world_gov_bonds.py
stpstone/ingestion/countries/ww/registries/ratings_corp_spglobal.py
stpstone/transformations/cleaner/data_cleaning.py
stpstone/transformations/cleaner/eda.py
stpstone/transformations/cleaner/features_selecting.py
stpstone/transformations/standardization/dataframe.py
stpstone/transformations/validation/balance_brackets.py
stpstone/transformations/validation/br_docs.py
stpstone/transformations/validation/dataframe.py
stpstone/transformations/validation/metaclass_type_checker.py
stpstone/utils/cals/br_bzdays.py
stpstone/utils/cals/handling_dates.py
stpstone/utils/cals/usa_bzdays.py
stpstone/utils/connections/clouds/aws_s3.py
stpstone/utils/connections/clouds/minio.py
stpstone/utils/connections/clouds/sendgrid.py
stpstone/utils/connections/databases/abc.py
stpstone/utils/connections/databases/dabricksCLI.py
stpstone/utils/connections/databases/databricks.py
stpstone/utils/connections/databases/generic.py
stpstone/utils/connections/databases/mongodb.py
stpstone/utils/connections/databases/mysql.py
stpstone/utils/connections/databases/postgresql.py
stpstone/utils/connections/databases/redis.py
stpstone/utils/connections/databases/sqlite.py
stpstone/utils/connections/databases/sqlserver.py
stpstone/utils/connections/netops/diagnostics/network_info.py
stpstone/utils/connections/netops/proxies/abc.py
stpstone/utils/connections/netops/proxies/load_testing.py
stpstone/utils/connections/netops/proxies/test_proxy.py
stpstone/utils/connections/netops/proxies/_free/free_proxy_list_net.py
stpstone/utils/connections/netops/proxies/_free/freeproxy_world.py
stpstone/utils/connections/netops/proxies/_free/proxy_nova.py
stpstone/utils/connections/netops/proxies/_free/proxy_scrape.py
stpstone/utils/connections/netops/proxies/_free/proxy_webshare.py
stpstone/utils/connections/netops/proxies/_free/spysme.py
stpstone/utils/connections/netops/proxies/_free/spysone.py
stpstone/utils/connections/netops/proxies/managers/free.py
stpstone/utils/connections/netops/scraping/scrape_checker.py
stpstone/utils/connections/netops/scraping/user_agents.py
stpstone/utils/conversions/base_converter.py
stpstone/utils/conversions/expression_converter.py
stpstone/utils/geography/br.py
stpstone/utils/geography/ww.py
stpstone/utils/llms/gpt.py
stpstone/utils/loggs/create_logs.py
stpstone/utils/loggs/db_logs.py
stpstone/utils/loggs/init_setup.py
stpstone/utils/microsoft_apps/cmd.py
stpstone/utils/microsoft_apps/excel.py
stpstone/utils/microsoft_apps/onedrive.py
stpstone/utils/microsoft_apps/outlook.py
stpstone/utils/microsoft_apps/windows_os.py
stpstone/utils/orchestrators/airflow/plugins.py
stpstone/utils/parsers/arrays.py
stpstone/utils/parsers/colors.py
stpstone/utils/parsers/dicts.py
stpstone/utils/parsers/folders.py
stpstone/utils/parsers/html.py
stpstone/utils/parsers/img.py
stpstone/utils/parsers/json.py
stpstone/utils/parsers/lists.py
stpstone/utils/parsers/lxml.py
stpstone/utils/parsers/numbers.py
stpstone/utils/parsers/object.py
stpstone/utils/parsers/pd.py
stpstone/utils/parsers/pdf.py
stpstone/utils/parsers/pickle.py
stpstone/utils/parsers/str.py
stpstone/utils/parsers/tgz.py
stpstone/utils/parsers/txt.py
stpstone/utils/parsers/xml.py
stpstone/utils/parsers/yaml.py
stpstone/utils/pipelines/asynchronous.py
stpstone/utils/pipelines/conditional.py
stpstone/utils/pipelines/generic.py
stpstone/utils/pipelines/logging.py
stpstone/utils/pipelines/mp_helper.py
stpstone/utils/pipelines/parallel.py
stpstone/utils/pipelines/streaming.py
stpstone/utils/providers/br/abimadata_api.py
stpstone/utils/providers/br/inoa.py
stpstone/utils/providers/br/line_b3.py
stpstone/utils/providers/br/margin_simulator_b3.py
stpstone/utils/providers/ww/reuters.py
stpstone/utils/security/secure_cryptography.py
stpstone/utils/system/drives.py
stpstone/utils/trading_platforms/mt5.py
stpstone/utils/webdriver_tools/playwright_wd.py
stpstone/utils/webdriver_tools/selenium_wd.py
stpstone/utils/webhooks/slack.py
stpstone/utils/webhooks/teams.py