Metadata-Version: 2.4
Name: biearce_time
Version: 0.1.0
Summary: A package that provides a static 'today' timestamp and time functions based on it.
Home-page: https://github.com/yourusername/biearce_time
Author: Your Name
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# biearce_time

A Python package that provides a static 'today' timestamp and time functions based on it.

## Usage

```
import biearce_time
print(biearce_time.now())
```

## Installation

You can install the package using pip:

```bash
pip install biearce_time
```

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
