Skip to content

Commit af8ed38

Browse files
committed
back in the saddle
1 parent c49c38d commit af8ed38

File tree

4 files changed

+586
-6
lines changed

4 files changed

+586
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ DEV*
1111
TODO-fuzzy
1212
box
1313

14+
/fuzzylogic-*
15+
workspace.code-workspace
16+
src/fuzzylogic.egg*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fuzzy - Fuzzy Logic for Python 3
1+
# Fuzzy Logic for Python 3
22
This is the fourth time I rebuilt this library from scratch to find the sweet spot between ease of use (beautiful is better than ugly!), testability (simple is better than complex!) and potential to optimize for performance (practicality beats purity!).
33

44
### Why a new library?

0 commit comments

Comments
 (0)