Metadata-Version: 2.1
Name: attis
Version: 0.0.0
Summary: A productivity tool for linux terminal
Home-page: https://github.com/kyzas/attis
Download-URL: https://github.com/kyzas/attis/tarball/master
Author: kyzas
Author-email: minhng92@gmail.com
Maintainer: kyzas
Maintainer-email: minhng92@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation
Requires-Python: <4,>=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

<img src='https://img.shields.io/pypi/l/blank.svg'> <img src='https://img.shields.io/pypi/pyversions/blank.svg'> <img src='https://img.shields.io/pypi/v/blank.svg'> <img src='https://img.shields.io/pypi/dm/blank.svg'> <img src='https://img.shields.io/badge/code%20style-black-000000.svg'>

# python-blank
A blank / template for creating a new Python package

# Installation

```
$ pip install blank
```

# Usage

## CLI

```
$ hello_blank
Welcome to Blank package!
```

## Package

``` python
import blank

print(blank.reverse("minhng.info")) # "ofni.gnhnim"
```
