Metadata-Version: 2.1
Name: NetFT
Version: 2.0.0
Summary: A Python library for reading data from ATI Force/Torque sensors with a Net F/T interface box.
Home-page: https://github.com/CameronDevine/NetFT
Author: Cameron Devine
Author-email: camdev@uw.edu
License: BSD
Project-URL: Documentation, https://netft.readthedocs.io/en/latest/
Keywords: Robotics Force Torque Sensor NetFT ATI Data Logging
Platform: UNKNOWN
Description-Content-Type: text/markdown

# NetFT

[![Documentation Status](https://readthedocs.org/projects/netft/badge/?version=latest)](https://netft.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/NetFT.svg)](https://pypi.org/project/NetFT/)

## Please Note:
**This project has moved to [GitHub](https://github.com/CameronDevine/NetFT). All future work will be stored there.**

## Introduction

This is a Python API for RDT communication with ATI Force/Torque sensors using Net-F/T interface boxes. This library supports requesting single measurements, streaming measurements, and taring the sensor.

## Installation

This package can be installed using `pip install NetFT`. The current development version can be installed by cloning the git repository and running `python setup.py install`.

## Use

A command line interface is included with the package. It can be run by simply typing `NetFT` in a terminal. The documentation for this can be viewed by running `NetFT --help`.


