Metadata-Version: 2.2
Name: feltools
Version: 0.0.3
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

feltools 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`
- Sorting function `insert_sort`

## Patchnotes
- **0.0.1**: Added `spec_hash`
- **0.0.2**: Added `insert_sort`
- **0.0.3**: Better description and error handling

## Installation

You can install feltools using pip:

```bash
pip install feltools
