Metadata-Version: 2.1
Name: pyencoder
Version: 0.0.2
Summary: encode and decode python list to string array
Home-page: https://github.com/simonkojima/pyencoder
Author: Simon Kojima
Author-email: simon.kojima@outlook.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/simonkojima/pyencoder/issues
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
License-File: LICENSE

# pyencoder
encode and decode python list to string array  

# usage
see example scripts.  
Currently, it supports encoding list of int, float, and str.  
implemented for sending data by string marker stream of Lab Streaming Layer


