Metadata-Version: 2.3
Name: whiteprints
Version: 0.10.3
Summary: A Copier-based cookiecutter for creating Python projects managed by uv.
Project-URL: changelog, https://github.com/whiteprints/whiteprints/releases
Project-URL: discussions, https://github.com/whiteprints/whiteprints/discussions
Project-URL: documentation, https://github.com/whiteprints/whiteprints
Project-URL: download, https://github.com/whiteprints/whiteprints/releases
Project-URL: homepage, https://github.com/whiteprints/whiteprints
Project-URL: integration, https://github.com/whiteprints/whiteprints/actions
Project-URL: issues, https://github.com/whiteprints/whiteprints/issues
Project-URL: pypi, https://pypi.org/project/whiteprints
Project-URL: repository, https://github.com/whiteprints/whiteprints
Author: Romain Brault
Maintainer: Romain Brault
License: GPL-3.0-or-later
Keywords: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Framework :: Sphinx
Classifier: Framework :: tox
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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: Typing :: Typed
Requires-Python: <4.0,>=3.9
Requires-Dist: distro==1.9
Requires-Dist: importlib-metadata==8.5; python_full_version < '3.10'
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: rich-click==1.8.5
Requires-Dist: typing-extensions==4.12.2; python_full_version < '3.12'
Requires-Dist: uv==0.5.7
Description-Content-Type: text/markdown

<!--

SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors <whiteprints@pm.me>

SPDX-License-Identifier: CC-BY-NC-SA-4.0
-->

# Whiteprints

![Whiteprints banner](https://raw.githubusercontent.com/whiteprints/whiteprints/refs/heads/main/docs/_static/banner.svg)
<div align="center">
    <p>
        <em>
            A Copier-based cookiecutter for creating Python projects managed by uv.
        </em>
    </p>
    <p>
        <a href="https://www.python.org"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/whiteprints.svg?logo=Python&logoColor=ffd43b"/></a>
        <a href="https://pypi.org/project/whiteprints"><img alt="PyPI - Project Version" src="https://img.shields.io/pypi/v/whiteprints.svg?logo=PyPI&logoColor=ffd43b"/></a>
        <a href="https://spdx.org/licenses/GPL-3.0-or-later"><img alt="license badge" src="https://img.shields.io/badge/📝_License-GPL--3.0--or--later-4CAF50.svg"/></a>
        <a href="https://github.com/whiteprints/whiteprints/discussions"><img alt="GitHub Discussions" src="https://img.shields.io/github/discussions/whiteprints/whiteprints.svg?logo=GitHub"></a>
        <a href="https://api.reuse.software/info/github.com/whiteprints/whiteprints"><img alt="REUSE status" src="https://api.reuse.software/badge/github.com/whiteprints/whiteprints"/></a>
        <a href='https://readthedocs.org/projects/whiteprints/'><img src='https://readthedocs.org/projects/whiteprints/badge/?version=latest' alt='Documentation Status' /></a>
        <a href="https://www.contributor-covenant.org/version/2/1/code_of_conduct/"><img alt="contributor covenant badge" src="https://img.shields.io/badge/Contributor_Covenant-2.1-4BAAAA.svg?logo=contributorcovenant"/></a>
        <a href="https://codecov.io/gh/whiteprints/whiteprints" ><img alt="CodeCov code coverage" src="https://codecov.io/gh/whiteprints/whiteprints/graph/badge.svg?token=YrFGtQ5D5F"/></a>
        <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
        <a href="https://github.com/whiteprints/whiteprints?tab=readme-ov-file#contributors" ><img alt="All Contributors" src="https://img.shields.io/github/all-contributors/whiteprints/whiteprints?color=ee8449\"/></a>
        <!-- ALL-CONTRIBUTORS-BADGE:END -->
    </p>
</div>

## Table of contents

- [Background](#background)
- [Highlights](#highlights)
- [Install](#install)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [Licensing](#licensing)

## Background

whiteprints is a command line to generate [Python] projects managed by [uv].

This is currently for my personal use, the documentation needs to be vastly
improved. However if you like the project feel free to use it, ask me questions
and even contribute 😊.

## Highlights

- Managed by [uv]
- [Tox], [Pytest] and [Sphinx] for the development
- Template for [GitHub] with actions to publish to [PyPI], [ReadTheDocs] and
  [CodeCov]

The whiteprint command line is under [GPL-3.0-or-later] license, however the
code templates used to generate the code are under [MIT-0] license.


### Try it!

All you need is a working `uv`. If you don't already have it just open a
terminal and run:

- On macOS and Linux:
  ```console
  curl -LsSf https://astral.sh/uv/install.sh | sh
  ```
- On Windows:
  ```console
  powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
  ```

Then just run whiteprints with uvx:

```
uvx whiteprints init my_awesome_project
```
Answer a few questions and you're ready to go 🚀.

This will create a directory named `my_awesome_project` containing your [Python] project.

To generate a [GitHub] template please look at the command line help

```
uvx whiteprints init --help
```

You may also have a look at the [Documentation](https://whiteprints.readthedocs.io/en/stable/)

## Documentation

See: https://whiteprints.readthedocs.io/en/stable/.

## Install

See [INSTALL.md](https://github.com/whiteprints/whiteprints/blob/main/INSTALL.md).

## Maintainers

See [MAINTAINERS.md](https://github.com/whiteprints/whiteprints/blob/main/MAINTAINERS.md).

## Contributing

See [CONTRIBUTING.md](https://github.com/whiteprints/whiteprints/blob/main/CONTRIBUTING.md).

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/RomainBrault"><img src="https://avatars.githubusercontent.com/u/1455095?v=4?s=100" width="100px;" alt="Romain Brault"/><br /><sub><b>Romain Brault</b></sub></a><br /><a href="#infra-RomainBrault" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/whiteprints/whiteprints/commits?author=RomainBrault" title="Tests">⚠️</a> <a href="https://github.com/whiteprints/whiteprints/commits?author=RomainBrault" title="Code">💻</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

## Licensing

The _[Python]_ **code** of this project is distributed under license [GPL-3.0-or-later].

In case of doubt, please check the [SPDX] header of each individual source code file.

[Python]: https://www.python.org/
[SPDX]: https://spdx.dev/
[REUSE]: https://reuse.software/
[uv]: https://docs.astral.sh/uv/
[Tox]: https://tox.wiki/
[Pytest]: https://docs.pytest.org/en/stable/
[Sphinx]: https://www.sphinx-doc.org/en/master/index.html
[PyPI]: https://pypi.org/
[ReadTheDocs]: https://about.readthedocs.com/
[CodeCov]: https://about.codecov.io/
[GPL-3.0-or-later]: https://spdx.org/licenses/GPL-3.0-or-later
[MIT-0]: https://spdx.org/licenses/MIT-0
[GitHub]:https://github.com/
