Metadata-Version: 2.1
Name: artemis-utils
Version: 1.0.8
Summary: ARTEMIS utility modules
Home-page: https://github.com/FORTH-ICS-INSPIRE/artemis
Author: Dimitrios Mavrommatis, Vassileios Kotronis
Author-email: jim.mavrommatis@gmail.com, biece89@gmail.com
License: UNKNOWN
Description: ARTEMIS is an open-source tool, that implements a defense approach against BGP prefix hijacking attacks.
        
        This package holds all the utility functions that are shared between the different modules.
        
        Read more at [bgpartemis.org](http://bgpartemis.org/) and the [docs](https://bgpartemis.readthedocs.io/en/latest/).
        
        Instructions on publishing a package update:
        
        ```
        # update the package (code, version, files, etc.)
        python3 setup.py sdist bdist_wheel
        python3 -m twine upload dist/*
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
