Metadata-Version: 2.1
Name: robotpt-common-utils
Version: 0.0.8
Summary: Tested functions for common operations
Home-page: https://github.com/robotpt/robotpt-common-utils
Author: Audrow Nash
Author-email: audrowna@usc.edu
License: MIT
Description: 
        README
        ======
        
        [![Build Status](https://travis-ci.com/robotpt/robotpt-common-utils.svg?branch=master)](https://travis-ci.com/robotpt/robotpt-common-utils)
        [![Downloads](https://pepy.tech/badge/robotpt-common-utils)](https://pepy.tech/project/robotpt-common-utils)
        
        A collection of common functions.
        
        Setup
        -----
        
        ### Option 1: Clone the repository
        
        > Best if you want to modify or view the code - note that you can do the following inside of a virtual environment
        
            git clone https://github.com/robotpt/robotpt-common-utils
            
        An easy way to setup the repository with its dependencies and with your Python path
        is to use `pip`.  
        
            pip install -e robotpt-common-utils
        
        Tests can be run with the following commands.
            
            cd robotpt-common-utils
            python3 -m unittest
        
        ### Option 2: Use Pip
        
        > Best if you just want to use it
        
            python3 -m pip install robotpt_common_utils
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
