Metadata-Version: 2.4
Name: lamtanphat
Version: 0.2.0
Summary: A simple demo package providing ltp() and LTPPPP() printing personal information.
Home-page: https://lamtanphat.io.vn/
Author: Lam Tan Phat
Author-email: Lam Tan Phat <lamphat.job@gmail.com>
License: MIT
Project-URL: Homepage, https://lamtanphat.io.vn/
Project-URL: Source, https://lamtanphat.io.vn/
Keywords: lamtanphat,ltp,demo,example
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# lamtanphat

`lamtanphat` is a very simple Python demo package that provides two functions:

- `ltp()`: Prints the string `"Lâm Tấn Phát"`.
- `LTPPPP()`: Prints sample personal information, one attribute per line.

## Installation

You can install the package after building (or directly in the project directory):

```bash
pip install lamtanphat
```

## Usage

Example usage in Python:

```python
from lamtanphat import ltp, LTPPPP

ltp()       # -> prints "Lâm Tấn Phát"
LTPPPP()    # -> prints sample personal information
```
