|
| 1 | +Metadata-Version: 2.1 |
| 2 | +Name: passmanager |
| 3 | +Version: 1.0.6 |
| 4 | +Summary: passmanager is an independent Open Source, Password Manager python library which implements a cli tools to create password for site and store it |
| 5 | +Home-page: https://github.com/sayanmondal2098/passmanager |
| 6 | +Author: Sayan Mondal(ph3n1x) |
| 7 | + |
| 8 | +License: MIT |
| 9 | +Download-URL: https://github.com/sayanmondal2098/passmanager |
| 10 | +Description: # passmanager |
| 11 | + |
| 12 | + [](https://gitter.im/BreadandCode/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
| 13 | + [](https://circleci.com/gh/sayanmondal2098/easytoken) |
| 14 | + [](https://github.com/sayanmondal2098/easytoken/fork) |
| 15 | + [](https://awesome.re) |
| 16 | + |
| 17 | + <p align="center"> |
| 18 | + <img src=""> |
| 19 | + </p> |
| 20 | + |
| 21 | + # passmanager |
| 22 | + passmanager is an independent Open Source, Password Manager python library which implements a cli tools to create password for site and store it', |
| 23 | + <br> |
| 24 | + <br> |
| 25 | + |
| 26 | + # Next in Line: |
| 27 | + This is still in alpha stage so we are planning to add few more feature as tagging and cleaning which will be added by 2020. We are also developing a other Language Processing algorithm for our library. |
| 28 | + |
| 29 | + # Naming: |
| 30 | + The name is just it's purpose \_(^_^)_/ |
| 31 | + |
| 32 | + # Installation and Implementation: |
| 33 | + To install passmanager follow the steps:<br> |
| 34 | + ## Windows |
| 35 | + Install pip: |
| 36 | + ``` |
| 37 | + $ python get-pip.py |
| 38 | + ``` |
| 39 | + Install via pip: |
| 40 | + ``` |
| 41 | + $ pip install passmanager |
| 42 | + ``` |
| 43 | + For upgrade: |
| 44 | + ``` |
| 45 | + $ pip install --upgrade passmanager |
| 46 | + ``` |
| 47 | + ## Linux/Unix |
| 48 | + Install pip: |
| 49 | + ``` |
| 50 | + $ python3 get-pip.py |
| 51 | + ``` |
| 52 | + Install via pip: |
| 53 | + ``` |
| 54 | + $ python3 -m pip install passmanager |
| 55 | + ``` |
| 56 | + For upgrade: |
| 57 | + ``` |
| 58 | + $ python3 -m pip install --upgrade passmanager |
| 59 | + ``` |
| 60 | + |
| 61 | + Implementation: |
| 62 | + ``` |
| 63 | + $ python3 -m passmanager facebook.com |
| 64 | + Master Password: |
| 65 | + <Generated Password> |
| 66 | + ``` |
| 67 | + |
| 68 | + # Developer Info: |
| 69 | + Author: Sayan Mondal<br> |
| 70 | + Author-email: [email protected]<br> |
| 71 | + Team: Bread and Code |
| 72 | + |
| 73 | + # Required Libraries: |
| 74 | + No Libraries required |
| 75 | + |
| 76 | + # LISCENSE: |
| 77 | + ``` |
| 78 | + MIT License |
| 79 | + |
| 80 | + Copyright (c) 2020 Sayan Mondal | Bread-and-Code |
| 81 | + |
| 82 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 83 | + of this software and associated documentation files (the "Software"), to deal |
| 84 | + in the Software without restriction, including without limitation the rights |
| 85 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 86 | + copies of the Software, and to permit persons to whom the Software is |
| 87 | + furnished to do so, subject to the following conditions: |
| 88 | + |
| 89 | + The above copyright notice and this permission notice shall be included in all |
| 90 | + copies or substantial portions of the Software. |
| 91 | + |
| 92 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 93 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 94 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 95 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 96 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 97 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 98 | + SOFTWARE. |
| 99 | + ``` |
| 100 | + |
| 101 | + |
| 102 | +Keywords: Password,Password Manager,Manager,cli tools |
| 103 | +Platform: UNKNOWN |
| 104 | +Classifier: Development Status :: 5 - Production/Stable |
| 105 | +Classifier: Intended Audience :: Developers |
| 106 | +Classifier: Topic :: Software Development :: Build Tools |
| 107 | +Classifier: License :: OSI Approved :: MIT License |
| 108 | +Classifier: Operating System :: OS Independent |
| 109 | +Classifier: Programming Language :: Python :: 3 |
| 110 | +Classifier: Programming Language :: Python :: 3.4 |
| 111 | +Classifier: Programming Language :: Python :: 3.5 |
| 112 | +Classifier: Programming Language :: Python :: 3.6 |
| 113 | +Classifier: Programming Language :: Python :: 3.7 |
| 114 | +Description-Content-Type: text/markdown |
0 commit comments