[37: Fixed unique portal name issue](https://github.com/paint-it/pygenpass/pull/37)
By:[mayurilahane](https://github.com/mayurilahane)
Fixed 29
[40: Added input for email,portal_url and creation date](https://github.com/paint-it/pygenpass/pull/40)
By:[mayurilahane](https://github.com/mayurilahane)
- Added email,portal_url in database.py and password.py
- Added creation date for password
[42: Added new command named allpass to show all passwords ](https://github.com/paint-it/pygenpass/pull/42)
By:[mayurilahane](https://github.com/mayurilahane)
- Used beautiful table library for printing all data
- Added beautiful table in requirement and setup
- Added allpass command to show all passwords
Fixed 38
[44: Added try catch for allpass](https://github.com/paint-it/pygenpass/pull/44)
By:[mayurilahane](https://github.com/mayurilahane)
Fixed issue 43
[49: Project setup related improvements](https://github.com/paint-it/pygenpass/pull/49)
By:[raukadah](https://github.com/raukadah)
It includes:
* include only those files in Manifest.in which does not come under
python package.
* Read requirements.txt to update install_requires in setup.py
* Update .gitignore to actually ignore the irrelevant files
* Include setuptools in requirements.txt
[54: Added release script for pypi](https://github.com/paint-it/pygenpass/pull/54)
By:[ganeshhubale](https://github.com/ganeshhubale)