Metadata-Version: 2.1
Name: bgpy_pkg
Version: 7.0.2
Summary: Simulates BGP and ROV in an extensible manner
Author-email: Justin Furuness <jfuruness@gmail.com>, Cameron Morris <cameron.morris@uconn.edu>, Reynaldo Morillo <reynaldo.morillo@uconn.edu>, Arvind Kasiliya <arvind.kasiliya@uconn.edu>
Maintainer-email: Justin Furuness <jfuruness@gmail.com>
License: Copyright 2020 Justin Furuness
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://github.com/jfuruness/bgpy_pkg
Project-URL: Documentation, https://github.com/jfuruness/bgpy/wiki
Keywords: BGPy,bgpy,bgpc,bgpy_pkg,BGP,Caida,CAIDA,Peers,Providers,Relationships,AS-Serial,Customers,Simulation,ROV,Furuness
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: beautifulsoup4==4.12.3
Requires-Dist: requests==2.31.0
Requires-Dist: requests-cache==1.2.0
Requires-Dist: roa-checker==1.1.3
Requires-Dist: frozendict==2.4.0
Requires-Dist: graphviz==0.20.1
Requires-Dist: pillow==10.2.0
Requires-Dist: matplotlib==3.8.3
Requires-Dist: pytest==8.0.1
Requires-Dist: PyYAML~=6.0
Requires-Dist: tqdm==4.66.2
Requires-Dist: yamlable==1.1.1
Provides-Extra: test
Requires-Dist: black==24.2.0; extra == "test"
Requires-Dist: pre-commit==3.6.2; extra == "test"
Requires-Dist: types-requests==2.31.0.20240218; extra == "test"
Requires-Dist: types-PyYAML==6.0.12.12; extra == "test"
Requires-Dist: mypy==1.8.0; extra == "test"
Requires-Dist: flake8==7.0.0; extra == "test"
Requires-Dist: tox==4.13.0; extra == "test"
Requires-Dist: pytest-xdist==3.5.0; extra == "test"
Requires-Dist: ruff==0.2.2; extra == "test"

Docs [here](https://github.com/jfuruness/bgpy/wiki)

### BGPy Citation:

```
@inproceedings{10.1145/3607505.3607509,
author = {Furuness, Justin and Morris, Cameron and Morillo, Reynaldo and Herzberg, Amir and Wang, Bing},
title = {BGPy: The BGP Python Security Simulator},
year = {2023},
isbn = {9798400707889},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3607505.3607509},
doi = {10.1145/3607505.3607509},
abstract = {The security of Border Gateway Protocol (BGP), and inter-domain routing in general, remains a challenge, in spite of its well-known importance, repeated attacks and incidents, and extensive efforts and research over decades. We present BGPy, an open-source, extensible, robust, easy-to-use and efficient BGP security simulator, to be used for research and education. BGPy allows realistic simulations of a large variety of BGP attacks and defenses. It is provided as a Python package, and can be further customized and extended, e.g., to investigate new attacks and new defense mechanisms. We describe how BGPy is currently used by multiple BGP security projects.},
booktitle = {Proceedings of the 16th Cyber Security Experimentation and Test Workshop},
pages = {41–56},
numpages = {16},
location = {Marina del Rey, CA, USA},
series = {CSET '23}
}
```
