/usr/lib/python3/dist-packages/pylibmc-1.5.0.egg-info is in python3-pylibmc 1.5.0-4build1.
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 | Metadata-Version: 1.1
Name: pylibmc
Version: 1.5.0
Summary: Quick and small memcached client for Python
Home-page: http://sendapatch.se/projects/pylibmc/
Author: Ludvig Ericson
Author-email: ludvig@lericson.se
License: 3-clause BSD <http://www.opensource.org/licenses/bsd-license.php>
Description: `pylibmc` is a Python client for `memcached <http://memcached.org/>`_ written in C.
See `the documentation at sendapatch.se/projects/pylibmc/`__ for more information.
__ http://sendapatch.se/projects/pylibmc/
.. image:: https://travis-ci.org/lericson/pylibmc.png?branch=master
:target: https://travis-ci.org/lericson/pylibmc
New in version 1.5.0
====================
This release fixes critical memory leaks in common code paths introduced in
1.4.2. Highly recommended.
New in version 1.4.0
====================
Brace yourself, Python 3.x support has come!
Thanks to everybody involved in this project; this release involves less
authors but **a lot** more work per person. Thanks especially to Harvey Falcic
for the work he put in, without which there wouldn't be any Python 3.x support.
Also thanks to Sergey Pashinin for the initial stab at the problem.
Other than that, we had miscellaneous bug fixes, testing improvements, and
documentation updates.
Last but not least I would like to ask for your support in this project, either
by helping out with development, testing, documentation or anything at all; or
simply by donating some `magic internet money`__ to the project's Bitcoin
address `12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h`__.
__ http://static.adzerk.net/Advertisers/5af77cf0094d4303bb308b955dd05992.jpg
__ bitcoin:12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h
Maintainer
==========
- Website: `sendapatch.se/ <http://sendapatch.se/>`_
- Github: `github.com/lericson <http://github.com/lericson>`_
- IRC: ``lericson`` in ``#sendapatch`` on ``chat.freenode.net``
- E-mail: ``ludvig`` at ``sendapatch.se``
------
.. image:: http://www.smbc-comics.com/comics/20110908.gif
:target: http://www.smbc-comics.com/index.php?db=comics&id=2362
:align: center
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
|