Skip to content

Commit

Permalink
Removes unicode characters from the README because pip hates them for…
Browse files Browse the repository at this point in the history
… some reason.
  • Loading branch information
ChiliJohnson committed Nov 4, 2020
1 parent d7af0fb commit 10a0347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ASITiger A Python interface for ASI Tiger Controllers
# ASITiger - A Python interface for ASI Tiger Controllers
This is a Python package which provides a thin interface for communicating with [ASI Tiger Controllers](http://www.asiimaging.com/controllers/tiger-controller/). This package is concerned with making low-level interactions with Tiger Controllers easier by providing Python-native arguments to commands, and by parsing out convoluted responses and errors into nicer Python primitives.

Most methods map directly onto the identically named serial command described in the [ASI serial commands documentation](http://asiimaging.com/docs/products/tiger#serial_commands). Some methodssuch as `axes`build upon other commands to provide a more useful interface over somewhat-cryptic serial responses.
Most methods map directly onto the identically named serial command described in the [ASI serial commands documentation](http://asiimaging.com/docs/products/tiger#serial_commands). Some methods (such as `axes`) build upon other commands to provide a more useful interface over somewhat-cryptic serial responses.

## Caveats
This package is very new and therefore has very few commands actually implemented. I also don't have access to every single ASI Tiger card to be able to test all commands in the serial API. If you'd like more commands added, please open an issue or PR.
Expand Down

0 comments on commit 10a0347

Please sign in to comment.