<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git/unidecode/__main__.py, branch unidecode-1.3.4</title>
<subtitle>www.tablix.org: ~avian/git/unidecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/'/>
<entry>
<title>Add __main__.py file so the CLI can be executed as a module</title>
<updated>2018-12-31T17:14:36+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-31T17:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=40bb63128de14b98fc083e6807bdd78ee8eb487b'/>
<id>40bb63128de14b98fc083e6807bdd78ee8eb487b</id>
<content type='text'>
Allows running the following command to execute the CLI

     $ python -m unidecode ...

https://docs.python.org/3/library/__main__.html

&gt; For a package, the same effect can be achieved by including a
&gt; __main__.py module, the contents of which will be executed when the
&gt; module is run with -m.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows running the following command to execute the CLI

     $ python -m unidecode ...

https://docs.python.org/3/library/__main__.html

&gt; For a package, the same effect can be achieved by including a
&gt; __main__.py module, the contents of which will be executed when the
&gt; module is run with -m.
</pre>
</div>
</content>
</entry>
</feed>
