Skip to content

Commit 7738578

Browse files
committed
Fixed slugify, updated to 1.5.1
1 parent 2f9770d commit 7738578

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ nxtools is a set of various tools and helpers used by [Nebula](https://github.co
66
Installation
77
------------
88

9-
``pip install nxtools``
9+
`pip install nxtools`
10+
11+
### Optional dependencies
12+
13+
- `unidecode` for full unicode transliteration
14+
- `colorama` for colored log output even on Windows
15+
1016

1117
Examples
1218
-------
1319

14-
- [Podcasts downloader](https://pastebin.com/5Fya2kep>)
20+
- [Podcasts downloader](https://pastebin.com/5Fya2kep)
1521

1622
Reference
1723
---------
@@ -202,7 +208,7 @@ Args:
202208
separator (str): string (default: "-")
203209
lower (bool): Convert to lower-case (default: True)
204210
make_set (bool): return "set" object instead of string
205-
min_lenght (int): minimal length of an element (word)
211+
min_length (int): minimal length of an element (word)
206212
slug_whitelist (str): characters allowed in the output
207213
(default ascii letters, digits and the separator)
208214
split_chars (str): set of characters used for word

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
setup(
88
name = "nxtools",
9-
version = "1.5.0",
9+
version = "1.5.1",
1010
author = "Martin Wacker",
1111
author_email = "[email protected]",
1212
description = "A set of utilities and helpers for media processing and content management",

0 commit comments

Comments
 (0)