Metadata-Version: 2.1
Name: mot-history-api-py-sdk
Version: 1.0.0
Summary: The SDK provides convenient access to the MOT History API for applications written in the Python programming language.
Home-page: https://documentation.history.mot.api.gov.uk/
Author: Finbarrs Oketunji
Author-email: f@finbarrs.eu
License: MIT
Project-URL: Bug Tracker, https://github.com/0xnu/mot-history-api-sdk/issues
Project-URL: Changes, https://github.com/0xnu/mot-history-api-sdk/blob/main/CHANGELOG.md
Project-URL: Documentation, https://documentation.history.mot.api.gov.uk/
Project-URL: Source Code, https://github.com/0xnu/mot-history-api-sdk
Description: mot-history-api-py-sdk
        ======================
        
        .. image:: https://badge.fury.io/py/mot-history-api-py-sdk.svg
            :target: https://badge.fury.io/py/mot-history-api-py-sdk
            :alt: MOT History API Python SDK
        
        The SDK provides convenient access to the `MOT History API`_ functionality from applications written in the Python programming language.
        
        .. _MOT History API: https://documentation.history.mot.api.gov.uk/
        
        
        Requirements
        ------------
        
        Python 2.7 and later.
        
        
        Setup
        ------
        
        You can install this package by using the pip tool and installing:
        
        .. code-block:: bash
        
        	$ pip install mot-history-api-py-sdk
        
        Or:
        
        .. code-block:: bash
        
        	$ easy_install mot-history-api-py-sdk
        
        
        Request MOT History API Key
        ---------------------------
        
        You can use this support form to request an `API Key`_.
        
        .. _API Key: https://documentation.history.mot.api.gov.uk/mot-history-api/register
        
        
        Using the MOT History API Key
        -----------------------------
        
        You can read the `API documentation`_ to understand what's possible with MOT History API Key. If you need further assistance, don't hesitate to `contact the DVSA`_.
        
        .. _API documentation: https://documentation.history.mot.api.gov.uk/
        .. _contact the DVSA: https://documentation.history.mot.api.gov.uk/mot-history-api/support
        
        License
        --------
        
        This project is licensed under the `MIT License`_.
        
        .. _MIT License: https://gist.github.com/0xnu/d11da49c85eeb7272517a9010bbdf1ab
        
        
        Copyright
        ---------
        
        Copyright |copy| 2023 - 2024 `Finbarrs Oketunji`_.
        
        The MOT History API Python SDK is Licensed under the `Open Government Licence v3.0`_
        
        .. |copy| unicode:: 0xA9 .. copyright sign
        .. _Finbarrs Oketunji: https://finbarrs.eu
        .. _Open Government Licence v3.0: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
        
Keywords: dvsa,gov,uk,mot,hgv,psv,vehicle,registration,results
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst
