Metadata-Version: 2.1
Name: hypeban
Version: 0.0.3
Summary: A utitlity for date operations
Home-page: https://github.com/Bupper420/hypeban
Author: Bupper
Author-email: spidy1576@outlook.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Bupper420/hypeban/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# hypeban

A terminal-based program that calculates days left until a given date that parses DateStrings
in multiple UNIX-compliant formats created by Bupper

## NAME
    hypeban, hp

## SYNOPSIS
    Perform calendar date operations using UNIX-formatted date strings.

## USAGE
    Enter a date as follows.

#### Example 1:
    > since 1969-07-20
    Date input: 1969-07-20
    Output: 19078

#### Example 2:
    > since 01-31-2000
    Date input: 01-31-2000
    Output: 7926

#### Example 3:
    > until 2021-10-31
    Date input: 2021-10-31
    Output: 3

#### Example 4:
    > until 10-31-2021
    Date input: 10-31-2021
    Output: 3

## LICENSE
GNU GENERAL PUBLIC LICENSE v3.0


