Metadata-Version: 2.0
Name: agutil
Version: 0.3.0a0
Summary: A collection of python utilities
Home-page: https://github.com/agraubert/agutil
Author: Aaron Graubert
Author-email: captianjroot@live.com
License: MIT
Keywords: range progress bar loading utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

agutil
======

-  Master build status: |Master Build Status|
-  Development build status: |Dev Build Status|

A collection of python utilities

**Version:** 0.3.0a

Tools:


-  search\_range (A utility for manipulating numerical ranges)
-  status\_bar (A simple progress bar indicator)

The **bio** package: \* maf2bed (A command line utility for parsing a
.maf file and converting coordinates from 1-based (maf standard) to
0-based (bed standard)) \* tsvmanip (A command line utility for
filtering, rearranging, and modifying tsv files)

The **io** package: \* Socket (A low-level network IO class built on top
of the standard socket class) \* SocketServer (A low-level listen server
to accept connections and return Socket classes)

Documentation:
--------------

Detailed documentation of these packages can be found on the `agutil
Github wiki page <https://github.com/agraubert/agutil/wiki>`__

.. |Master Build Status| image:: https://travis-ci.org/agraubert/agutil.svg?branch=master
   :target: https://travis-ci.org/agraubert/agutil
.. |Dev Build Status| image:: https://travis-ci.org/agraubert/agutil.svg?branch=dev
   :target: https://travis-ci.org/agraubert/agutil


