Metadata-Version: 2.1
Name: cal9000
Version: 0.1.0
Summary: Vim enabled version of cal(1)
Home-page: https://github.com/dosisod/cal9000
License: GPL-3.0-only
Author: dosisod
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Project-URL: Repository, https://github.com/dosisod/cal9000
Description-Content-Type: text/markdown

# cal9000

Vim enabled version of [cal(1)](https://linux.die.net/man/1/cal).

## Why?

I want to get better about using calendars, but I don't like the thought of
using an online one. I also wanted something that I could use from the CLI
with ease, and be very effecient with it.

## Installing and Running

```
$ pip install cal9000
$ cal9000
```

## Usage

Press `?` to view help.

## Configuration

TBD

## Testing

```
$ git clone https://github.com/dosisod/cal9000
$ cd cal9000
$ python3 -m virtualenv .venv
$ source .venv/bin/activate
$ pip3 install -r dev-requirements.txt
```

