Metadata-Version: 2.1
Name: smms-cascades
Version: 1.0.1
Summary: A command line HTTP client to of https://sm.ms
Home-page: https://github.com/cascades-sjtu/smms-cli
Author: cascades
Author-email: cascades@sjtu.edu.cn
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/cascades-sjtu/smms-cli/issues
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
License-File: LICENSE

# smms-cli

![PyPI](https://img.shields.io/pypi/v/smms-cascades)
![PyPI - License](https://img.shields.io/pypi/l/smms-cascades)

A command line HTTP client of <https://sm.ms>

## Usage

```python=
$ smms -h
usage: smms [-h] [-f FILENAME] [--hash HASH] method

A simple command line HTTP client of https://sm.ms

positional arguments:
  method                API method: upload | delete | getprofile | gethistory

optional arguments:
  -h, --help            show this help message and exit
  -f FILENAME, --filename FILENAME
                        used with upload, select image to be uploaded
  --hash HASH           used with delete, delete image by hash value
```

## Links

* <https://doc.sm.ms/#api>


