Metadata-Version: 1.1
Name: auxly
Version: 0.1.0
Summary: Python library for common shell-like script tasks.
Home-page: https://github.com/jeffrimko/Auxly
Author: Jeff Rimko
Author-email: jeffrimko@gmail.com
License: MIT
Description: Introduction
        ============
        
        This project provides a Python 2.7/3.x library for common tasks
        especially when writing shell-like scripts. Some of the functionality
        overlaps with the standard library but the API is slightly modified.
        
        Status
        ======
        
        The status of this project is **pre-alpha**. This project is not yet
        suitable for use other than testing.
        
        Requirements
        ============
        
        Auxly should run on any Python 2.7/3.x interpreter without additional
        dependencies.
        
        Usage
        =====
        
        The following are basic examples of Auxly (all examples can be found
        `here <https://github.com/jeffrimko/Auxly/tree/master/examples>`__):
        
        -  `examples/delete\_1.py <https://github.com/jeffrimko/Auxly/blob/master/examples/delete_1.py>`__
           - Deletes all PYC files in the project.
        
Keywords: cli script utility library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
