* round 1
* black
* more black
* providers a-thru-fmp
* charting settings
* charting backend
* black
* charting_settings
* missing nasdaq import
* nasdaq mypy
* fed money measure
* some linting
* black
* more linting
* more linting
* charting imports
* black
* pylint
* refactor fred
* more linting
* rest of the providers
* didn't want that file
* more cleanup
* missed
* ta_helpers
* router views
* chart ta_class
* forgot a file
* forgot another file
* biztoc
* package builder
* technical router
* fred params
* bump finviz
* fix tmx
* more cleanup
* try again
* currency historical
* equity search
* missed files in commit
* fix some tests
* black
* fix more test cassettes
* more patchy
* black
* linters
* more tests
* black
* mypy
* delete unused model
* more linting
* forgot files
* more linting
* make up your mind, black, and stop moving pylint for me
* more black
* back to where we were before black destroyed it
* ..........
* ..................
* unused fetcher test
* remove standard model validator
* commodity router
* treasury prices
* oecd tests
* finra
* container cleanup
* black
* forgotten file
* linter
* remove wrapped ""
* fix merge
* patches
* ecb test
* finra cassette
* finviz cassettes
* nasdaq cassettes
* oecd cassettes
* yfinance cassettes
* more test cassettes
* black
* merge cleanup
* cboe helpers
* black
* fix typo
---------
Co-authored-by: Henrique Joaquim <henriquecjoaquim@gmail.com>
Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
* fix docstrings in quantitative,technical,econometrics routers
* add reference generator class to create reference.json file in openbb/assets folder
* modify platform markdown generator script to not generate the reference.json file
* get properly formatted examples for the website
* modify get_field_type function
* remove TODO comment
* path change / to .
* remove extra '-' below 'Args' in function docstring
* get obbject extensions in extension_map.json
* skew in stats_router had extra . rip
* black
* extra space (sigh)
* modify get_provider_parameter_info func to use model_provider from provider interface
* update lock files
* black
* Revert "update lock files"
This reverts commit 13e7d8b280.
* add function to check all extensions are installed before the markdow generator runs
* better comment
* fix docstring
fix mypy
obbject description function
* black
* 'static
* remove duplicate standard params & data from reference data
add standard params & data fields while generating markdown files
* add recent `openapi.json`
* fix data types in models
* removed `openapi.json`
* set default date value as None in PolygonCurrencyPairs class
* add function to generate reference.json file
* reworked function to improve readability
* reword function to add seo metadata
* add functions for creating markdown sections
* add code to extract data card markdown title
* add additional functions for generating index and data models file
* extract first sentence of the description for cards
* code cleanup and documentation
* linting
* linting polygon models
* add openbb import statement in create_reference_markdown_examples function
* add POST method functions
* cleanup; reworked generate_reference_index_files function
* moved development section to 7th position in the sidebar
* fix POST function params default value
add standard flag to QueryParams and Data fields
cleanup
* add type expansion from package_builder.MethodDefinition
* sort data models cards alphabetically
make printing less verbose
* make MAX_CARDS global
display less content in cards in Commannds section
* cleanup
* Remove '_' from the cards under Commands section
* " to ' in econometrics/causality
* replace ' with " in ReferenceCard for reference dir index files
* remove extra . from the quantile function description
* shoutout to @deeleeramone for finding POST method description bug!
* set correct value for standard field
* handle BaseModel types in provider data fields
* unit tests for the platform markdown generator v2
* yeet 'Default' and 'Optional' columns in the 'Data' section
* last minute bug fix
* add info for multiple symbols
* make multiple items info same as platform static
* organize sections properly
* sort reference sub-directories alphabetically
* extra space in 'OBBject extra' description
* add type expansion for fields with multiple items
POST method cleanup
---------
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
* Split out a rolling submenu for the rolling functions
* Make a performance and a stats submenu.
* Test the statistics functions
* lint
* lint
* dupe test
* pylint
* ruff
* Try tests quick
* black magic signature funcs
* fix my custom tests
* Fix the existing imports/urls
* push the api update
* okay I figured out whats going on
* this should be all of them
* Correct docstringing examples
---------
Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>