Metadata-Version: 2.1
Name: username-cli
Version: 0.0.2
Summary: Get the current user name
Home-page: https://projects.abranhe.com/username-cli
Author: Carlos Abraham
Author-email: abraham@abranhe.com
License: UNKNOWN
Project-URL: Source, https://github.com/abranhe/username-cli
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Description-Content-Type: text/markdown
Requires-Dist: username


<p align="center">
	<a href="https://pypi.org/project/username_cli"><img src="https://cdn.abraham.gq/projects/username_cli/logo.svg" width="30%"></a>
	<br>
	<br>
	<br>
	<br>
	<a href="https://pypi.org/project/username_cli"><b>username_cli</b></a>: get the current username
</p>

<p align="center">
	<a href="https://github.com/abranhe/username_cli/blob/master/LICENSE"><img src="https://img.shields.io/github/license/abranhe/username_cli.svg" /></a>
	<a href="https://github.com/abranhe"><img src="https://abranhe.com/badge.svg"></a>
	<a href="https://cash.me/$abranhe"><img src="https://cdn.abraham.gq/badges/cash-me.svg"></a>
	<a href="https://www.patreon.com/abranhe"><img src="https://cdn.abraham.gq/badges/patreon.svg" /></a>
	<a href="https://paypal.me/abranhe/10"><img src="https://cdn.abraham.gq/badges/paypal.svg" /></a>
</p>


# Install

> ⚠️  Required Python3

```
$ pip3 install username_cli
```

# Usage

```console
$ username
abraham
```

# Related

- [username](https://github.com/abranhe/username): API for this package.

# Team

|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50&v=4)](https://19cah.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |


# License

[MIT](https://github.com/abranhe/username/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe)


