Yzal

Latest version: v0.0.5

Safety actively analyzes 621892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.4

--------------------

Added
^^^^^

* This CHANGELOG.
* Type hint support in compliance with `PEP 526`_ and `PEP 561`_.
* Use mypy for static type checking.
* Dependency on mypy_ when running on Python 3.4.

Changed
^^^^^^^

* Changed from a module based distribution to a package based distribution.

Removed
^^^^^^^

* Unused rule from tox_ configuration.

0.0.3

--------------------

Fixed
^^^^^

* Packaging bug related to yzal being a module only package.

0.0.2

--------------------

Added
^^^^^

* Travis CI integration testing.
* Support for tox_.


Changed
^^^^^^^

* Moved from ALPHA to BETA status.
* :code:`requirements.txt` is used only for development, release dependencies
are now in :code:`setup.py`.

Fixed
^^^^^

* Bad links in README.

0.0.1

-------------------

Added
^^^^^

* :code:`Thunk` class to delay a computation until it's value is needed.
* :code:`strict` function to force a :code:`Thunk` be evaluated.
* :code:`lazy` decorator to construct lazy functions.




.. _mypy: http://mypy-lang.org/
.. _tox: https://tox.readthedocs.io/en/latest/
.. _PEP 526: https://www.python.org/dev/peps/pep-0526/
.. _PEP 561: https://www.python.org/dev/peps/pep-0561/

.. _Unreleased: https://github.com/ccarocean/yzal/compare/v0.0.5...HEAD
.. _v0.0.5: https://github.com/ccarocean/yzal/compare/v0.0.4...v0.0.5
.. _v0.0.4: https://github.com/ccarocean/yzal/compare/v0.0.3...v0.0.4
.. _v0.0.3: https://github.com/ccarocean/yzal/compare/v0.0.2...v0.0.3
.. _v0.0.2: https://github.com/ccarocean/yzal/compare/v0.0.1...v0.0.2

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.