-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
38 lines (37 loc) · 1.09 KB
/
CITATION.cff
File metadata and controls
38 lines (37 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This CITATION.cff file was generated with cffinit.
# Visit https://citation-file-format.github.io/ for more info.
cff-version: 1.2.0
title: AlgoTree
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Alexander
family-names: Towell
alias: Alex Towell
email: queelius@gmail.com
affiliation: Southern Illinois University Edwardsville
repository-code: 'https://github.com/queelius/AlgoTree'
url: 'https://queelius.github.io/AlgoTree/'
abstract: >-
AlgoTree is a powerful, modern tree manipulation library
for Python featuring an immutable-by-default API,
composable transformations, and comprehensive tree
operations. It provides functional programming patterns
for tree construction, traversal, pattern matching, and
export to multiple formats including GraphViz, Mermaid,
JSON, and HTML.
keywords:
- tree
- data-structure
- algorithms
- pattern-matching
- transformation
- fluent-api
- immutable
- functional-programming
- python
license: MIT
version: 2.0.2
date-released: '2025-01-03'