Metadata-Version: 2.2
Name: athanasius
Version: 0.1.2
Summary: python CLI to archiving files
Home-page: https://github.com/lim-james/athanasius
Author: James
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Athanasius

> python CLI to archive files

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Usage

### Archive Files/Directories

```bash
# multiple files
ath file1.py *.txt
```
```bash
# specified output archive name file
ath mydir/ -o bobby
```

### Extract

```bash
ath -e archive_filename.ath
```
