Metadata-Version: 2.1
Name: hello-world-crock-dev
Version: 1.2.0
Summary: A Hello World package
Home-page: https://github.com/LeikoDmitry/hello-world
Author: Crock-dev
Author-email: leiko.dima2013@yandex.by
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (<=2.24.0)

# Simple package PyPi

[![Build Status](https://travis-ci.com/LeikoDmitry/hello-world.svg?branch=master)](https://travis-ci.com/LeikoDmitry/hello-world)

This is simple package to publish into PyPi.

## Installation

Run the following to install

```
pip install hello-world-crock-dev
```

## Usage

```python
from hello_world.main import hello_world
# Genarate "Hello world"
hello_world()
```


