File: PKG-INFO

package info (click to toggle)
flufl.password 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 480 kB
  • ctags: 135
  • sloc: python: 485; makefile: 8
file content (92 lines) | stat: -rw-r--r-- 3,498 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Metadata-Version: 1.1
Name: flufl.password
Version: 1.3
Summary: Password hashing and verification.
Home-page: http://launchpad.net/flufl.password
Author: Barry Warsaw
Author-email: barry@python.org
License: LGPLv3
Download-URL: https://launchpad.net/flufl.password/+download
Description:    ==============
           flufl.password
           ==============
           
           Password hashing and verification.
           
           The ``flufl.password`` library provides hashing and verification of passwords.
           
           
           License
           =======
           
           This file is part of flufl.password.
           
           flufl.password is free software: you can redistribute it and/or modify it
           under the terms of the GNU Lesser General Public License as published by
           the Free Software Foundation, version 3 of the License.
           
           flufl.password is distributed in the hope that it will be useful, but
           WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
           or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
           License for more details.
           
           You should have received a copy of the GNU Lesser General Public License
           along with flufl.password.  If not, see <http://www.gnu.org/licenses/>.
        
           =======================
           NEWS for flufl.password
           =======================
           
           1.3 (2014-09-24)
           ================
            * Fix documentation bug.  (LP: #1026403)
            * Purge all references to `distribute`.
            * Describe the switch to git and the repository move.
           
           
           1.2.1 (2012-04-19)
           ==================
            * Add classifiers to setup.py and make the long description more compatible
              with the Cheeseshop.
            * Other changes to make the Cheeseshop page look nicer.  (LP: #680136)
            * setup_helper.py version 2.1.
           
           
           1.2 (2012-01-23)
           ================
            * Fix some packaging issues.
            * Remove tox.ini.
            * Bump Copyright years.
            * Update standard template.
            * Eliminate the need to use 2to3, and fix some Python 3 deprecations.
           
           
           1.1.1 (2012-01-01)
           ==================
            * Ensure all built-in schemes are registered by importing them in the
              __init__.py file.
           
           
           1.1 (2011-12-31)
           ================
            * Add user-friendly password generation API.
           
           
           1.0 (2011-12-31)
           ================
            * Initial release.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules