Metadata-Version: 2.1
Name: conapp
Version: 0.0.5
Summary: A simple config applier
Home-page: https://bitbucket.org/drew887/conapp/src/master/
Author: drew887 <Andrew Mcdonald>
Author-email: drew887121@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# conapp - The easy config applier

A simple project for applying config files from repos/tar files

#### Example command:
```
conapp apply -u drew887 -b
```

The above will:
  * download a tarball from drew887's config repo on bitbucket *(-b)*
  * take a backup of all the files that are listed in the tarball that you
    also have locally on your system
  * untar the repo into your home directory.

#### Available commands:

  * `apply`: downloads and apply's tarballs
  * `snapshots`: Used to manage local backup snapshots


