Metadata-Version: 2.4
Name: nepalpy
Version: 1.2.0
Summary: Nepali name generator, surname and caste/ethnic group utilities
Home-page: https://github.com/mrsushilshrestha/nepalpy
Author: Sushil Shrestha
Author-email: mrsushilshresthaofficial@gmail.com
License: MIT
Project-URL: LinkedIn, https://www.linkedin.com/in/mrsushilshresthaofficial/
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# nepalpy 🇳🇵

**Nepali Name & Caste Generator** – A lightweight, zero-dependency Python library to generate realistic Nepali names, surnames, and caste/ethnic group information.

Perfect for:
- Creating test/fake data for Nepali apps
- Cultural & demographic simulations
- Name-based applications in Nepal

[![Python Version](https://img.shields.io/pypi/pyversions/nepalpy)](https://pypi.org/project/nepalpy/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/nepalpy.svg)](https://badge.fury.io/py/nepalpy)

## Features

- Generate random first names (male/female/mixed)
- Filter by starting/ending letter
- Generate surnames & full names
- Access 100+ Nepali castes/ethnic groups
- Get caste category (Khas-Arya, Janajati, Newar, Dalit, Madhesi, etc.)

Zero external dependencies — pure Python!

## Installation

```bash
pip install nepalpy
