Metadata-Version: 2.1
Name: pigweed
Version: 0.0.2
Summary: Pigweed Python modules
Home-page: https://pigweed.dev
Author: Pigweed Authors
Author-email: pigweed-developers@googlegroups.com
License: UNKNOWN
Project-URL: Bug Tracker, https://bugs.chromium.org/p/pigweed/issues/list
Project-URL: Code Search, https://cs.opensource.google/pigweed/pigweed
Project-URL: Gerrit, https://pigweed-review.googlesource.com
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Embedded Systems
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow (<=8.2.0,>=6.2.2)
Requires-Dist: coloredlogs
Requires-Dist: cryptography
Requires-Dist: httpwatcher
Requires-Dist: ipython
Requires-Dist: jinja2
Requires-Dist: mypy-protobuf (==2.9)
Requires-Dist: parameterized
Requires-Dist: prompt-toolkit (==3.0.20)
Requires-Dist: protobuf
Requires-Dist: ptpython (>=3.0.18)
Requires-Dist: pyelftools
Requires-Dist: pygments
Requires-Dist: pygments-style-dracula
Requires-Dist: pygments-style-tomorrow
Requires-Dist: pyperclip
Requires-Dist: pyserial (<4.0,>=3.5)
Requires-Dist: pyyaml
Requires-Dist: scan-build (==2.0.19)
Requires-Dist: securesystemslib[crypto]
Requires-Dist: six
Requires-Dist: sphinx (>3)
Requires-Dist: sphinx-rtd-theme
Requires-Dist: sphinxcontrib-actdiag
Requires-Dist: sphinxcontrib-blockdiag
Requires-Dist: sphinxcontrib-mermaid (>=0.7.1)
Requires-Dist: sphinxcontrib-nwdiag
Requires-Dist: sphinxcontrib-seqdiag
Requires-Dist: types-PyYAML
Requires-Dist: types-protobuf
Requires-Dist: types-pygments
Requires-Dist: types-six
Requires-Dist: watchdog (>=2.1.0)
Requires-Dist: wheel
Requires-Dist: yapf (==0.31.0)

# Pigweed

Pigweed is an open source collection of embedded-targeted libraries–or as we
like to call them, modules. These modules are building blocks and infrastructure
that enable faster and more reliable development on small-footprint MMU-less
32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic
nRF52832.

For more information please see our website: https://pigweed.dev/

## Links

- [Documentation](https://pigweed.dev/)
- [Source Code](https://cs.opensource.google/pigweed/pigweed)
- [Code Reviews](https://pigweed-review.googlesource.com)
- [Mailing List](https://groups.google.com/forum/#!forum/pigweed)
- [Chat Room](https://discord.gg/M9NSeTA)
- [Issue Tracker](https://bugs.pigweed.dev/)



