Add your description here
Project description
# traditional way to start the API directly
openbb-api --app main.py --exclude '"/api/v1/*"' --reload
openbb-api --app main.py --reload
openbb-api --app src/openbb_app/main.py --reload
using uvx
You can also run the application using the uvx runner that comes with the
uv build system. This lets you invoke the same command from within the
project environment:
uvx run openbb-api --app src/openbb_app/main.py
# or simply
uvx openbb-api --app src/openbb_app/main.py
Start the virtual environment and run the following command to start the API:
uvicorn openbb_app.main:app
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openbb_app-0.1.3.tar.gz
(9.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openbb_app-0.1.3.tar.gz.
File metadata
- Download URL: openbb_app-0.1.3.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73fc5873fb769f88fe6efe8b08e9c19d40c8b4b092ffd3d965ef723737e3b9ea
|
|
| MD5 |
08317f9f86bbdb8a1fadba2b07d036e9
|
|
| BLAKE2b-256 |
f1447103033b5bd11efd1111bb252a1769cd2301759b982d3d5fa437141ec7a7
|
File details
Details for the file openbb_app-0.1.3-py3-none-any.whl.
File metadata
- Download URL: openbb_app-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dc5b0b5f97daefb1eda43dc3d1f379b14d65de37f373726ee4f3c70cf816098
|
|
| MD5 |
74f2024940e20a465cb1be39e780fd93
|
|
| BLAKE2b-256 |
6919c0c9b6d8e9b27d3b80f5e96e7a0387813c09fbd27e3bfe1fbb1a470c8116
|