Skip to main content

Store username and password at $HOME

Project description

# userpass

[![Latest PyPI version](https://img.shields.io/pypi/v/userpass.svg)](https://pypi.org/project/userpass) [![Travis CI](https://img.shields.io/travis/zYeoman/userpass/master.svg)](https://travis-ci.org/zYeoman/userpass) [![Codecov](https://img.shields.io/codecov/c/github/zYeoman/userpass/master.svg)](https://codecov.io/gh/zYeoman/userpass) [![Supported Python versions](https://img.shields.io/pypi/pyversions/userpass.svg)](https://pypi.org/project/userpass) [![License](https://img.shields.io/pypi/l/userpass.svg)](https://choosealicense.com/licenses)


Table of Contents

  • [Installation](#installation)

  • [Usage](#usage)

  • [License](#license)

## Installation

userpass is distributed on [PyPI](https://pypi.org) as a universal wheel and is available on Linux/macOS and Windows and supports Python 2.7/3.5+ and PyPy.

`bash $ pip install userpass `

## Usage

`python from userpass import User # Userinfo file will be stored in `~/.user` file. user = User('.user') username = user.username password = user.password user.del_user() `

## License

userpass is distributed under the terms of the [MIT License](https://choosealicense.com/licenses/mit).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

userpass-0.1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

userpass-0.1.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page