Metadata-Version: 2.4
Name: lv-namedays
Version: 0.3.2
Summary: a CLI tool and a library for Latvian name day lookup
Project-URL: homepage, https://github.com/CaptSolo/lv-namedays
Project-URL: issues, https://github.com/CaptSolo/lv-namedays/issues
Author: CaptSolo
License-File: LICENSE
Keywords: CLI,Latvian,name days,nameday
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: click
Provides-Extra: convert
Requires-Dist: openpyxl; extra == 'convert'
Requires-Dist: pandas; extra == 'convert'
Description-Content-Type: text/markdown

# Latvian name day list

This repository contains the Latvian name day list and an utility for working with it.

About [Latvian name days](https://en.wikipedia.org/wiki/Name_day#Latvia).

### Installation

To install this tool run:

```
pip install lv-namedays
```

Using `uv`:

```
uv pip install lv-namedays
```

You can also install it as a `uv` tool and then run it directly from shell:

```
> uv tool install lv-namedays

> nameday now

Šodienas vārda dienas: Antons, Antis, Antonijs
```

### Usage

```
Usage: nameday [OPTIONS] COMMAND [ARGS]...

  A program for lookup in the Latvian name day calendar.

  It can display today's name days and look up the name day date for a
  specific name.

Options:
  --help  Show this message and exit.

Commands:
  name  Show the name day for a specific name.
  now   Show today's name days.
  week  Show name days for the current day and 3 days before and after it.
```

### Data source

https://data.gov.lv/dati/eng/dataset/latviesu-tradicionalais-un-paplasinatais-kalendarvardu-saraksts

### Related projects

- [slikts/vardadienas](https://github.com/slikts/vardadienas)
- [laacz: namedays](https://gist.github.com/laacz/5cccb056a533dffb2165)
