https://github.com/viseshrp/cprt
https://github.com/viseshrp/cprt
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viseshrp/cprt
- Owner: viseshrp
- License: mit
- Created: 2025-05-05T05:08:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T19:18:21.000Z (4 months ago)
- Last Synced: 2025-06-09T20:23:44.019Z (4 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# cprt
[](https://pypi.org/project/cprt/)
[](https://pypi.org/project/cprt/)
[](https://github.com/viseshrp/cprt/actions/workflows/main.yml)
[](https://codecov.io/gh/viseshrp/cprt)
[](https://github.com/viseshrp/cprt/blob/main/LICENSE)
[](https://black.readthedocs.io/en/stable/)
[](https://docs.astral.sh/ruff/)
[](https://mypy.readthedocs.io/en/stable/)> A CLI tool that scans your project files and updates copyright notices to reflect the current year.

## ๐ 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)