Metadata-Version: 2.1
Name: antlib
Version: 1.0b0
Summary: A python wrapper for the ant library
Home-page: http://thisisant.com
Maintainer: Garmin Canada Ant Wireless Team
Maintainer-email: opensource@thisisant.com
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Networking
Description-Content-Type: text/markdown

#### Introduction
Python wrapper for the ANT library to communicate serially with ANT devices. For more information about ANT, see http://thisisant.com/

#### License
Copyright 2019 Garmin Canada, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

#### Notes
Currently antlib ONLY runs on 32bit Windows Python environments due to dll dependencies used.


