LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/qwertypy/__init__.py
src/qwertypy/greetings.py
src/qwertypy.egg-info/PKG-INFO
src/qwertypy.egg-info/SOURCES.txt
src/qwertypy.egg-info/dependency_links.txt
src/qwertypy.egg-info/top_level.txt
src/qwertypy/data_analysis/__init__.py
src/qwertypy/data_analysis/regression.py
src/qwertypy/data_analysis/utils.py
src/qwertypy/data_plots/__init__.py
src/qwertypy/data_plots/plot_colors.py
src/qwertypy/data_plots/trend_plot.py
src/qwertypy/dsa/__init__.py
src/qwertypy/dsa/all_pairs_shortest_path.py
src/qwertypy/dsa/single_source_shortest_path.py
src/qwertypy/dsa/strongly_connected_components.py
src/qwertypy/tickertape/__init__.py
src/qwertypy/tickertape/companies.py
src/qwertypy/tickertape/financials.py