benmaddison / rpkimancer-aspa

rpkimancer plugin for RPKI ASPA objects

Home Page:https://benmaddison.github.io/rpkimancer-aspa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpkimancer-aspa

An rpkimancer plug-in providing the ability to read and write example ASPA objects.

CI/CD codecov Updates

Installation

python -m pip install rpkimancer-aspa

Usage

Object creation and inspection is provided by the rpkincant CLI tool.

See rpkincant --help for usage information.

For usage as a library, see the rpkimancer docs.

Contributing

After making changes to the ASN.1 module source, execute make asn1 to update the patched version in python distribution tree.

To setup a development environment with the required test dependencies:

python3 -m venv .venv
. .venv/bin/activate
pip install -r packaging/requirements-dev.txt

About

rpkimancer plugin for RPKI ASPA objects

https://benmaddison.github.io/rpkimancer-aspa


Languages

Language:Python 96.5%Language:Makefile 3.5%