fieldflow
No description available.
File Explorer
Download Latest Version (.zip)- openai.yaml
- SKILL.md
- bug_report.md
- config.yml
- feature_request.md
- ci.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- claude_desktop_config.json.bak
- jsonplaceholder_openapi.yaml
- n8n_openapi.yaml
- pokeapi_openapi.yaml
- resend_openapi.yaml
- __init__.py
- auth.py
- cli.py
- cli_runner.py
- config.py
- http_app.py
- openapi_loader.py
- proxy.py
- spec_parser.py
- tooling.py
- utils.py
- __init__.py
- cli.py
- server.py
- demo_manifest_gh.sh
- conftest.py
- test_app.py
- test_auth.py
- test_cli.py
- test_field_selector.py
- test_mcp.py
- test_spec_parser.py
- .gitignore
- AGENTS.md
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/guillaumegay13/fieldflow
Downloads the entire project code from GitHub to your computer.
cd fieldflow
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install --upgrade pip
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
python -m venv .venv
Runs the Python script (or module).
pip install --upgrade pip
Installs the package published on PyPI directly โ no need to clone the source.
pip install -e '.[mcp]' # zsh users: quote to avoid globbing
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e '.[dev,mcp]'
Installs the Python libraries listed in requirements.txt (or similar).
python -m build
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
