fusion44
6edd69a9fc
docs: update README for uv-based tooling
...
Replace stale poetry instructions with uv, and correct the required
Python version (3.7 -> 3.11/3.12) to match pyproject.toml. Follow-up
to 44385ca which deprecated poetry for uv in the build tooling.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-03 13:44:05 +02:00
fusion44
824fa62c4d
chore: small fixes and updates
...
- formatting
- small fix in a bitcoind model
- update the fake blitz scripts
- remove some dead code (app status sub)
2025-05-06 09:16:46 +02:00
fusion44
25e4be8441
feat: make config loading more flexible
...
If the environment variable BAPI_ENV_PATH is set, the config system will
try to read configs from the given path instead of .env in pwd
If no file is found .env in pwd will be used as a fallback
Env variables will always override settings in .env files.
2025-03-23 17:43:39 +01:00
fusion44
d3902e1c2b
chore: remove pre-commit
2024-10-06 15:01:58 +02:00
fusion44
fc2ba6fcff
feat: nix shell improvements
2024-01-14 11:02:25 +01:00
fusion44
d0d1380eea
feat: implement remote debugging on a remote machine ( #207 )
...
closes #206
* feat: implement remote debugging on a RaspiBlitz
* docs: reverse the prep steps
* fix: ruff line length warning
2023-06-25 08:01:43 +02:00
fusion44
28e8fd2785
Merge branch 'main' of github.com:fusion44/blitz_api into refactor_system
2022-12-18 16:27:26 +01:00
/rootzoll
5b8901701b
#160 fix 500 TERM error ( #175 )
...
* #160 fix 500 TERM error
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-18 10:20:51 +01:00
HiLivin
85c20820c4
FIX: Fix typo in README.md
2022-12-17 19:13:54 +01:00
fusion44
b9f4577d21
docs: update README curl section with auth example
2022-11-26 15:51:39 +01:00
fusion44
3764d7b4bf
docs: README touch up
2022-08-07 08:17:37 +02:00
fusion44
1fdfd19c6f
feat: add openapi client generator script
...
refs #142
2022-08-07 07:38:02 +02:00
fusion44
c2f83358db
docs: add a beta disclaimer
2022-08-04 20:54:00 +02:00
fusion44
2f5ce09b56
refactor: remove CLN socket impl; code cleanup
...
This implementation isn't used and was very inefficient due to
py-lightning not supporting asyncio.
Some minor fixes and code formatting
2022-06-12 08:06:55 +02:00
/rootzoll
ce7f82c106
Installapps ( #78 )
...
Adding functionallity for setup & installing additional apps ... run with the latest raspiblitz dev scripts.
2022-05-05 13:27:59 +02:00
fusion44
20f60abaf3
feat: add a pre-commit hook to format source code
...
refs #14
2022-03-20 16:00:25 +01:00
escapedcat
5c36c09bd2
docs: simplify and rework readme
2021-12-05 16:32:51 +08:00
Stefan Stammberger
6ca9b97b87
fix: problems with included external packages
...
* Add proper licensing information
* Move sse_starlette to the externals folder
2021-11-18 11:30:48 +01:00
Stefan Stammberger
1748e5ba1c
feat: Add a Makefile as build system
2021-10-02 12:10:52 +02:00
Stefan Stammberger
10cd9f7e79
test: Add testing dependencies and first tests
2021-10-02 12:00:44 +02:00
Stefan Stammberger
8ce482d6a8
refactor: move main.py file into the "app" package
...
This is in preparation to adding testing functionalities.
Also applied some formatting and removed unused imports to main.py
2021-10-02 10:01:17 +02:00
Stefan Stammberger
a4057c4d16
docs: update readme with poetry shell command
2021-09-20 19:44:11 +02:00
Stefan Stammberger
20598b3eee
feat: implement poetry as a build system
...
This commit enables dependency locking for more secure and
stable development environments.
https://python-poetry.org
closes #6
2021-09-20 19:37:24 +02:00
Stefan Stammberger
c33351d968
refactor: move some config vars to the .env file
2021-07-25 17:24:33 +02:00
Christoph Stenglein
03701ece61
add installation instructions to README
2021-07-13 20:53:45 +02:00
fusion44
b62e52aee0
Create README.md
2021-06-10 21:19:24 +02:00