Metadata-Version: 2.1
Name: rpkimancer-aspa
Version: 0.5.0rc1
Summary: A rpkimancer plugin providing support for ASPA objects
Home-page: https://github.com/benmaddison/rpkimancer-aspa
Author: Ben Maddison
Author-email: benm@workonline.africa
License: MIT
Project-URL: Documentation, https://benmaddison.github.io/rpkimancer-aspa
Project-URL: Bug Tracker, https://github.com/benmaddison/rpkimancer-aspa/issues
Keywords: rpki,draft-ietf-sidrops-aspa-profile
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# rpkimancer-aspa

An [rpkimancer](https://github.com/benmaddison/rpkimancer/) plug-in providing
the ability to read and write example ASPA objects.

[![CI/CD](https://github.com/benmaddison/rpkimancer-aspa/actions/workflows/cicd.yml/badge.svg)](https://github.com/benmaddison/rpkimancer-aspa/actions/workflows/cicd.yml)
[![codecov](https://codecov.io/gh/benmaddison/rpkimancer-aspa/branch/master/graph/badge.svg?token=MkfmVgDCsS)](https://codecov.io/gh/benmaddison/rpkimancer-aspa)
[![Updates](https://pyup.io/repos/github/benmaddison/rpkimancer-aspa/shield.svg)](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
```


