third_party.pigweed.src/pw_cli
Alexei Frolov 77e7a61be2 pw_cli: Add envparse module
This change adds a Python module which implements an environment
variable parser that allows defining and typing environment variables
for a Python program.

Change-Id: Icda61c8dabcf4e4bc6902707f6ebed9c50d31d71
2020-01-03 01:43:47 +00:00
..
py pw_cli: Add envparse module 2020-01-03 01:43:47 +00:00
README.md

This directory contains the pw tool that facilitates working with Pigweed. Example starting functionality is the ability to watch the Pigweed source for changes and re-run tests.

This code is experimental and unfinished.