Metadata-Version: 2.1
Name: logic2-automation
Version: 1.0.3
Summary: Library for using the Saleae Logic 2 Automation API
Project-URL: Homepage, https://github.com/saleae/logic2-automation
Project-URL: Bug Tracker, https://github.com/saleae/logic2-automation/issues
Author-email: "Saleae, Inc." <support@saleae.com>
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: grpcio-tools>=1.13.0
Requires-Dist: grpcio>=1.13.0
Requires-Dist: pywin32; platform_system == 'Windows'
Description-Content-Type: text/markdown

# Saleae Logic 2 Automation

`logic2-automation` implements a Python client for the [Logic 2 Automation API](https://www.saleae.com/automation/).

Documentation can be found at https://saleae.github.io/logic2-automation/


## Changelog

### 1.0.3

- Updated the README to link out to the docs, and move build instructions to BUILD.md.
- Updated the install docs.

### 1.0.2

- Update the distribution to only include a source distribution so that gRPC/protobuf files can be generated at install time, and be based on the installed version of grpcio/grpcio-tools/protobuf.

### 1.0.1

- YANKED!
  - This release was pulled shortly after it was released due to a conflict between the latest gRPC and the generated protobuf files.
- Change `grpc` & `grpc-tools` dependency to version `>=1.13.0`. This lowers the minimum version, and doesn't stick it to a specific version.

### 1.0.0

- First release
