Metadata-Version: 2.1
Name: sustechthesis
Version: 0.1
Summary: SUSTech Thesis
Home-page: https://github.com/Iydon/pypi
Author: Iydon Liang
Author-email: 11711217@mail.sustech.edu.cn
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click (>=3.3)

`sustechthesis` provides a makefile-like console command, 

# Basic Usage
## Installation
Install with pip:
```shell
pip install sustechthesis
```

## Get Started
```Shell
$ # View the documentation of SUSTech Thesis
$ sustechthesis doc

$ # Initialize SUSTech Thesis Project
$ sustechthesis new

$ # Build SUSTech Thesis via `latexmk`
$ sustechthesis build

$ # View the result PDF after compiling
$ sustechthesis view

$ # Clean the cache file
$ sustechthesis clean

$ # Issue
$ sustechthesis issue
```

## TODO
1. Use `logging` module.
2. Add more options and configurations.


