/usr/lib/python3/dist-packages/extras-0.0.3.egg-info/PKG-INFO is in python3-extras 0.0.3-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Metadata-Version: 1.1
Name: extras
Version: 0.0.3
Summary: Useful extra bits for Python - things that shold be in the standard library
Home-page: https://github.com/testing-cabal/extras
Author: Testing cabal
Author-email: testtools-dev@lists.launchpad.net
License: UNKNOWN
Description: ======
extras
======
extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.
Documentation
-------------
pydoc extras is your friend. extras currently contains the following functions:
* try_import
* try_imports
* safe_hasattr
Which do what their name suggests.
Licensing
---------
This project is distributed under the MIT license and copyright is owned by
the extras authors. See LICENSE for details.
Required Dependencies
---------------------
* Python 2.6+ or 3.0+
Bug reports and patches
-----------------------
Please report bugs using github issues at <https://github.com/testing-cabal/extras>.
Patches can also be submitted via github. You can mail the authors directly
via the mailing list testtools-dev@lists.launchpad.net. (Note that Launchpad
discards email from unknown addresses - be sure to sign up for a Launchpad
account before mailing the list, or your mail will be silently discarded).
History
-------
extras used to be testtools.helpers, and was factored out when folk wanted to
use it separately.
Thanks
------
* Martin Pool
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
|