Metadata-Version: 2.1
Name: altvmasterlist
Version: 2.4.5
Summary: A package to use the alt:V Masterlist api.
Home-page: https://github.com/Nickwasused/altv-python-masterlist
License: MPL-2.0
Author: Nickwasused
Author-email: contact.nickwasused.fa6c8@simplelogin.co
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Project-URL: Bug Tracker, https://github.com/Nickwasused/altv-python-masterlist/issues
Project-URL: Documentation, https://nickwasused.github.io/altv-python-masterlist/
Project-URL: Repository, https://github.com/Nickwasused/altv-python-masterlist
Description-Content-Type: text/markdown

# alt:V Masterlist for Python

You can use this Package to interface with the alt:V master list API and with the altstats.net API.

# Install 

```pip install altvmasterlist``` or ```pip3 install altvmasterlist```

# Usage

```
from altvmasterlist import masterlist as altv
...
or
...
from altvmasterlist import altstats as altv
```

# Docs

Please see the Docs [here](https://nickwasused.github.io/altv-python-masterlist/).

