Metadata-Version: 2.1
Name: pyusermanager
Version: 1.0.1
Summary: Some Functions to manage a User Database and do stuff with it!
Home-page: https://github.com/Aurvandill137/pyusermanager
Author: Ole Hannemann
Author-email: cerberus885@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: bcrypt
Requires-Dist: pony
Requires-Dist: python-ldap
Requires-Dist: setuptools (>=45.0)

# pyusermanager
a user management libary for web services or other stuff

# License
MIT -> see LICENSE for more Information

# Features
* login
* registration
* Token generation
* Token Verification
* Changing Userinfo
* User activation over token
* password Reset over token

