Metadata-Version: 2.1
Name: yoctopuce
Version: 1.10.45664
Summary: Yoctopuce python API
Home-page: https://www.yoctopuce.com
Author: Yoctopuce
Author-email: support@yoctopuce.com
License: UNKNOWN
Project-URL: Documentation, https://www.yoctopuce.com/EN/doc/reference/yoctolib-python-EN.html
Project-URL: Source, https://github.com/yoctopuce/yoctolib_python
Description: Yoctopuce library for Python
        ============================
        
        This is Yoctopuce Python API. All required source files
        are in the Yoctopuce folder. You  will find some small examples
        for every available Yoctopuce product in examples folder. The
        complete documentation is in the Documentation folder. The
        HTML documentation is interactive, similar to JavaDoc
        
        
        ## Content of this package
        
        * Documentation/
        
        		API Reference, in HTML and PDF format
        
        * Examples/
        
        		Directory with sample programs in Python
        
        * yoctopuce/
        
        		Source code of the high-level library (in Python)
        
        * yoctopuce/cdll/
        
        		Low-level library (C source code with makefile
                to build this library is available in the C++ library)
        
        * FILES.txt
        
        		List of files contained in this archive
        
        
        ## PyPI package
        
        There is a small difference between this library and the
        the one you can download directly from Yoctopuce, with this
        one includes are done the following way:
        
        ````
        from yoctopuce.yocto_api import *
        ````
        instead of:
        
        ````
        from yocto_api import *
        ````
        
        This API uses precompiled C LIB files, sources are located C++ API, available
        from Yoctopuce's web site.
        
        
        ## More help
        
        For more details, refer to the documentation specific to each product, which
        includes sample code with explanations, and a programming reference manual.
        In case of trouble, contact support@yoctopuce.com
        
        Have fun !
        
        
Keywords: Yoctopuce USB sensors actuators API
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows XP
Classifier: Operating System :: Microsoft :: Windows :: Windows Server 2008
Classifier: Operating System :: Microsoft :: Windows :: Windows Vista
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Unix
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
