Metadata-Version: 2.4
Name: mkpkg
Version: 2025.11.4
Summary: A package @Julian uses to create Python packages.
Project-URL: Documentation, https://mkpkg.readthedocs.io/
Project-URL: Homepage, https://github.com/Julian/mkpkg
Project-URL: Issues, https://github.com/Julian/mkpkg/issues/
Project-URL: Funding, https://github.com/sponsors/Julian
Project-URL: Source, https://github.com/Julian/mkpkg
Author-email: Julian Berman <Julian+mkpkg@GrayVines.com>
License-Expression: MIT
License-File: COPYING
Keywords: packaging,templating
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.13
Requires-Dist: click
Requires-Dist: jinja2
Requires-Dist: sphinx
Description-Content-Type: text/x-rst

=========
``mkpkg``
=========

|PyPI| |Pythons| |CI| |ReadTheDocs|

.. |PyPI| image:: https://img.shields.io/pypi/v/mkpkg.svg
   :alt: PyPI version
   :target: https://pypi.org/project/mkpkg/

.. |Pythons| image:: https://img.shields.io/pypi/pyversions/mkpkg.svg
   :alt: Supported Python versions
   :target: https://pypi.org/project/mkpkg/

.. |CI| image:: https://github.com/Julian/mkpkg/workflows/CI/badge.svg
  :alt: Build status
  :target: https://github.com/Julian/mkpkg/actions?query=workflow%3ACI

.. |ReadTheDocs| image:: https://readthedocs.org/projects/mkpkg/badge/?version=stable&style=flat
   :alt: ReadTheDocs status
   :target: https://mkpkg.readthedocs.io/en/stable/


A package I (`Julian <https://github.com/Julian>`_) use to create Python packages.

It’s here for myself, but feel free to use it if you’d like.
