Skip to content

Commit 6e288e8

Browse files
committed
Update readme and description
1 parent f9a9eac commit 6e288e8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,20 @@ MyGeotab
2626
:alt: License
2727

2828

29-
An Apache2 Licensed, unofficial Python client for the `MyGeotab SDK <https://geotab.github.io/sdk/>`_.
30-
31-
Also bundled is the "myg" command line tool, which is a sandboxed console for quickly querying and operating on
32-
MyGeotab data.
29+
A Python client for the `MyGeotab SDK <https://geotab.github.io/sdk/>`_.
3330

3431
Features
3532
--------
3633

37-
- Automatic serializing and de-serializing of JSON results
34+
- Automatic serializing and deserializing of API call results
3835
- Clean, Pythonic API for querying data
3936
- Cross-platform and compatible with Python 2.7.9+ and 3.4+
37+
- A `myg` command-line tool for interactively working with data in a terminal
4038

4139
Usage
4240
-----
4341

44-
It's very easy to get started once you've registered with `MyGeotab <https://www.geotab.com/fleet-management-software/>`_:
42+
It's very easy to get started once you've registered a `MyGeotab <https://www.geotab.com/fleet-management-software/>`__ database:
4543

4644
.. code-block:: python
4745

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
author="Aaron Toth",
3636
version=version,
3737
url="https://github.com/geotab/mygeotab-python",
38-
description="An unofficial Python client for the MyGeotab API",
38+
description="A Python client for the MyGeotab SDK",
3939
long_description=readme + "\n\n" + changelog,
4040
extras_require={"notebook": ["pandas"], ":python_version>='3.6'": ["aiohttp>=3.8.1,<4", "python-rapidjson"]},
4141
test_suite="tests",

0 commit comments

Comments
 (0)