Metadata-Version: 2.4
Name: satheesh
Version: 0.1.0
Summary: Official Satheesh Python identity package
Author: Satheesh
License: MIT
Classifier: Programming Language :: Python :: 3
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
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

# satheesh

Official Python Identity Package

A lightweight, dependency-free Python package that provides identity and contact information for Satheesh.

## Installation

```bash
pip install satheesh
```

## Usage

### Basic Usage

```python
from satheesh import info, contact

# Get identity information
identity = info()
print(identity)

# Get contact information
contact_info = contact()
print(contact_info)
```

### CLI Usage

```bash
# Display identity information
satheesh --info

# Display contact information
satheesh --contact
```

## API

### info()

Returns a dictionary containing:
- `name`: Satheesh
- `role`: Python Developer
- `skills`: List of skills (Python, FastAPI, MongoDB, Azure)
- `mission`: Building scalable backend systems

### contact()

Returns a dictionary containing:
- `email`: satheesh@example.com
- `github`: GitHub profile URL
- `linkedin`: LinkedIn profile URL

## License

MIT License
