Skip to content

Commit 1c325e8

Browse files
updated and module created
1 parent 4dbe487 commit 1c325e8

File tree

13 files changed

+102
-11
lines changed

13 files changed

+102
-11
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ $ python3 -m pip install --upgrade passmanager
5050
```
5151

5252
Implementation:
53-
```python
54-
>>> from easytoken.easytoken import Wordeasytoken
55-
>>>Wordeasytoken.tokenize(Wordeasytoken,text="Hello all , I'll be a good lover for you.")
53+
```
54+
$ python3 -m passmanager facebook.com
5655
```
5756

5857
# Developer Info:

dist/passmanager-1.0.2.tar.gz

-5.12 KB
Binary file not shown.

dist/passmanager-1.0.5.tar.gz

7.24 KB
Binary file not shown.

passmanager.egg-info/PKG-INFO

Lines changed: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: passmanager
3-
Version: 1.0.2
3+
Version: 1.0.5
44
Summary: passmanager is an independent Open Source, Password Manager python library which implements a cli tools to create password for site and store it
55
Home-page: https://github.com/sayanmondal2098/passmanager
66
Author: Sayan Mondal(ph3n1x)
@@ -9,6 +9,100 @@ License: MIT
99
Download-URL: https://github.com/sayanmondal2098/passmanager
1010
Description: # passmanager
1111

12+
[![Gitter](https://badges.gitter.im/BreadandCode/community.svg)](https://gitter.im/BreadandCode/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
13+
[![CircleCI](https://circleci.com/gh/sayanmondal2098/easytoken.svg?style=svg)](https://circleci.com/gh/sayanmondal2098/easytoken)
14+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/sayanmondal2098/easytoken/fork)
15+
[![Awesome](https://awesome.re/badge-flat.svg)](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+
```python
63+
>>> from easytoken.easytoken import Wordeasytoken
64+
>>>Wordeasytoken.tokenize(Wordeasytoken,text="Hello all , I'll be a good lover for you.")
65+
```
66+
67+
# Developer Info:
68+
Author: Sayan Mondal<br>
69+
Author-email: [email protected]<br>
70+
Team: Bread and Code
71+
72+
# Required Libraries:
73+
'nltk',
74+
're',
75+
'itertools',
76+
'os',
77+
'sys',
78+
'string'
79+
80+
# LISCENSE:
81+
```
82+
MIT License
83+
84+
Copyright (c) 2020 Sayan Mondal | Bread-and-Code
85+
86+
Permission is hereby granted, free of charge, to any person obtaining a copy
87+
of this software and associated documentation files (the "Software"), to deal
88+
in the Software without restriction, including without limitation the rights
89+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90+
copies of the Software, and to permit persons to whom the Software is
91+
furnished to do so, subject to the following conditions:
92+
93+
The above copyright notice and this permission notice shall be included in all
94+
copies or substantial portions of the Software.
95+
96+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
102+
SOFTWARE.
103+
```
104+
105+
12106
Keywords: Password,Password Manager,Manager,cli tools
13107
Platform: UNKNOWN
14108
Classifier: Development Status :: 5 - Production/Stable

passmanager.egg-info/SOURCES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
README.md
22
setup.py
33
passmanager/__init__.py
4+
passmanager/__main__.py
45
passmanager/cli.py
56
passmanager/clipboard.py
6-
passmanager/main.py
77
passmanager/manager.py
88
passmanager/password.py
99
passmanager.egg-info/PKG-INFO
36 Bytes
Binary file not shown.
1.74 KB
Binary file not shown.
112 Bytes
Binary file not shown.
49 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)