Installation
The most recent release can be installed from PyPI with uv:
$ uv pip install pysec2pri
or with pip:
$ python3 -m pip install pysec2pri
Installing from git
The most recent code and data can be installed directly from GitHub with uv:
$ uv pip install git+https://github.com/sec2pri/pysec2pri.git
or with pip:
$ python3 -m pip install git+https://github.com/sec2pri/pysec2pri.git
Installing for development
To install in development mode with uv:
$ git clone git+https://github.com/sec2pri/pysec2pri.git
$ cd pysec2pri
$ uv pip install -e .
or with pip:
$ python3 -m pip install -e .