Metadata-Version: 2.1
Name: nitsa
Version: 0.0.0a0
Summary: Placeholder
Home-page: https://github.com/Florents-Tselai/nitsa
Author: Florents Tselai
License: MIT License
Project-URL: Issues, https://github.com/Florents-Tselai/nitsa/issues
Project-URL: CI, https://github.com/Florents-Tselai/nitsa/actions
Project-URL: Changelog, https://github.com/Florents-Tselai/nitsa/releases
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: setuptools
Requires-Dist: pip
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: ruff ; extra == 'test'
Requires-Dist: click ; extra == 'test'

<p align="center">

<p align="center">
   <img width="50%" height="40%" src="" alt="Logo">
  </p>

  <h1 align="center">nitsa</h1>
  <p align="center">
  <strong>Placeholder</strong>
    <br> <br />
    <a href="#status"><strong> Status</strong></a> |
    <a href="#why"><strong> Why</strong></a> |
    <a href="#how"><strong> How </strong></a> |
    <a href="#installation"><strong> Installation </strong></a> |
    <a href="#usage"><strong> Usage </strong></a> |
    <a href="#roadmap"><strong> Roadmap </strong></a> 

   </p>
<p align="center">

<p align="center">
<a href="https://pypi.org/project/nitsa/"><img src="https://img.shields.io/pypi/v/nitsa?label=PyPI"></a>
<a href="https://github.com/Florents-Tselai/nitsa/actions/workflows/test.yml?branch=mainline"><img src="https://github.com/Florents-Tselai/nitsa/actions/workflows/test.yml/badge.svg"></a>
<a href="https://codecov.io/gh/Florents-Tselai/nitsa"><img src="https://codecov.io/gh/Florents-Tselai/nitsa/branch/main/graph/badge.svg"></a>  
<a href="https://opensource.org/licenses/BSD license"><img src="https://img.shields.io/badge/BSD license.0-blue.svg"></a>
<a href="https://github.com/Florents-Tselai/nitsa/releases"><img src="https://img.shields.io/github/v/release/Florents-Tselai/nitsa?include_prereleases&label=changelog"></a>

## Status

## Why

## How


## Installation

## Usage

```bash
pip install nitsa
```

### Development

```bash
pip install -e '.[test]'
pytest
```

