-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove multiline descriptions from wheelegg testdata.
PiperOrigin-RevId: 630066384
- Loading branch information
1 parent
51a6b1c
commit e02a465
Showing
2 changed files
with
2 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,21 +7,7 @@ Author: Zdenek Dohnal | |
Author-email: [email protected] | ||
License: GPLv2+ | ||
Download-URL: https://github.com/zdohnal/pycups/releases | ||
Description: This is a set of Python bindings for the libcups library from the | ||
CUPS project. | ||
|
||
>>> # Example of getting a list of printers | ||
>>> import cups | ||
>>> conn = cups.Connection () | ||
>>> printers = conn.getPrinters () | ||
>>> for printer in printers: | ||
... print printer, printers[printer]["device-uri"] | ||
... | ||
HP ipp://192.168.1.1:631/printers/HP | ||
duplex ipp://192.168.1.1:631/printers/duplex | ||
HP-LaserJet-6MP ipp://192.168.1.1:631/printers/HP-LaserJet-6MP | ||
EPSON-Stylus-D78 usb://EPSON/Stylus%20D78 | ||
|
||
Description: This is a set of Python bindings for the libcups library from the CUPS project. | ||
Platform: UNKNOWN | ||
Classifier: Intended Audience :: Developers | ||
Classifier: Topic :: Software Development :: Libraries :: Python Modules | ||
|
@@ -30,4 +16,4 @@ Classifier: Development Status :: 5 - Production/Stable | |
Classifier: Operating System :: Unix | ||
Classifier: Programming Language :: C | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,23 +8,6 @@ Author-email: [email protected] | |
License: BSD | ||
Download-URL: https://pypi.python.org/packages/source/p/passlib/passlib-1.7.4.tar.gz | ||
Description: Passlib is a password hashing library for Python 2 & 3, which provides | ||
cross-platform implementations of over 30 password hashing algorithms, as well | ||
as a framework for managing existing password hashes. It's designed to be useful | ||
for a wide range of tasks, from verifying a hash found in /etc/shadow, to | ||
providing full-strength password hashing for multi-user applications. | ||
|
||
* See the `documentation <https://passlib.readthedocs.io>`_ | ||
for details, installation instructions, and examples. | ||
|
||
* See the `homepage <https://foss.heptapod.net/python-libs/passlib/wikis/home>`_ | ||
for the latest news and more information. | ||
|
||
* See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_ | ||
for a description of what's new in Passlib. | ||
|
||
All releases are signed with the gpg key | ||
`4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_. | ||
|
||
Keywords: password secret hash security | ||
crypt md5-crypt | ||
sha256-crypt sha512-crypt pbkdf2 argon2 scrypt bcrypt | ||
|