Metadata-Version: 2.4
Name: gopyadapter
Version: 1.1.0
Summary: Allows easy management of a python process and calling of python from go
Project-URL: Repository, https://github.com/jptrs93/gopy/gopyadapter
Author-email: Joss Peters <jptrs93@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: msgpack>=1.1.0
Requires-Dist: numpy>=1.20
Description-Content-Type: text/markdown

# gopyadapter

## Development setup

- Install [uv](https://docs.astral.sh/uv/)
- Create a local virtual environment with `uv venv .venv`
- Install the project and dev dependencies with `uv sync --group dev`
- Activate the environment with `source .venv/bin/activate`

## Publishing

- Build distributions with `uv build`
- Publish with `uv publish`
