57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
|
|
Metadata-Version: 2.1
|
||
|
|
Name: Lazify
|
||
|
|
Version: 0.4.0
|
||
|
|
Summary: Lazify all the things!
|
||
|
|
Home-page: https://github.com/numberly/lazify
|
||
|
|
Author: Guillaume Gelin
|
||
|
|
Author-email: ramnes@1000mercis.com
|
||
|
|
License: BSD
|
||
|
|
Platform: any
|
||
|
|
Classifier: Intended Audience :: Developers
|
||
|
|
Classifier: Operating System :: OS Independent
|
||
|
|
Classifier: Programming Language :: Python
|
||
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||
|
|
|
||
|
|
.. _Babel: https://github.com/python-babel/babel
|
||
|
|
|
||
|
|
.. image:: https://raw.githubusercontent.com/numberly/lazify/master/logo.jpg
|
||
|
|
:alt: Lazify all the things!
|
||
|
|
:align: center
|
||
|
|
|
||
|
|
======
|
||
|
|
Lazify
|
||
|
|
======
|
||
|
|
|
||
|
|
.. image:: https://img.shields.io/pypi/v/lazify.svg
|
||
|
|
:target: https://pypi.python.org/pypi/Lazify
|
||
|
|
.. image:: https://img.shields.io/github/license/numberly/lazify.svg
|
||
|
|
:target: https://github.com/numberly/lazify/blob/master/LICENSE
|
||
|
|
.. image:: https://img.shields.io/travis/numberly/lazify.svg
|
||
|
|
:target: https://travis-ci.org/numberly/lazify
|
||
|
|
.. image:: https://img.shields.io/coveralls/numberly/lazify.svg
|
||
|
|
:target: https://coveralls.io/github/numberly/lazify
|
||
|
|
|
||
|
|
|
|
||
|
|
|
||
|
|
Lazify aims to be the defacto standard and most complete library for Python
|
||
|
|
tools related to `lazy evaluation
|
||
|
|
<https://en.wikipedia.org/wiki/Lazy_evaluation>`_.
|
||
|
|
|
||
|
|
It's originally based on Babel_ and its ``babel.support.LazyProxy`` class.
|
||
|
|
|
||
|
|
|
||
|
|
Install
|
||
|
|
=======
|
||
|
|
|
||
|
|
.. code-block:: sh
|
||
|
|
|
||
|
|
$ pip install lazify
|
||
|
|
|
||
|
|
|
||
|
|
License
|
||
|
|
=======
|
||
|
|
|
||
|
|
BSD, as per Babel_ licensing
|
||
|
|
|
||
|
|
|