Metadata-Version: 2.1
Name: pyssword
Version: 0.2.3
Summary: A Python password generator.
Home-page: https://gitlab.com/vassis/pyssword
Download-URL: https://pypi.org/project/pyssword
Author: Vitor Assis
Author-email: vitor.assis.dev@gmail.com
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Classifier: Environment :: Console
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
License-File: LICENSE

# [License](../LICENSE)

# Install

## From latest source at PyPI

```bash
pip install --upgrade pyssword
```

## From latest source at git repo

```bash
pip install --upgrade https://gitlab.com/vassis/pyssword/-/archive/master/pyssword-master.tar.gz
```
