Metadata-Version: 1.2
Name: passwd
Version: 1.0.0
Summary: Assorted utilities for gracefully handling and generating passwords
Home-page: https://github.com/bsoyka/passwd
Author: Benjamin Soyka
Author-email: bensoyka@icloud.com
License: UNKNOWN
Project-URL: Documentation, https://bsoyka.github.io/passwd
Project-URL: Changelog, https://github.com/bsoyka/passwd/blob/master/CHANGELOG.md
Description: ******
        passwd
        ******
        
        .. image:: https://github.com/bsoyka/passwd/workflows/Testing%20with%20pytest/badge.svg?event=push
           :target: https://github.com/bsoyka/passwd/actions
           :alt: Testing with pytest
        .. image:: https://img.shields.io/badge/version-1.0.0-orange
           :target: https://github.com/bsoyka/passwd/releases/tag/v1.0.0
           :alt: Version 1.0.0
        .. image:: https://img.shields.io/pypi/l/passwd
           :target: https://github.com/bsoyka/passwd/blob/master/LICENSE
           :alt: MIT License
        .. image:: https://img.shields.io/badge/documentation-blue
           :target: https://bsoyka.github.io/passwd
           :alt: Documentation
        .. image:: https://img.shields.io/github/issues/bsoyka/passwd
           :target: https://github.com/bsoyka/passwd/issues
           :alt: GitHub Issues
        
        Assorted utilities for gracefully handling and generating passwords
        
        ``passwd`` is available on PyPI_! Just install the module with ``pip``:
        
        .. code:: console
           
           $ pip install passwd
        
        .. _PyPI: https://pypi.org/project/passwd
        
        Contributing
        ============
        
        Please see the `code of conduct`_ and `contributing guidelines`_ for information on contributing to ``passwd``.
        
        .. _code of conduct: https://github.com/bsoyka/passwd/blob/master/CODE_OF_CONDUCT.md
        .. _contributing guidelines: https://github.com/bsoyka/passwd/blob/master/CONTRIBUTING.md
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
