https://github.com/refty/lazify
Lazify all the things!
https://github.com/refty/lazify
lazy lazy-evaluation python python-3 python-library
Last synced: 8 months ago
JSON representation
Lazify all the things!
- Host: GitHub
- URL: https://github.com/refty/lazify
- Owner: Refty
- License: bsd-3-clause
- Created: 2017-07-13T11:52:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T17:23:54.000Z (almost 4 years ago)
- Last Synced: 2025-04-11T21:13:52.408Z (8 months ago)
- Topics: lazy, lazy-evaluation, python, python-3, python-library
- Language: Python
- Size: 103 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. _Babel: https://github.com/python-babel/babel
.. image:: https://raw.githubusercontent.com/Refty/lazify/master/img/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/Refty/lazify.svg
:target: https://github.com/Refty/lazify/blob/master/LICENSE
.. image:: https://img.shields.io/travis/Refty/lazify.svg
:target: https://travis-ci.org/Refty/lazify
.. image:: https://img.shields.io/coveralls/Refty/lazify.svg
:target: https://coveralls.io/github/Refty/lazify
|
Lazify aims to be the defacto standard and most complete library for Python
tools related to `lazy evaluation
`_.
It's originally based on Babel_ and its ``babel.support.LazyProxy`` class.
Install
=======
.. code-block:: sh
$ pip install lazify
Sponsors
========
.. image:: https://raw.githubusercontent.com/Refty/lazify/master/img/numberly.png
:alt: Numberly
:align: center
:target: https://numberly.com/
|
.. image:: https://raw.githubusercontent.com/Refty/lazify/master/img/refty.png
:alt: Refty
:align: center
:target: https://refty.co/
License
=======
BSD, as per Babel_ licensing