Metadata-Version: 2.1
Name: BMeyn
Version: 0.18.2
Summary: My project description
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: PyYAML
Requires-Dist: flake8
Requires-Dist: genbadge[all]
Requires-Dist: handsdown
Requires-Dist: jinja2 (==3.0)
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: setuptools-scm
Requires-Dist: wheel

# My Project

![banner](https://BMeyn.github.io/temp_python_pkg//docs/images/project-banner.png)

*****

[![HitCount](https://hits.dwyl.com/BMeyn/temp_python_pkg.svg?style=flat-square)](http://hits.dwyl.com/BMeyn/temp_python_pkg)
[![PyPI version](https://badge.fury.io/py/BMeyn.svg)](https://badge.fury.io/py/BMeyn)
[![Tests Status](https://BMeyn.github.io/temp_python_pkg/docs/badget/unittest-badget.svg?dummy=8484744)]()
[![Coverage Status](https://BMeyn.github.io/temp_python_pkg/docs/badget/coverage-badget.svg?dummy=8484744)]()

## Features:

  - Feature 1

  - Feature 2

  - Feature 3


## Install:

```
pip install BMeyn
```

## Usage:

#TODO: Write usage example

## Contribution:

Please feel free to raise issues or contribute to this project. Here are some steps you can follow if you want to make a contribution

1. Clone the project to your own machine
2. Create a feature branch called: "feature/discription_name"
3. Commit changes to your own branch
4. Create tests for your implemenation
5. Create a pull request when you think your feature is ready
6. We will review your feature and give advice or approve it

