Metadata-Version: 2.2
Name: feltools
Version: 0.0.2
Summary: A collection of simple tools in Python
Home-page: 
Author: Felix Reiter
Author-email: sbody1113@gmail.com
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

# feltools

feltoos is a simple Python toolbox designed to provide utility functions for various tasks. This package aims to simplify common operations and make your coding experience more efficient.

## Features

-hashing function "spec_hash" (0.0.1)
-sorting function "insert_sort" (0.0.2)
## Installation

You can install feltools using pip:

```bash
pip install feltools
