Metadata-Version: 2.1
Name: cpast
Version: 0.0.3
Summary: Commit in the past
Author-email: skuzow <alex@skuzow.net>
Project-URL: Homepage, https://github.com/skuzow/cpast
Project-URL: Bug Reports, https://github.com/skuzow/cpast/issues
Project-URL: Source, https://github.com/skuzow/cpast
Keywords: git,commit,setuptools,development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

# 🕓 Cpast

[![python](https://img.shields.io/badge/python->=%203.7%20-blue)](https://www.python.org/downloads)
[![pypi](https://img.shields.io/pypi/v/cpast)](https://pypi.org/project/cpast)
[![license](https://img.shields.io/github/license/skuzow/cpast.svg)](https://github.com/skuzow/cpast/blob/master/LICENSE)
[![release](https://github.com/skuzow/cpast/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/skuzow/cpast/actions/workflows/release.yml)
[![test](https://github.com/skuzow/cpast/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/skuzow/cpast/actions/workflows/test.yml)

Commit in the past.

## 🗿 Usage

```bash
  python -m cpast [-h] -d DATE -t TIME -m MESSAGE
```

- Date format: `YYYY-MM-DD`
- Time format: `HH:MM:SS`

## ⚙️ Options

- `-h, --help` Show help message and exit
- `-d DATE, --date DATE` Commit date, example: 2021-12-25
- `-t TIME, --time TIME` Commit time, example: 22:13:05
- `-m MESSAGE, --message MESSAGE` Commit message, example: "init :)"

## 🧩 Install

```bash
  pip install cpast
```
