.. _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
Raw data
{
"_id": null,
"home_page": "https://github.com/numberly/lazify",
"name": "Lazify",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Guillaume Gelin",
"author_email": "ramnes@1000mercis.com",
"download_url": "https://files.pythonhosted.org/packages/24/2c/b55c4a27a56dd9a00bb2812c404b57f8b7aec0cdbff9fdc61acdd73359bc/Lazify-0.4.0.tar.gz",
"platform": "any",
"description": ".. _Babel: https://github.com/python-babel/babel\n\n.. image:: https://raw.githubusercontent.com/numberly/lazify/master/logo.jpg\n :alt: Lazify all the things!\n :align: center\n\n======\nLazify\n======\n\n.. image:: https://img.shields.io/pypi/v/lazify.svg\n :target: https://pypi.python.org/pypi/Lazify\n.. image:: https://img.shields.io/github/license/numberly/lazify.svg\n :target: https://github.com/numberly/lazify/blob/master/LICENSE\n.. image:: https://img.shields.io/travis/numberly/lazify.svg\n :target: https://travis-ci.org/numberly/lazify\n.. image:: https://img.shields.io/coveralls/numberly/lazify.svg\n :target: https://coveralls.io/github/numberly/lazify\n\n|\n\nLazify aims to be the defacto standard and most complete library for Python\ntools related to `lazy evaluation\n<https://en.wikipedia.org/wiki/Lazy_evaluation>`_.\n\nIt's originally based on Babel_ and its ``babel.support.LazyProxy`` class.\n\n\nInstall\n=======\n\n.. code-block:: sh\n\n $ pip install lazify\n\n\nLicense\n=======\n\nBSD, as per Babel_ licensing\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Lazify all the things!",
"version": "0.4.0",
"project_urls": {
"Homepage": "https://github.com/numberly/lazify"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "03a5866b44697cee47d1cae429ed370281d937ad4439f71af82a6baaa139d26a",
"md5": "e4cfddefaf9bc5d54cf84949ceae4019",
"sha256": "c2c17a7a33e9406897e3f66fde4cd3f84716218d580330e5af10cfe5a0cd195a"
},
"downloads": -1,
"filename": "Lazify-0.4.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4cfddefaf9bc5d54cf84949ceae4019",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 3107,
"upload_time": "2018-06-14T13:12:22",
"upload_time_iso_8601": "2018-06-14T13:12:22.273558Z",
"url": "https://files.pythonhosted.org/packages/03/a5/866b44697cee47d1cae429ed370281d937ad4439f71af82a6baaa139d26a/Lazify-0.4.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "242cb55c4a27a56dd9a00bb2812c404b57f8b7aec0cdbff9fdc61acdd73359bc",
"md5": "eb5c71056374b22554f62d4743582f32",
"sha256": "7102bfe63e56de2ab62b3bc661a7190c4056771a8624f04a8b785275c3dd1f9b"
},
"downloads": -1,
"filename": "Lazify-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "eb5c71056374b22554f62d4743582f32",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2968,
"upload_time": "2018-06-14T13:12:20",
"upload_time_iso_8601": "2018-06-14T13:12:20.752453Z",
"url": "https://files.pythonhosted.org/packages/24/2c/b55c4a27a56dd9a00bb2812c404b57f8b7aec0cdbff9fdc61acdd73359bc/Lazify-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-06-14 13:12:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "numberly",
"github_project": "lazify",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pytest",
"specs": [
[
"==",
"3.0.7"
]
]
},
{
"name": "pytest-cov",
"specs": [
[
"==",
"2.4.0"
]
]
}
],
"lcname": "lazify"
}