Metadata-Version: 2.1
Name: pyllars
Version: 0.99.1
Summary: This package contains supporting utilities for Python 3.
Home-page: https://github.com/bmmalone/pyllars
Author: Brandon Malone
Author-email: bmmalone@gmail.com
License: MIT
Description: # pyllars
        
        This project contains supporting utilities for Python 3.
        
        [![Build Status](https://travis-ci.org/bmmalone/pyllars.svg)](https://travis-ci.org/bmmalone/pyllars)
        [![Coverage Status](https://coveralls.io/repos/github/bmmalone/pyllars/badge.svg?branch=master)](https://coveralls.io/github/bmmalone/pyllars?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/pyllars/badge/?version=latest)](https://pyllars.readthedocs.io/en/latest/?badge=latest)
        
        **Installation**
        
        This package is written in Python 3. `pip` can be used to install it:
        
        ```
        git clone https://github.com/bmmalone/pyllars
        cd pyllars
        pip3 install .
        ```
        
        (The "period" at the end is required.)
        
        If possible, I recommend installing inside a virtual environment. See 
        [here](http://www.simononsoftware.com/virtualenv-tutorial-part-2/>), for example.
        
        Please see [the documentation](https://pyllars.readthedocs.io/en/latest/index.html)
        for more details.
        
Keywords: utilities
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: bio
Provides-Extra: all
Provides-Extra: pypi
Provides-Extra: parquest
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: setup
