___
## A friend to help manage your columns and rows
AlignBuddy is a command line program and Python3 API for quickly and easily reading, writing, analyzing, and manipulating alignment files in common formats including NEXUS, PHYLIP, and Stockholm. There is an emphasis on simplicity and interoperability, as formats are automatically detected and the input can be file paths, handles, or pipes. The AlignBuddy tools can be broadly grouped into two classes; tools that manipulate your data and return a new alignment and tools that perform some analysis and return a non-alignment result. Each of the tools currently implemented in the command line UI have been documented in these wiki-pages, including use cases to demonstrate the tools in action. The flags chosen are hopefully rational, and care has been taken to minimize the number of positional arguments to make the learning curve as shallow as possible.