/usr/lib/python2.7/dist-packages/cl-0.0.3.egg-info is in python-cl 0.0.3-1.
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 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: cl
Version: 0.0.3
Summary: Kombu actor framework
Home-page: http://github.com/ask/cl/
Author: Ask Solem
Author-email: ask@rabbitmq.com
License: UNKNOWN
Description: #############################################
cl - Actor framework for Kombu
#############################################
:Version: 0.0.3
Synopsis
========
`cl` (pronounced *cell*) is an actor framework for `Kombu`_.
.. _`Kombu`: http://pypi.python.org/pypi/kombu
Installation
============
You can install `cl` either via the Python Package Index (PyPI)
or from source.
To install using `pip`,::
$ pip install cl
To install using `easy_install`,::
$ easy_install cl
If you have downloaded a source tarball you can install it
by doing the following,::
$ python setup.py build
# python setup.py install # as root
Getting Help
============
Mailing list
------------
Join the `carrot-users`_ mailing list.
.. _`carrot-users`: http://groups.google.com/group/carrot-users/
Bug tracker
===========
If you have any suggestions, bug reports or annoyances please report them
to our issue tracker at http://github.com/ask/cl/issues/
Contributing
============
Development of `cl` happens at Github: http://github.com/ask/cl
You are highly encouraged to participate in the development. If you don't
like Github (for some reason) you're welcome to send regular patches.
License
=======
This software is licensed under the `New BSD License`. See the `LICENSE`
file in the top distribution directory for the full license text.
Copyright
=========
Copyright (C) 2011 VMware, Inc.
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.5
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|