<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-slugify.git/slugify/slugify.py, branch 3.0.2</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>Promote text-unidecode to primary decoding api (#73)</title>
<updated>2019-03-03T17:40:56+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2019-03-03T17:40: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=b8be7d69119dcceb9a3e0ce64a509415737190ac'/>
<id>b8be7d69119dcceb9a3e0ce64a509415737190ac</id>
<content type='text'>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme

* add support user-specific replacements (#66)

thx

* clean up, up version

* add text-unidecode option as extra

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* Optional Extra Requirements (#72)

* Add replacements option (#67)

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* use text-unidecode as primary decoding package

* add dev reqs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme

* add support user-specific replacements (#66)

thx

* clean up, up version

* add text-unidecode option as extra

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* Optional Extra Requirements (#72)

* Add replacements option (#67)

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* use text-unidecode as primary decoding package

* add dev reqs
</pre>
</div>
</content>
</entry>
<entry>
<title>Add replacements option (#67)</title>
<updated>2019-01-03T23:03:36+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2019-01-03T23:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=1340320455f7201117ac3970c0facf5d1e0f8767'/>
<id>1340320455f7201117ac3970c0facf5d1e0f8767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename word_boundaries: more consistent naming (#64)</title>
<updated>2018-12-30T02:57:39+00:00</updated>
<author>
<name>theotheo</name>
<email>theotheo@users.noreply.github.com</email>
</author>
<published>2018-12-30T02:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=683364ea0f4637364b84486ef24124ece0e0597c'/>
<id>683364ea0f4637364b84486ef24124ece0e0597c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper fallback to text-unidecode, favoring Unidecode, drop support for py 2.6, 3.3. (#63)</title>
<updated>2018-12-25T23:00:44+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2018-12-25T23:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=76f4eabe323653555d11702c3e53b66ebf352683'/>
<id>76f4eabe323653555d11702c3e53b66ebf352683</id>
<content type='text'>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for case sensitivity (#54)</title>
<updated>2018-04-26T03:20:35+00:00</updated>
<author>
<name>sme</name>
<email>s-m-e@users.noreply.github.com</email>
</author>
<published>2018-04-26T03:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=5c766dd99d5675f70b34cfabc3a8b8556a0065f1'/>
<id>5c766dd99d5675f70b34cfabc3a8b8556a0065f1</id>
<content type='text'>
* added support for case sensitivity

* remove empty line

* ignore W605 warning from pycodestyle

* doc string for lowercase keyword argument
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added support for case sensitivity

* remove empty line

* ignore W605 warning from pycodestyle

* doc string for lowercase keyword argument
</pre>
</div>
</content>
</entry>
<entry>
<title>support of text-unidecode</title>
<updated>2018-03-25T13:16:14+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2018-03-25T13:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=d12d1fc3851628dba7b071d13d1e61ccbf636fa2'/>
<id>d12d1fc3851628dba7b071d13d1e61ccbf636fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unidecode as an API and allow alternatives (#53)</title>
<updated>2018-03-25T01:48:47+00:00</updated>
<author>
<name>bolkedebruin</name>
<email>bolkedebruin@users.noreply.github.com</email>
</author>
<published>2018-03-25T01:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=874fe140aa68ee1065e2170385f8c4ace5ac644a'/>
<id>874fe140aa68ee1065e2170385f8c4ace5ac644a</id>
<content type='text'>
This PR allows specifying WITH_TEXTUNIDECODE when
installing python-slugify. This allows using
text-unidecode instead of unidecode. It will default
to using unidecode.

Closes: #51</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR allows specifying WITH_TEXTUNIDECODE when
installing python-slugify. This allows using
text-unidecode instead of unidecode. It will default
to using unidecode.

Closes: #51</pre>
</div>
</content>
</entry>
<entry>
<title>add regex_pattern and support for py 3.6</title>
<updated>2017-04-01T16:47:34+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2017-04-01T16:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=b3b38b1fec893326f86363b9821aec6604a11925'/>
<id>b3b38b1fec893326f86363b9821aec6604a11925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added possibility to include custom regex as allowed characters (#36)</title>
<updated>2017-03-31T15:47:10+00:00</updated>
<author>
<name>vrbaskiz</name>
<email>vrbaskiz@gmail.com</email>
</author>
<published>2017-03-31T15:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=750c737b37a7261ef551f9ab013dfb0b1b3eb29a'/>
<id>750c737b37a7261ef551f9ab013dfb0b1b3eb29a</id>
<content type='text'>
Added possibility to allow custom regex as allowed characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added possibility to allow custom regex as allowed characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>add py3.5 support, add manifest.in file, add more tests</title>
<updated>2016-08-26T15:58:56+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2016-08-26T15: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=6472f8fae4088f323a69ef5086f0f97268be88f8'/>
<id>6472f8fae4088f323a69ef5086f0f97268be88f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
