{ "info": { "author": "Tyler Byers", "author_email": "tbyers@risklens.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# verispy\n\n
| Latest Release | \n\n \n | \n
| License | \n\n \n | \n
\nThis is a Python package built for working with VERIS data. This package has two main purposes: \n\n 1. Allow the user to extract [VERIS](http://veriscommunity.net/) JSON objects into a Pandas DataFrame structure. The most likely source of VERIS data is the VERIS Community Database ([VCDB](https://github.com/vz-risk/VCDB)). \n 2. Provide some basic data analysis functionality for the DataFrame. This includes calculating the count and frequency of given enumerations, and plotting a simple horizontal bar chart. \n\n## Installation\n\nTo install this package, either `git clone` this repository, and \n\n```bash\npython -m pip install