Metadata-Version: 1.2
Name: pysds011
Version: 0.0.1
Summary: Simple python driver for SDS011 PM sensor from Nova.
Home-page: https://github.com/michelepagot/pysds011
Author: Michele Pagot
Author-email: michele.pagot.dev@outlook.com
License: MIT
Project-URL: Issue Tracker, https://github.com/michelepagot/pysds011/issues
Description: ========
        Overview
        ========
        
        
        Simple python driver for SDS011 PM sensor from Nova.
        
        * Free software: MIT license
        
        Installation
        ============
        
        
        
        Documentation
        =============
        
        
        SDS011 datasheet http://cl.ly/ekot
        This project is ispired by https://gist.github.com/kadamski/92653913a53baf9dd1a8
        
        
        Development
        ===========
        
        
        
        Changelog
        =========
        
        0.0.1 (2020-12-19)
        ------------------
        
        * First release on PyPI.
        
Keywords: sds011,dust,sensor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
