-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Thank you | ||
|
||
This project is not possible without the people behind the various tools on my tech stack. | ||
|
||
* The financial [institutions](institutions/index.md) which make data available via CSV files. | ||
* [Beancount](https://github.com/beancount/beancount) for plain-text accounting. | ||
* [GitHub](https://github.com) for hosting source code, CI/CD and documentation. | ||
* [PyPI](https://pypi.org/) for hosting releases. | ||
* Various Python tools: [click][], [pandas][], [pipx][], [poetry][], [pyenv][], [pytest][], [pytest-cov][], [ruff][]. | ||
* [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) for writing documentation. | ||
* [Visual Studio Code](https://code.visualstudio.com/) for the IDE. | ||
* [Homebrew](https://brew.sh/) for the package manager. | ||
* [Jupyter Lab](https://github.com/jupyterlab/jupyterlab) for experimentation. | ||
|
||
[click]: https://github.com/pallets/click | ||
[pandas]: https://pandas.pydata.org/ | ||
[pipx]: https://github.com/pypa/pipx | ||
[poetry]: https://github.com/python-poetry/poetry | ||
[pyenv]: https://github.com/pyenv/pyenv | ||
[pytest]: https://github.com/pyenv/pyenv | ||
[pytest-cov]: https://github.com/pytest-dev/pytest-cov | ||
[ruff]: https://github.com/astral-sh/ruff | ||
|
||
I'm sure there are other tools I forgot to mention :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters