Metadata-Version: 2.4
Name: ducvannguyen
Version: 0.1.0
Summary: A Python package by Duc Van Nguyen
Author-email: Duc Van Nguyen <ducvannguyen@example.com>
License: MIT
Project-URL: Homepage, https://github.com/vanducdev/ducvannguyen
Project-URL: Repository, https://github.com/vanducdev/ducvannguyen
Project-URL: Issues, https://github.com/vanducdev/ducvannguyen/issues
Keywords: ducvannguyen,python,package
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# ducvannguyen

A Python package by Duc Van Nguyen.

## Installation

```bash
pip install ducvannguyen
```

## Usage

```python
import ducvannguyen

# Print a greeting
print(ducvannguyen.hello())

# Get package information
info = ducvannguyen.get_info()
print(info)
```

## Features

- Simple greeting function
- Package information retrieval
- Easy to use and extend

## License

This project is licensed under the MIT License.
