Skip to content

veyga/funstruct

Repository files navigation

funstruct

Some of my fav lil data structures.

These are not meant to be highly performant.

They are useful for smaller datasets and for personal scripts.

Like all functional stuctures, they play very well with recursive algos.

Install

Install like any PyPI package:
pip install funstruct, poetry add funstruct, ...

Commands

This repo utilizes just, which defines a set of common commands. Simply type just to see a list of available commands. These commands are for testing, debugging, etc.

Formatting/Linting

This repo utilizes ruff. Initial Setup:

  • just installhooks Formatting and linting will occur on commit.

About

Some personal go-to's for fun & functional structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published