Metadata-Version: 2.1
Name: VibeBot
Version: 1.0.0
Summary: Ensures all members of a Groupme chat are vibin.
Home-page: https://github.com/dgisolfi/VibeBot
Author: Daniel Nicolas Gisolfi
Author-email: Daniel.Gisolfi1@marist.edu
License: WTFPL
Project-URL: Bugs, https://github.com/dgisolfi/VibeBot/issues/
Project-URL: Documentation, https://github.com/dgisolfi/VibeBot/
Project-URL: Source Code, https://github.com/dgisolfi/VibeBot
Description: # pyTemplate <a href="http://www.wtfpl.net/"><img src="http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png" width="80" height="15" alt="WTFPL" /></a>  [![Package Pypi](https://img.shields.io/pypi/v/FILL_THIS_IN.svg)](https://pypi.org/project/FILL_THIS_IN)
        
        My defacto python package - quick and clean. Used to create a new general python package.
        
        ## Install
        
        ### PyPi (Preferred Method)
        
        Run the following to install the latest version
        ```
        python3 -m pip install pytemplate
        ```
        
        If the repo is cloned to the host, run:
        ```
        make nexus3-install
        ```
        
        ### From Source
        
        Clone the repository and run:
        
        ```
        make install
        ```
        
        ## Usage
        
        ```python
        python3 -m pytemplate
        ```
        
        ## Test
        
        ### Install Dependencies
        
        ```
        pipenv shell
        ```
        
        *note: for dev dependencies add `--dev`*
        
        ### Run the Tests
        
        ```
        make test
        ```
        
        ## Found a bug?
        
        Please let us know! Submit an issue [here](https://github.com/dgisolfi/pyTemplate/issues).
        
        
        
Keywords: Package
Platform: UNKNOWN
Description-Content-Type: text/markdown
