Skip to content

nexus-main/nexus-agent-python-sample

Repository files navigation

This brief example shows how to build Python extensions for Nexus using the Nexus.Agent for Python.

Run

Start the preconfigured Nexus and Nexus.Agent containers:

podman-compose up -d

# or
docker-compose up -d

Once the containers are running, open the Nexus web UI at http://localhost:5000/ and the Nexus.Agent Swagger UI at http://localhost:8000/docs.

Develop

To develop the Python extension, create a virtual environment and install the dependencies:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages