* missing decorator
* missing optional statements
* us-gov to optional and right position
* removing redundant call
* lazy load mappings
* docstrings
* introducing the extension loader class
* misleading docstring
* using the extension loader on the router
* using the extension loader on the credentials
* docstrings
* lazy load of entry points
* checkout dev_install
* using the extension loader to get the entry points instead of recalling the function
* improved auth service and charting service
* using the extension loader on the registry
* typos
* adding properties to extension loader for easy access
* using the extension loader on the package builder
* avoiding circular imports by using forward references
* fix charting service tests
* test for the extension loader
* Update openbb_platform/core/openbb_core/app/model/credentials.py
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* Update openbb_platform/core/openbb_core/app/router.py
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* Update openbb_platform/core/openbb_core/provider/registry.py
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* adjustments
---------
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* breakdown builder + remove black
* rebuild
* rebuild
* rebuild
* rename method
* format built code without black
* we still lint if it's available
* fix existing tests
* add linter tests
* add black to dev deps
* auto_build as instance method
* reorder methods
* typing
---------
Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
* Parameterize obbject.to_df with index and sort_by
* unit tests for obbject
* keep using the date as default to use on basemode_to_df()
---------
Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
* support for nested structures
* unskip extension map test
* unskip fred tests
* stockgrid tests
* adding pytest-assyncio
* fix query executor test
* package builder tests
* test query test with the asyncio marker
* asyncio marker
* fix extension map test: tests run with all extensions installed
* adding missing tests on user service
* fix update default test
* skipping allows version for non required extensions