Metadata-Version: 2.1
Name: philander
Version: 0.1.0
Summary: Sensor and other parts driver collection
Project-URL: Homepage, https://www.ihp-microelectronics.com/
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Oliver Maye <maye@ihp-microelectronics.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.4
Requires-Dist: pymitter
Requires-Dist: python-periphery
Requires-Dist: smbus2
Provides-Extra: optble
Requires-Dist: bleak; extra == 'optble'
Provides-Extra: optgpio
Requires-Dist: rpi-gpio; extra == 'optgpio'
Provides-Extra: optserial
Requires-Dist: smbus2; extra == 'optserial'
Description-Content-Type: text/markdown

# The philander package

The philander packe is to wrap a collection of drivers for the
components of an embedded system or wireless sensor node. This includes
but is not limited to:
  - sensors
  - battery chargers
  - battery gauges
  - actors, such as motors
  - GUI elements, like LEDs and buttons
  - service modules, e.g. integer mathematics
  
Write further content using
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/).