<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/click.git/src/click/formatting.py, branch parser-rewrite</title>
<subtitle>github.com: pallets/click
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/'/>
<entry>
<title>HelpFormatter.write_text uses full width</title>
<updated>2021-05-11T06:07:23+00:00</updated>
<author>
<name>Gianluca Gippetto</name>
<email>gianluca.gippetto@gmail.com</email>
</author>
<published>2021-05-07T15:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=dcd991d986d43c4f12cc838c4008dfafc015c21d'/>
<id>dcd991d986d43c4f12cc838c4008dfafc015c21d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add typing annotations</title>
<updated>2021-04-23T15:38:47+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2021-04-23T15:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=0103c9570650daa59560baf42ad0a27e57b3157f'/>
<id>0103c9570650daa59560baf42ad0a27e57b3157f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mark more messages for translation</title>
<updated>2021-04-03T22:06:27+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2021-04-03T19:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=8d49e146ab8c2312e7917bb7c3f8abf01b8b55bf'/>
<id>8d49e146ab8c2312e7917bb7c3f8abf01b8b55bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert adding space between option help</title>
<updated>2021-04-02T15:35:44+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2021-04-02T15:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=bc21607df91d6c18f8c1054b82a59127cd17f0ea'/>
<id>bc21607df91d6c18f8c1054b82a59127cd17f0ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial type checking configuration</title>
<updated>2021-02-15T23:41:56+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2021-01-31T23:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=5a77d69224936898e81010bb1c78fcb28e534318'/>
<id>5a77d69224936898e81010bb1c78fcb28e534318</id>
<content type='text'>
add minimal annotations to pass checks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add minimal annotations to pass checks
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate click.get_terminal_size() in favor of stdlib shutil.</title>
<updated>2021-02-15T20:44:20+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-22T23:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=5ab1ac229558b40ac87a16ac80603d0330c2e6e1'/>
<id>5ab1ac229558b40ac87a16ac80603d0330c2e6e1</id>
<content type='text'>
Since Python 3.3, the stdlib provides the function
shutil.get_terminal_size(). Now that the project has dropped Python 2
support, the compatibility shim is no longer necessary.

The stdlib version returns a named tuple. So rather than indexing "0",
can use the more self-documenting attribute "columns".

Docs available at:
https://docs.python.org/3/library/shutil.html#shutil.get_terminal_size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Python 3.3, the stdlib provides the function
shutil.get_terminal_size(). Now that the project has dropped Python 2
support, the compatibility shim is no longer necessary.

The stdlib version returns a named tuple. So rather than indexing "0",
can use the more self-documenting attribute "columns".

Docs available at:
https://docs.python.org/3/library/shutil.html#shutil.get_terminal_size
</pre>
</div>
</content>
</entry>
<entry>
<title>f-strings everywhere</title>
<updated>2020-04-20T14:12:53+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2020-04-20T06:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=9897d81d0830f2048360cbd45993de1b37ce7371'/>
<id>9897d81d0830f2048360cbd45993de1b37ce7371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apply pyupgrade --py36-plus</title>
<updated>2020-04-20T14:12:52+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2020-04-20T05:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=b444e6355ec50417546f42138bb833d1e9e8b306'/>
<id>b444e6355ec50417546f42138bb833d1e9e8b306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manual cleanup</title>
<updated>2020-03-08T15:57:08+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2020-03-08T15:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=718485be48263056e7036ea9a60ce11b47e2fc26'/>
<id>718485be48263056e7036ea9a60ce11b47e2fc26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apply black</title>
<updated>2020-03-06T21:50:04+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2020-03-06T21:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=93ba3ba112d2f8ba7bdd8b231e510f74dd0b037e'/>
<id>93ba3ba112d2f8ba7bdd8b231e510f74dd0b037e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
