<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-slugify.git/slugify/slugify.py, branch 2.0.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>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>
<entry>
<title>add more tests</title>
<updated>2016-08-26T15:29:43+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2016-08-26T15:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=7699d5a67a33239308a83f5dc4669f714af4123a'/>
<id>7699d5a67a33239308a83f5dc4669f714af4123a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace quotes with dashes</title>
<updated>2016-01-16T03:42:55+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2016-01-16T03:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=7044d7a7c32388d557506cec4e174e8050c5666c'/>
<id>7044d7a7c32388d557506cec4e174e8050c5666c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed apos quote not replaced by separator - Issue #17</title>
<updated>2016-01-15T14:31:32+00:00</updated>
<author>
<name>Fabio Caccamo</name>
<email>fabio.caccamo@gmail.com</email>
</author>
<published>2016-01-15T14:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=0c9b8e069994f6ab76b4f4f5efd2d85cf795bdd8'/>
<id>0c9b8e069994f6ab76b4f4f5efd2d85cf795bdd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
