mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-07 06:23:26 +08:00
* add endpoint with as provider to return a PDF widget with historical data by commodity, year, and month * lint * add weather bulletins * codespell * codespell * grammar police * better examples * add psd data endpoint * it's 'aggregate_regions', not 'aggregate_region' * codespell * missing annotation * missing unit test * fix a test expectations for the new year
31 lines
835 B
Plaintext
Vendored
31 lines
835 B
Plaintext
Vendored
./tests
|
|
.git
|
|
*.bat
|
|
*.css
|
|
*.csv
|
|
*.html
|
|
*.ini
|
|
*.ipynb
|
|
*.js
|
|
*.json
|
|
*.lock
|
|
*.nsi
|
|
*.scss
|
|
*.txt
|
|
*.yaml
|
|
*.cdx.xml
|
|
./build/pyinstaller
|
|
./**/node_modules
|
|
./frontend-components/**
|
|
./cookiecutter/**
|
|
./openbb_platform/providers/econdb/openbb_econdb/utils/helpers.py
|
|
./openbb_platform/core/openbb/package/**
|
|
./openbb_platform/providers/imf/openbb_imf/utils/constants.py
|
|
./openbb_platform/extensions/economy/openbb_economy/economy_views.py
|
|
./openbb_platform/providers/fmp/openbb_fmp/models/calendar_ipo.py
|
|
./openbb_platform/providers/imf/openbb_imf/models/consumer_price_index.py
|
|
./openbb_platform/providers/government_us/openbb_government_us/utils/psd_codes.py
|
|
./desktop/src-tauri/src/tauri_handlers/startup.rs
|
|
./desktop/src/routes/environments.tsx
|
|
./desktop/src/tests/routes/installation-progress.test.tsx
|
|
./desktop/src/tests/routes/index.test.tsx |