Metadata-Version: 2.1
Name: AbsGarden
Version: 0.0.1
Summary: validating password
Home-page: UNKNOWN
Author: Akshay
Author-email: akshaysavanoor@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

#AbsGarden
* this is a simple project to validate username and password
* this project will be upgraded soon and will be added with new modules. 

* ##usage 
```python
* importing validator function
  from AbsGarden import autoVal
*running validator
  autoval()
```
#Developing AbsGarden
* To install AbsGarden, along with the tools you need to develop
   and run tests, run the following
  in your virtualenv.
```bash
$ pip install -e .[dev]
```


