Metadata-Version: 2.1
Name: joulescope
Version: 0.2.2
Summary: Joulescope™ host driver and utilities
Home-page: https://www.joulescope.com
Author: Jetperch LLC
Author-email: joulescope-dev@jetperch.com
License: Apache
Project-URL: Bug Reports, https://github.com/jetperch/pyjoulescope/issues
Project-URL: Funding, https://www.joulescope.com
Project-URL: Twitter, https://twitter.com/joulescope
Project-URL: Source, https://github.com/jetperch/pyjoulescope/
Description: 
        # Joulescope
        
        Welcome to Joulescope™!  Joulescope is an inexpensive, precision DC energy 
        analyzer that enables you to build better products.  
        Joulescope™ accurately and simultaneously measures the voltage and current 
        supplied to your target device, and it then computes power and energy. 
        For more information on Joulescope, see 
        [www.joulescope.com](https://www.joulescope.com).
        
        This pyjoulescope package contains the driver and command-line utilities that 
        run on a host PC and communicate with a Joulescope device over USB. 
        Most users will run the graphical user interface which is in the 
        pyjoulescope_ui package.  Developers may import this package to automate
        and script Joulescope operation. 
        The majority of code is written in Python 3.6+, but a small amount is in 
        Cython for better performance. 
        
        
        ## Developer
        
        Install normal dependencies
        
            pip3 install -r requirements.txt
        
        
        Install Cython
        
            pip3 install check-manifest Cython coverage wheel
        
        
        ## License
        
        All pyjoulescope code is released under the permissive Apache 2.0 license.
        
Keywords: joulescope driver
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
