Metadata-Version: 2.1
Name: gps-api
Version: 0.1.0
Summary: University of Cape Town EEE3097S 2020 Design Project, API for GPS module
Home-page: https://github.com/jialong-w/gps_api
Author: Jialong Weng, Veronique Reagon
Author-email: wngjia001@myuct.ac.za, rgnver001@myuct.ac.za
License: MIT license
Keywords: gps_api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: Click (>=7.0)

=======
GPS API
=======


.. image:: https://img.shields.io/pypi/v/gps_api.svg
        :target: https://pypi.python.org/pypi/gps_api

.. image:: https://img.shields.io/travis/jialong-w/gps_api.svg
        :target: https://travis-ci.com/jialong-w/gps_api

.. image:: https://readthedocs.org/projects/gps-api/badge/?version=latest
        :target: https://gps-api.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python Boilerplate contains all the boilerplate you need to create a Python package.


* Free software: MIT license
* Documentation: https://gps-api.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-09-09)
------------------

* First release on PyPI.


