Skip to content

Commit

Permalink
added libraries that may or may not be used in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Zaharia committed Oct 9, 2023
1 parent 59ed193 commit 5e4a77d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/libraries.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
Libraries used for this project
===============================

## Markdown
## Third Parties libraries

- [Pendulum](https://pendulum.eustace.io/)
- [Icecream](https://github.com/gruns/icecream)
- [Loguru](https://github.com/Delgan/loguru)
- [Rich](https://rich.readthedocs.io/en/stable/index.html#)
- [tqdm](https://github.com/tqdm/tqdm)
- [xarray](https://github.com/pydata/xarray)
- [Polar](https://pola-rs.github.io/polars/)
- [Seaborn](https://seaborn.pydata.org/)
- [Result](https://pypi.org/project/result/)
- [Pydantic](https://docs.pydantic.dev/latest/)
- [Fastapi](https://fastapi.tiangolo.com/)
- [Sqlmodel](https://sqlmodel.tiangolo.com/)
- [httpx](https://github.com/encode/httpx)
- [python-dotenv](https://saurabh-kumar.com/python-dotenv/)

## Markdown

As a guide for formatting the Markdown files: [Markdown Guide](https://www.markdownguide.org/)

Expand Down

0 comments on commit 5e4a77d

Please sign in to comment.