<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-slugify.git/slugify/slugify.py, branch v6.1.0</title>
<subtitle>github.com: un33k/python-slugify.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/'/>
<entry>
<title>allow unicode (#111)</title>
<updated>2022-02-22T19:05:08+00:00</updated>
<author>
<name>Reza Moradi</name>
<email>mrezzamoradi@gmail.com</email>
</author>
<published>2022-02-22T19:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=d968ca7419e6f4e40685888c56d03bea50fd39d7'/>
<id>d968ca7419e6f4e40685888c56d03bea50fd39d7</id>
<content type='text'>
* initial commit to allow unicode

* update version and changelog

* add the flag to the CLI

* update README.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* initial commit to allow unicode

* update version and changelog

* add the flag to the CLI

* update README.md</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misleading pattern name and documentation (#109)</title>
<updated>2022-02-16T22:36:00+00:00</updated>
<author>
<name>Reza Moradi</name>
<email>mrezzamoradi@gmail.com</email>
</author>
<published>2022-02-16T22:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=dce218991ddf16d916501fb6f72980f9ca0c892a'/>
<id>dce218991ddf16d916501fb6f72980f9ca0c892a</id>
<content type='text'>
* Add better typing for slugify.slugify

Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`

* whitespace around =

* fix misleading pattern name and documentation

* fix README.md and cli doc as well

Co-authored-by: Fahrzin Hemmati &lt;fahhem@users.noreply.github.com&gt;
Co-authored-by: Val Neekman (AvidCoder) &lt;un33kvu@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add better typing for slugify.slugify

Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`

* whitespace around =

* fix misleading pattern name and documentation

* fix README.md and cli doc as well

Co-authored-by: Fahrzin Hemmati &lt;fahhem@users.noreply.github.com&gt;
Co-authored-by: Val Neekman (AvidCoder) &lt;un33kvu@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>version file, github action</title>
<updated>2022-02-16T21:11:08+00:00</updated>
<author>
<name>Val Neekman (AvidCoder)</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2022-02-16T21:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=ad33581c491fd16cd64930fe02c862c04595550b'/>
<id>ad33581c491fd16cd64930fe02c862c04595550b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create command line tool that can set all parameters</title>
<updated>2020-04-09T15:41:41+00:00</updated>
<author>
<name>Jacobo de Vera</name>
<email>jacobo.devera@hotjar.com</email>
</author>
<published>2020-03-14T02:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=3b51e23c81f466f3bd7dd916407d074ed0f802f5'/>
<id>3b51e23c81f466f3bd7dd916407d074ed0f802f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for old python - cleanup - up version  (#88)</title>
<updated>2019-10-20T17:39:51+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2019-10-20T17:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=76f327216bc52adc6115eb6d1483405958810c5c'/>
<id>76f327216bc52adc6115eb6d1483405958810c5c</id>
<content type='text'>
* Drop support for EOL Python 2.6 and 3.2-2.4 (#87)

* Drop support for EOL Python 2.6 and 3.2-3.4

* Remove duplicate class

* Upgrade Python syntax with pyupgrade

* Upgrade PyPy and PyPy3 and test 3.8 beta

* up version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop support for EOL Python 2.6 and 3.2-2.4 (#87)

* Drop support for EOL Python 2.6 and 3.2-3.4

* Remove duplicate class

* Upgrade Python syntax with pyupgrade

* Upgrade PyPy and PyPy3 and test 3.8 beta

* up version
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unicode chars from file</title>
<updated>2019-07-28T02:57:38+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2019-07-28T02:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=b79331ced4d93b15dc35bb0a356ccbd03604c123'/>
<id>b79331ced4d93b15dc35bb0a356ccbd03604c123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update readme, add pydoc</title>
<updated>2019-07-28T02:39:01+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2019-07-28T02:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=b6067d10fc140d30d5d8860f28758e56faa59b4e'/>
<id>b6067d10fc140d30d5d8860f28758e56faa59b4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add text-unidecode option as extra</title>
<updated>2019-02-22T22:58:56+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2019-02-22T22:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=7addc366c4187d558bce3c719333936a6974fcc1'/>
<id>7addc366c4187d558bce3c719333936a6974fcc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up, up version</title>
<updated>2019-01-03T22:40:15+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2019-01-03T22:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=8aea5c49b960b66e5c81bf20f17ec23e41c8d157'/>
<id>8aea5c49b960b66e5c81bf20f17ec23e41c8d157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support user-specific replacements (#66)</title>
<updated>2019-01-03T16:28:01+00:00</updated>
<author>
<name>Andriy Orehov</name>
<email>andriyorehov@gmail.com</email>
</author>
<published>2019-01-03T16:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=646761e5b4c73b9be7285c60eab4e10c30fe32f4'/>
<id>646761e5b4c73b9be7285c60eab4e10c30fe32f4</id>
<content type='text'>
thx</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thx</pre>
</div>
</content>
</entry>
</feed>
