You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: passmanager.egg-info/PKG-INFO
+95-1Lines changed: 95 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Metadata-Version: 2.1
2
2
Name: passmanager
3
-
Version: 1.0.2
3
+
Version: 1.0.5
4
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
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.")
0 commit comments