Metadata-Version: 2.1
Name: digital-multimeter
Version: 0.1.3
Summary: Digital Multimeter provides both a CLI interface and a Python3 library interface to receive data from a variety of digital multimeters.
Home-page: https://digital-multimeter.readthedocs.io/en/latest/
Author: Nicholas de Jong
Author-email: contact@nicholasdejong.com
License: MIT
Description: # Digital Multimeter
        
        Digital Multimeter provides both a CLI interface and a Python3 library interface to receive data from a 
        variety of digital multimeters.  Checkout the [list of supported multimeters](./docs/supported-multimeters).
        
        ## Project
        * Github - [github.com/ndejong/digital-multimeter](https://github.com/ndejong/digital-multimeter)
        * PyPI - [pypi.python.org/pypi/digital-multimeter](https://pypi.python.org/pypi/digital-multimeter/)
        * TravisCI - [travis-ci.org/github/ndejong/digital-multimeter](https://travis-ci.org/github/ndejong/digital-multimeter)
        * ReadTheDocs - [digital-multimeter.readthedocs.io](https://digital-multimeter.readthedocs.io/en/latest/)
        
        ## Installation
        ```shell script
        pip3 install digital-multimeter
        ```
        
        ## CLI Usage
        Command-line examples [available here](./docs/command-examples/).
        
        ## Python Module Usage
        Python-module documentation is [available here](./docs/python3-module/).
        
        ## Change Log
        Change log details are [available here](./docs/changelog/).
        
        ## To Do
        * More tests
        
        ---
        Copyright &copy; 2020 Nicholas de Jong
        
Platform: UNKNOWN
Requires-Python: >=3.5.0,<4.0.0
Description-Content-Type: text/markdown
