https://github.com/benmaddison/rpkimancer-aspa
rpkimancer plugin for RPKI ASPA objects
https://github.com/benmaddison/rpkimancer-aspa
rpki rpkimancer-plugin
Last synced: 6 months ago
JSON representation
rpkimancer plugin for RPKI ASPA objects
- Host: GitHub
- URL: https://github.com/benmaddison/rpkimancer-aspa
- Owner: benmaddison
- Created: 2021-06-12T13:38:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T16:49:09.000Z (10 months ago)
- Last Synced: 2025-03-22T14:06:06.671Z (7 months ago)
- Topics: rpki, rpkimancer-plugin
- Language: Python
- Homepage: https://benmaddison.github.io/rpkimancer-aspa
- Size: 55.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpkimancer-aspa
An [rpkimancer](https://github.com/benmaddison/rpkimancer/) plug-in providing
the ability to read and write example ASPA objects.[](https://github.com/benmaddison/rpkimancer-aspa/actions/workflows/cicd.yml)
[](https://codecov.io/gh/benmaddison/rpkimancer-aspa)
[](https://pyup.io/repos/github/benmaddison/rpkimancer-aspa/)## Installation
``` sh
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](https://benmaddison.github.io/rpkimancer).## 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:
``` sh
python3 -m venv .venv
. .venv/bin/activate
pip install -r packaging/requirements-dev.txt
```