Metadata-Version: 2.1
Name: username
Version: 2.0.3
Summary: Get the current username
Home-page: https://projects.abranhe.com/username
Author: Abraham Hernandez
Author-email: abraham@abranhe.com
License: MIT
Project-URL: Source, https://github.com/abranhe/lupe
Keywords: cli command-line-interface python bash-tool username
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
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown

<p align="center">
	<a href="https://pypi.org/project/username"><img src="https://cdn.abranhe.com/projects/username/logo.svg"></a>
	<br>
	<br>
	<br>
	<a href="https://pypi.org/project/username"><b>username</b></a> get the current username
</p>

<p align="center">
	<a href="https://github.com/abranhe/username/actions/workflows/main.yml">
		<img src="https://github.com/abranhe/username/actions/workflows/main.yml/badge.svg" />
	</a>
	<a href="https://app.travis-ci.com/github/abranhe/username">
		<img src="https://img.shields.io/travis/com/abranhe/username.svg?logo=travis" />
	</a>
	<a href="https://ci.appveyor.com/project/abranhe/username">
		<img src="https://ci.appveyor.com/api/projects/status/8bp4dpqr76nx2nxt?svg=true" />
	</a>
	<a href="https://pypi.org/project/username">
		<img src="https://img.shields.io/pypi/v/username">
	</a>
	<a href="https://github.com/abranhe/username/blob/master/license">
		<img src="https://img.shields.io/github/license/abranhe/username.svg" />
	</a>
</p>

## Install

```console
$ pip install username
```

## Usage

```python
import username

print(username())
# 'abranhe'
```

## API

### username()

Get current username

## Related

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

## License

MIT © [Abraham Hernandez](https://github.com/abranhe)


