Metadata-Version: 2.1
Name: zope.meta
Version: 1.1
Summary: Helper functions for package management
Home-page: https://github.com/zopefoundation/meta
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL-2.1
Project-URL: Documentation, https://zopemeta.readthedocs.io
Project-URL: Issue Tracker, https://github.com/zopefoundation/meta/issues
Project-URL: Sources, https://github.com/zopefoundation/meta
Keywords: zope packaging
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: check-python-versions
Requires-Dist: Jinja2
Requires-Dist: packaging
Requires-Dist: pyupgrade
Requires-Dist: requests
Requires-Dist: tomlkit
Requires-Dist: tox
Requires-Dist: zest.releaser
Provides-Extra: test
Requires-Dist: zope.testrunner; extra == "test"
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"

``zope.meta``
=============

.. image:: https://img.shields.io/pypi/v/zope.meta.svg
    :target: https://pypi.python.org/pypi/zope.meta/
    :alt: Latest Version

.. image:: https://github.com/zopefoundation/meta/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/zopefoundation/meta/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/meta/badge.svg?branch=master
    :target: https://coveralls.io/github/zopefoundation/meta?branch=master
        
.. image:: https://readthedocs.org/projects/zopemeta/badge/?version=latest
    :target: https://zopemeta.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

This package contains helper functions and scripts for maintaining package
configurations for Zope Foundation GitHub packages
(https://github.com/zopefoundation).

Please visit https://zopemeta.readthedocs.io for the documentation.


Change log
==========

1.1 (2025-01-29)
----------------

- Drop support for Python 3.8.

- Allow specifying a minimum supported Python version other than the previously
  hardcoded default of Python 3.8.

- Allow ``setuptools <= 75.6.0``.

- Add ``omit`` option to ``coverage-run`` configuration because when defined in
  ``pyproject.toml`` it needs to be a list of strings.

- Update ``setup.py`` of configured packages with small textual changes to
  match current best practices.

1.0 (2024-10-02)
----------------

- Converted to an installable Python package.
