Metadata-Version: 2.2
Name: eamcvd
Version: 1.4.1
Summary: A library to fetch EAMCVD(elefant ai mod comp. and vulnerabilities database) incompatibility reports
Home-page: https://axiom-mc.org/eamcvd
Author: The EAMCVD Team
Author-email: info@axiom-mc.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# EAMCVD

A library to fetch EAMCVD(elefant ai mod comp. and vulnerabilities database) incompatibility reports.

## Installation

 `pip install eamcvd`

## Usage

```python
from eamcvd import requlib

# Search by ID
posts = requlib.getByID('id(witout 'eai-')')

# Search by name
posts = requlib.getByName('mod-name')
