Metadata-Version: 2.1
Name: sivtools
Version: 0.1.0
Summary: General purpose toolbox
Home-page: https://github.com/alysivji/sivtools
License: MIT
Keywords: toolbox utilities
Author: Aly Sivji
Author-email: alysivji@gmail.com
Requires-Python: >=3.3,<4
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy

# SivTools

[![Build Status](https://travis-ci.org/alysivji/sivtools.svg?branch=master)](https://travis-ci.org/alysivji/sivtools) [![codecov](https://codecov.io/gh/alysivji/sivtools/branch/master/graph/badge.svg)](https://codecov.io/gh/alysivji/sivtools) [![Docs Status](https://readthedocs.org/projects/sivtools/badge/?version=latest&style=flat)](https://sivtools.readthedocs.io/en/latest/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

*Welcome to my toolbox. We got data structures and utilities.*<br />
*We got everything you want. Honey, we know the `__name__`*

## Installing Package

```console
pip install sivtools
```

## Creating Development Environment

Fork and clone

```console
pip install -r requirements_dev.txt
```

## Running Tests

```console
detox
```

