Metadata-Version: 2.1
Name: xprint
Version: 2.2.0
Summary: xprint
Home-page: https://github.com/neoctobers/xprint
Author: @neoctobers
Author-email: neoctobers@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: colorama

# xprint

## Development Environment

- Windows 10
- Python 3.7.0

## Installation

```
$ pip3 install xprint
```

## Usage

Import:

```
import xprint as xp

# xp.init()
```

Base:

- xp.wr()
- xp.fi()

Usage:

- xp.success()
- xp.error()
- xp.value()
- xp.step()
- xp.job()
- xp.about_t()
- xp.about_to()
- xp.getting()
- ...


