Metadata-Version: 2.4
Name: tbutils
Version: 1.0
Summary: tbutils is a package of utility functions for python.
Home-page: https://github.com/tboulet/mypackage
Author: Timothé Boulet
Author-email: timothe.boulet0@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

# **<project>**

Short description of the project.

<p align="center">
  <img src="assets/myproject.png" alt="General illustration of the project" width="60%"/>
</p>

# Why <project> ?

What is the initial motivation of this project ?

## Objective of the project

How this project will be considered achieved ?

# Table of Contents

-   [**Installation**](#installation)
-   [**Usage**](#usage)

# Installation

Make sure you have Python installed:

**1. (Optional) Create a virtual environment:**

```bash
python -m venv .env
```

**2. Install the package with pip in your terminal:**

```bash
pip install git+https://github.com/tboulet/<project>.git
```

# Usage

**Run the project with the following command:**

```bash
python -m <project>
```
