Metadata-Version: 2.1
Name: Timestamps70
Version: 1.0.1
Summary: This package converts timestamps and clocktime to the scale between 1 and 1440
Home-page: UNKNOWN
Author: Jane Smith
Author-email: jamesmith@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Timestamps70 package

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This package contains four functions:

- number_to_one_four_four_zero_scale()
- timestamp_to_number()
- clocktime_to_number()
- number_to_clocktime()

## Installation

```
pip install Timestamps70
```

## Usage

- There are [number of functions] functions:
	- number_to_one_four_four_zero_scale()
	- timestamp_to_number()
	- clocktime_to_number()
	- number_to_clocktime()

## Example: activityDictionary

```
import timestamps70
timestamps70.clocktime_to_number('03:59:00')
```
**Output**

```
1440
```

## Note

- Contributions are welcome. Contact: janesmith@example.com

## Author

Jane Smith 2021


