Metadata-Version: 2.1
Name: lantools-nsa
Version: 0.0.2
Home-page: 
Author: Alaa' Omar
Author-email: 
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

# Hello World

This is an example project demonstrating how to publish a python module to PyPI.

## Installation

Run the following to install:

```python
pip install helloworld-judy2k
```

## Usage

```python
from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, Everybody!"
say_hello("Everybody")
```
