Releases: epicpast/nsip-api-client
Releases · epicpast/nsip-api-client
Release list
Release v1.4.7
Packages
| Package | Version |
|---|---|
| nsip-client | 1.4.7 |
| nsip-mcp-server | 1.4.7 |
| nsip-skills | 1.4.7 |
Installation
pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skillsChanges
See CHANGELOG for details.
What's Changed
- chore(deps): Bump codecov/codecov-action from 5.4.2 to 5.5.2 in the github-actions group by @dependabot[bot] in #26
- chore(deps): Bump actions/upload-artifact from 4.6.2 to 6.0.0 by @dependabot[bot] in #27
- chore(deps): Bump actions/checkout from 4.2.2 to 6.0.1 by @dependabot[bot] in #28
- chore(deps): Bump astral-sh/setup-uv from 6.0.1 to 7.1.6 by @dependabot[bot] in #29
Full Changelog: v1.4.5...v1.4.7
Release v1.4.5
Packages
| Package | Version |
|---|---|
| nsip-client | 1.4.3 |
| nsip-mcp-server | 1.4.5 |
| nsip-skills | 1.4.5 |
Installation
pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skillsChanges
See CHANGELOG for details.
Full Changelog: v1.4.4...v1.4.5
Release v1.4.4
Packages
| Package | Version |
|---|---|
| nsip-client | 1.4.3 |
| nsip-mcp-server | 1.4.4 |
| nsip-skills | 1.4.4 |
Installation
pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skillsChanges
See CHANGELOG for details.
Full Changelog: v1.4.3...v1.4.4
Release v1.4.3
Packages
| Package | Version |
|---|---|
| nsip-client | 1.4.3 |
| nsip-mcp-server | 1.4.3 |
| nsip-skills | 1.4.3 |
Installation
pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skillsChanges
See CHANGELOG for details.
Full Changelog: v1.4.2...v1.4.3
Release v1.4.1
Packages
| Package | Version |
|---|---|
| nsip-client | 1.4.1 |
| nsip-mcp-server | 1.4.1 |
| nsip-skills | 1.4.1 |
Installation
pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skillsChanges
See CHANGELOG for details.
Full Changelog: v1.3.23...v1.4.1
Release v1.3.23
Packages
| Package | Version |
|---|---|
| nsip-client | 1.3.23 |
| nsip-mcp-server | 1.3.23 |
| nsip-skills | 1.3.23 |
Installation
pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skillsChanges
See CHANGELOG for details.
Full Changelog: v1.3.22...v1.3.23
Release v1.3.22
Packages
| Package | Version |
|---|---|
| nsip-client | 1.3.22 |
| nsip-mcp-server | 1.3.22 |
| nsip-skills | 1.3.22 |
Installation
pip install nsip-client
pip install nsip-mcp-server
pip install nsip-skillsChanges
See CHANGELOG for details.
Full Changelog: v1.3.20...v1.3.22
Release v1.3.20
Packages
| Package | Version | Source |
|---|---|---|
| nsip-client | 1.3.20 | PyPI |
| nsip-mcp-server | 1.3.19 | GitHub Release |
| nsip-skills | 1.3.19 | GitHub Release |
Installation
nsip-client (PyPI)
pip install nsip-clientMCP Server & Skills (from release artifacts)
# Download wheels from this release, then:
pip install ./nsip_mcp_server-1.3.19-py3-none-any.whl
pip install ./nsip_skills-1.3.19-py3-none-any.whlChanges
See CHANGELOG for details.
Full Changelog: v1.3.19...v1.3.20
Release v1.3.19
Packages
| Package | Version | Source |
|---|---|---|
| nsip-client | 1.3.19 | PyPI |
| nsip-mcp-server | 1.3.19 | GitHub Release |
| nsip-skills | 1.3.19 | GitHub Release |
Installation
nsip-client (PyPI)
pip install nsip-clientMCP Server & Skills (from release artifacts)
# Download wheels from this release, then:
pip install ./nsip_mcp_server-1.3.19-py3-none-any.whl
pip install ./nsip_skills-1.3.19-py3-none-any.whlChanges
See CHANGELOG for details.
Full Changelog: v1.3.18...v1.3.19
Release v1.3.16
Packages
- nsip-client: 1.3.16
- nsip-mcp-server: 1.3.16
- nsip-skills: 1.3.16
Installation
From PyPI (recommended)
# Install the API client
pip install nsip-client
# Install the MCP server (includes client as dependency)
pip install nsip-mcp-server
# Install the breeding tools (includes client as dependency)
pip install nsip-skillsFrom Release Artifacts
# Install the API client
pip install ./nsip_client-1.3.16-py3-none-any.whl
# Install the MCP server (includes client as dependency)
pip install ./nsip_mcp_server-1.3.16-py3-none-any.whl
# Install the breeding tools (includes client as dependency)
pip install ./nsip_skills-1.3.16-py3-none-any.whlChanges
See CHANGELOG for details.
Full Changelog: v1.3.13...v1.3.16