Metadata-Version: 2.1
Name: pyneMeas
Version: 0.0.1
Summary: A simple Python 3 interface for controlling electronic measurement instruments and scripting measurement sweeps.
Home-page: https://github.com/JakobSeidl/pyneMeas
Author: Jakob Seidl
Author-email: jakob.seidl91@gmail.com
License: UNKNOWN
Description: # pyneMeas documentation 
        
        A package for simple electrical measurements using the National Instruments (NI) VISA standard.
        Developed by Jakob Seidl and coworkers at the Nanoelectronics group at the University of New South Wales, Sydney.
        It was originally written in Python 2.7 and later adapted for modern Python 3.
        
        The package is divided into two sub-units: Instruments and utility functions that help carry out a electronic measurement.
        It allows you to connect to various electronic measurement equipment in few lines of code.
        
        ##  PLEASE  NOTE 
        THIS VERSION IS NOT READY FOR TO BE DEPLOYED AND ONLY UPLOADED TO PYPY FOT TEST PURPOSES.
        CODE WILL BE UPDATED IN THE NEAR FUTURE!
        ## Quickstart guide
        ### Installing pyneMeas:
        `$pip install pyneMeas` 
        
        Either in a virtual environment (venv) or your global Python 3 installation.
        ### Loading pyneMeas:
        
        For example run:
        `` 
        
        `>>> import pyneMeas.Instruments as I` 
        
        `>>> import pyneMeas.utility as U` 
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
