altvmasterlist


Namealtvmasterlist JSON
Version 3.0.8 PyPI version JSON
download
home_pagehttps://github.com/Nickwasused/altv-python-masterlist
SummaryA package to use the alt:V Masterlist api.
upload_time2024-02-12 16:30:43
maintainer
docs_urlNone
authorNickwasused
requires_python>=3.11,<4.0
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # alt:V Masterlist for Python

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

# Install 

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

# Usage

```
from altvmasterlist import masterlist as altv
```

# Docs

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

Build the docs using ``pdoc .\src\altvmasterlist\ -o .\docs``

# Development

You need to have [poetry](https://python-poetry.org/docs/#installation) installed.

Then install everything with ``poetry install``

After that you can run the examples with ``poetry run python example_masterlist.py`` and   
pytest with ``poetry run pytest``
  
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Nickwasused/altv-python-masterlist",
    "name": "altvmasterlist",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nickwasused",
    "author_email": "contact.nickwasused.fa6c8@simplelogin.co",
    "download_url": "https://files.pythonhosted.org/packages/12/ec/ccaf79b5c7be5cddece367f1811c21db411374da4d8ff9f1592b9a666a0c/altvmasterlist-3.0.8.tar.gz",
    "platform": null,
    "description": "# alt:V Masterlist for Python\n\nYou can use this Package to interface with the alt:V master list API.\n\n# Install \n\n```pip install altvmasterlist``` or ```pip3 install altvmasterlist```\n\n# Usage\n\n```\nfrom altvmasterlist import masterlist as altv\n```\n\n# Docs\n\nPlease see the Docs [here](https://nickwasused.github.io/altv-python-masterlist/).\n\nBuild the docs using ``pdoc .\\src\\altvmasterlist\\ -o .\\docs``\n\n# Development\n\nYou need to have [poetry](https://python-poetry.org/docs/#installation) installed.\n\nThen install everything with ``poetry install``\n\nAfter that you can run the examples with ``poetry run python example_masterlist.py`` and   \npytest with ``poetry run pytest``\n  ",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "A package to use the alt:V Masterlist api.",
    "version": "3.0.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/Nickwasused/altv-python-masterlist/issues",
        "Documentation": "https://nickwasused.github.io/altv-python-masterlist/",
        "Homepage": "https://github.com/Nickwasused/altv-python-masterlist",
        "Repository": "https://github.com/Nickwasused/altv-python-masterlist"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "733dd25020374a9f5da640c040067708a5cd1c88b77859a98578d448c56ea834",
                "md5": "fe20534d1874380af5e7d0fbbb7d4031",
                "sha256": "e0f9bf9ced46c3f59b0087db36674d073f14a827c9e9324349477cadc4e76451"
            },
            "downloads": -1,
            "filename": "altvmasterlist-3.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe20534d1874380af5e7d0fbbb7d4031",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 11964,
            "upload_time": "2024-02-12T16:30:41",
            "upload_time_iso_8601": "2024-02-12T16:30:41.391323Z",
            "url": "https://files.pythonhosted.org/packages/73/3d/d25020374a9f5da640c040067708a5cd1c88b77859a98578d448c56ea834/altvmasterlist-3.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12ecccaf79b5c7be5cddece367f1811c21db411374da4d8ff9f1592b9a666a0c",
                "md5": "284424ef21ccc28f2b4b81066631ac2e",
                "sha256": "4adcb27eca6b19a0173afa816d5d6f8830b8f8448a947111a6e83f474c9f61eb"
            },
            "downloads": -1,
            "filename": "altvmasterlist-3.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "284424ef21ccc28f2b4b81066631ac2e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 11147,
            "upload_time": "2024-02-12T16:30:43",
            "upload_time_iso_8601": "2024-02-12T16:30:43.290958Z",
            "url": "https://files.pythonhosted.org/packages/12/ec/ccaf79b5c7be5cddece367f1811c21db411374da4d8ff9f1592b9a666a0c/altvmasterlist-3.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 16:30:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nickwasused",
    "github_project": "altv-python-masterlist",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "altvmasterlist"
}
        
Elapsed time: 0.19861s