Metadata-Version: 1.1
Name: agutil
Version: 0.4.1b0
Summary: A collection of python utilities
Home-page: https://github.com/agraubert/agutil
Author: Aaron Graubert
Author-email: captianjroot@live.com
License: MIT
Description: agutil
        ======
        
        -  Master build status: |Master Build Status|
        -  Development build status: |Dev Build Status|
        
        A collection of python utilities
        
        **Version:** 0.4.1b
        
        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)
        
        The **security** package: \* SecureSocket (A basic network IO system for
        exchanging files and text securely)
        
        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
        
Keywords: range progress bar loading utilities
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
