Metadata-Version: 2.4
Name: sz-time
Version: 0.2.0
Summary: A simple package to get current time with Shenzhen location
Home-page: https://github.com/yourusername/sz-time
Author: Your Name
Author-email: Your Name <your.email@example.com>
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
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# sz-time

A simple Python package to get current time with Shenzhen location information.

## Installation

```bash
pip install sz-time
```

## Usage

```python
from sz_time import get_current_time_with_shenzhen

# Get current time with Shenzhen location
current_time = get_current_time_with_shenzhen()
print(current_time)
# Output example: 2024-01-01 12:00:00 深圳
```

## Features

- Gets current local time
- Adds "深圳" (Shenzhen) location information
- Simple and easy to use
- Cross-platform compatibility

## Requirements

- Python 3.6 or higher

## License

MIT License
