A local IDE for data science workflows with script running and metadata generation
Project description
VibeFoundry IDE
A local desktop IDE for data analysis.
Features
- Local File Management - Browse and manage your project files
- Script Runner - Run Python scripts locally with auto-preview of outputs
- Data Preview - View CSV, Excel, and image files directly in the IDE
- Auto-generated metadata - Per-folder schema digest for input/output data
Installation
# Install the package
pip install -e .
# Build the frontend
cd frontend && npm install && npm run build && cd ..
Usage
# Launch the IDE
vibefoundry
# Or specify a project folder
vibefoundry /path/to/project
Development
# Run frontend dev server
cd frontend && npm run dev
# Run backend separately
python -m vibefoundry.server
Publishing
The publish flow reads the PyPI token from .env (gitignored):
PYPI_TOKEN=pypi-...
.env is expected to be present in the project root — publish.sh sources it automatically. Bump the version and ship:
./publish.sh 0.1.307
Architecture
frontend/- React-based UI (Vite + React)src/vibefoundry/- Python backend (FastAPI)server.py- Main API serverwatcher.py- File change detectionrunner.py- Script executionmetadata.py- Metadata generation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vibefoundry-0.2.19.tar.gz
(485.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
vibefoundry-0.2.19-py3-none-any.whl
(488.3 kB
view details)
File details
Details for the file vibefoundry-0.2.19.tar.gz.
File metadata
- Download URL: vibefoundry-0.2.19.tar.gz
- Upload date:
- Size: 485.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e4c83fbb8cabfb4d2fcfca89dc5c5039e5575f00491bd469d016f0636300968
|
|
| MD5 |
5b7baa322310accff3063378af96d8f5
|
|
| BLAKE2b-256 |
1bb584aad45c44ddfa83ffa57d7a8885222ada3a54fcee7a54a951c55c98086a
|
File details
Details for the file vibefoundry-0.2.19-py3-none-any.whl.
File metadata
- Download URL: vibefoundry-0.2.19-py3-none-any.whl
- Upload date:
- Size: 488.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc5a85912c123194879787f5edc456865199310d226de6ae7608ef13fe76cd5c
|
|
| MD5 |
b6eabef709be4a540b5f151338c49659
|
|
| BLAKE2b-256 |
1eff782815e63cdc754044e9cf41acb0d6199987e6fd3b77ea11edd000f36d4a
|