File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,18 @@ nxtools is a set of various tools and helpers used by [Nebula](https://github.co
66Installation
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
1117Examples
1218-------
1319
14- - [ Podcasts downloader] ( https://pastebin.com/5Fya2kep> )
20+ - [ Podcasts downloader] ( https://pastebin.com/5Fya2kep )
1521
1622Reference
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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ def read(fname):
66
77setup (
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" ,
You can’t perform that action at this time.
0 commit comments