Property-manager

Latest version: v3.0

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

Scan your dependencies

Page 1 of 3

3.0

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

No exciting changes, mostly just project maintenance 😇.

- Merge pull request `2`_: Fix deprecation warnings caused by importing
:class:`python2:collections.Hashable` on Python 3.3+ (fixes issue `1`_).

- Drop support for Python 2.6 and 3.4, start testing on 3.7 and 3.8.

- Change order of hints & overview in generated documentation.

- Updated to :pypi:`humanfriendly` 8.0 (to fix deprecated imports).

- Updated the ``Makefile`` to use Python 3 for local development.

- Switched the coveralls badge in the readme to SVG.

- Changed the Read the Docs base URL.

.. _Release 3.0: https://github.com/xolox/python-property-manager/compare/2.3.1...3.0
.. _1: https://github.com/xolox/python-property-manager/issues/1
.. _2: https://github.com/xolox/python-property-manager/pull/2

2.3.1

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

Minor bug fix release to sort the property names in the overview appended to
class docstrings (I'm not sure what the implicit order was but it definitely
wasn't alphabetical :-p).

.. _Release 2.3.1: https://github.com/xolox/python-property-manager/compare/2.3...2.3.1

2.3

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

- Added ``property_manager.sphinx`` module to automatically generate boilerplate documentation.
- Added ``license`` and removed ``test_suite`` key in ``setup.py`` script.
- Include documentation in source distributions.
- Change Sphinx documentation theme.
- Added this changelog.

.. _Release 2.3: https://github.com/xolox/python-property-manager/compare/2.2...2.3

2.2

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

- Decomposed ``__repr__()`` into property selection and rendering functionality.
- Added Python 3.6 to tested and supported versions.
- Properly documented logging configuration.
- Switched Sphinx theme (default → classic).
- Refactored ``setup.py`` script and ``Makefile``:

- Added wheel distributions (``setup.cfg``).
- Fixed code style checks.

.. _Release 2.2: https://github.com/xolox/python-property-manager/compare/2.1...2.2

2.1

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

Remove fancy but superfluous words from ``DYNAMIC_PROPERTY_NOTE`` :-).

.. _Release 2.1: https://github.com/xolox/python-property-manager/compare/2.0...2.1

2.0

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

Easy to use ``PropertyManager`` object hashing and comparisons.

.. _Release 2.0: https://github.com/xolox/python-property-manager/compare/1.6...2.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.