Metadata-Version: 2.1
Name: recurtools
Version: 0.1.0
Summary: Tools for handling recursive sequences (of sequences of sequences of ...)
Home-page: https://dev.azure.com/MusicalNinjas/_git/recurtools
Author: Mike Foster
Author-email: i.am.mike.foster@gmail.com
License: EUPL 1.2
Project-URL: Source, https://dev.azure.com/MusicalNinjas/_git/recurtools
Project-URL: Info & Requests, https://dev.azure.com/MusicalNinjas/recurtools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

## Introduction

So many questions on StackExchange take the form "How do I ... with a nested list?".
Here are some tools and helpers I developed to solve those kinds of problems

Currently this includes:

- `flatten` to flatten sequences recursively
- `chainanything` to chain (m)anything(s)
- recursive versions of `len`, `sum`, `count`, `in` and `index`

**WARNING** This is a 0.x.x version because I am not yet happy with the function naming. Expect the API to change.

## Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

1. Installation process
2. Software dependencies
3. Latest releases
4. API references

## Build and Test

TODO: Describe and show how to build your code and run the tests.

## Contribute

TODO: Explain how other users and developers can contribute to make your code better.
