Metadata-Version: 2.1
Name: lib-avsec
Version: 0.1.0a1
Summary: Security analysis routines for autonomous vehicles
Home-page: https://cpsl.pratt.duke.edu/
License: MIT
Keywords: security,perception,autonomous vehicles
Author: Spencer Hallyburton
Author-email: spencer.hallyburton@duke.edu
Requires-Python: >=3.8,<3.9
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy (>=1.19,<2.0)
Project-URL: Repository, https://github.com/avstack-lab/lib-avsec
Description-Content-Type: text/markdown

# Perception Attack Utilities

## Installation
Install from a directory above as

```
pip install -e ./lib-percep_attacks
```

## Dependencies
Depends on the `avutils` library

