Metadata-Version: 2.1
Name: wa_cli
Version: 0.0.8
Summary: Wisconsin Autonomous Command Line Interface Tool
Home-page: UNKNOWN
Author: Wisconsin Autonomous
Author-email: wisconsinautonomous@studentorg.wisc.edu
License: MIT
Project-URL: Homepage, https://github.com/WisconsinAutonomous/wa_cli/
Project-URL: Bug Reports, https://github.com/WisconsinAutonomous/wa_cli/issues
Project-URL: Source Code, https://github.com/WisconsinAutonomous/wa_cli/
Project-URL: Our Team!, https://wa.wisc.edu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# Wisconsin Autonomous CLI

This repository holds the WA CLI tool. This tool is expandable and is primarily used to reduce repetitive processes or implements helpful scripts to doing various tasks (like installing packages, etc.).

## Documentation

- [Home](https://wisconsinautonomous.github.io/wa_cli/index.html)
- [Installation](https://wisconsinautonomous.github.io/wa_cli/installing.html)
- [Usage Guide](https://wisconsinautonomous.github.io/wa_cli/usage.html)
- [PyPI](https://pypi.org/project/wa-cli/)
- [Github](https://github.com/WisconsinAutonomous/wa_cli)

## Installation

To setup the WA cli, it is fairly simple. You simply need Python3 installed on your system, and then run the following command:

```
pip3 install wa_cli
```

## Developing

To develop the WA cli, you can do the following.

### Clone the repo

First, clone the wa\_cli repo locally:

```bash
git clone git@github.com:uwsbel/wa_cli.git
cd wa_cli
```

### Install the wa_cli package

_**Note: This installs the  repository using symlinks. This means you can edit the files and test the changes without reinstalling the tool.**_

```bash
python setup.py develop
```

## License 
`wa_cli` is made available under the MIT License. For more details, see [LICENSE](https://github.com/WisconsinAutonomous/wa_cli/blob/develop/LICENSE).

## Support

Contact [Wisconsin Autonomous](mailto:wisconsinautonomous@studentorg.wisc.edu) for any questions or concerns regarding the contents of this repository.

## See Also

Stay up to date with our technical info by following our [blog](https://wa.wisc.edu/blog).

Follow us on [Facebook](https://www.facebook.com/wisconsinautonomous/), [Instagram](https://www.instagram.com/wisconsinautonomous/), and [LinkedIn](https://www.linkedin.com/company/wisconsin-autonomous/about/)!

<br>

<div>
	<img src="https://github.com/WisconsinAutonomous/wa-resources/blob/master/Images/WA.png?raw=true" alt="Wisconsin Autonomous Logo" class="readme-img" height="100px">  
	<img src="https://github.com/WisconsinAutonomous/wa-resources/blob/master/Images/UWCrest.png?raw=true" alt="University of Wisconsin - Madison Crest" class="readme-img" height="100px" align="right">
</div>


