An open API service indexing awesome lists of open source software.

https://github.com/viseshrp/cprt


https://github.com/viseshrp/cprt

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# cprt

[![PyPI version](https://img.shields.io/pypi/v/cprt.svg)](https://pypi.org/project/cprt/)
[![Python versions](https://img.shields.io/pypi/pyversions/cprt.svg?logo=python&logoColor=white)](https://pypi.org/project/cprt/)
[![CI](https://github.com/viseshrp/cprt/actions/workflows/main.yml/badge.svg)](https://github.com/viseshrp/cprt/actions/workflows/main.yml)
[![Coverage](https://codecov.io/gh/viseshrp/cprt/branch/main/graph/badge.svg)](https://codecov.io/gh/viseshrp/cprt)
[![License: MIT](https://img.shields.io/github/license/viseshrp/cprt)](https://github.com/viseshrp/cprt/blob/main/LICENSE)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://black.readthedocs.io/en/stable/)
[![Lint: Ruff](https://img.shields.io/badge/lint-ruff-000000.svg)](https://docs.astral.sh/ruff/)
[![Typing: mypy](https://img.shields.io/badge/typing-checked-blue.svg)](https://mypy.readthedocs.io/en/stable/)

> A CLI tool that scans your project files and updates copyright notices to reflect the current year.

![Demo](https://raw.githubusercontent.com/viseshrp/cprt/main/demo.gif)

## ๐Ÿš€ Why this project exists

Explain the problem this tool solves or the goal it's intended to fulfill.

## ๐Ÿง  How this project works

Explain how the tool works.

## ๐Ÿ“ Requirements

* Python >= 3.9

## ๐Ÿ“ฆ Installation

```bash
pip install cprt
```

## ๐Ÿงช Usage

* To view the help message, run the following command:

```bash
cprt --help
```

## ๐Ÿ› ๏ธ Features

* Does stuff

## ๐Ÿงพ Changelog

See [CHANGELOG.md](https://github.com/viseshrp/cprt/blob/main/CHANGELOG.md)

## ๐Ÿ™ Credits

* [Click](https://click.palletsprojects.com), for enabling delightful CLI development.
* Inspired by [Simon Willison](https://github.com/simonw)'s work.

## ๐Ÿ“„ License

MIT ยฉ [Visesh Prasad](https://github.com/viseshrp)