<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/click.git/docs, branch meta</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>update metadata</title>
<updated>2018-09-24T15:21:11+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-24T15:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=5585856f5a7075656f94ffa2af8757cbd1b4fcca'/>
<id>5585856f5a7075656f94ffa2af8757cbd1b4fcca</id>
<content type='text'>
test on 3.7
fix collections deprecation warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test on 3.7
fix collections deprecation warning
</pre>
</div>
</content>
</entry>
<entry>
<title>add docs and changelog for #830</title>
<updated>2018-09-23T01:12:48+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-23T01:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=3496086aed436bee43288a26ec5a5e596df4c512'/>
<id>3496086aed436bee43288a26ec5a5e596df4c512</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1117 from sirosen/docs/tweak-quickstart</title>
<updated>2018-09-19T13:56:48+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-19T13:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=6e410dc879fa0b5e6e4343d5969ccdc0ed5feec6'/>
<id>6e410dc879fa0b5e6e4343d5969ccdc0ed5feec6</id>
<content type='text'>
Clarify Group invocation in quickstart</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify Group invocation in quickstart</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify Group invocation in quickstart</title>
<updated>2018-09-19T03:51:24+00:00</updated>
<author>
<name>Stephen Rosen</name>
<email>sirosen@globus.org</email>
</author>
<published>2018-09-19T03:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=184d74f8bb721b0e5d6967e23adfdabd094c3d56'/>
<id>184d74f8bb721b0e5d6967e23adfdabd094c3d56</id>
<content type='text'>
For new users and, as noted in #663 , especially those whose
introduction to click may coincide with their introduction to python, it
may not be clear that a Group is a callable. More specifically: the
"root" of your command tree is the callable you actually want to invoke
to run your CLI.

closes #663
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For new users and, as noted in #663 , especially those whose
introduction to click may coincide with their introduction to python, it
may not be clear that a Group is a callable. More specifically: the
"root" of your command tree is the callable you actually want to invoke
to run your CLI.

closes #663
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for DateTime param type</title>
<updated>2018-09-13T14:37:35+00:00</updated>
<author>
<name>Stephen Rosen</name>
<email>sirosen@globus.org</email>
</author>
<published>2018-08-27T22:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=5fe0b7e7795f9bb04ae926d00868cfeb1fa33187'/>
<id>5fe0b7e7795f9bb04ae926d00868cfeb1fa33187</id>
<content type='text'>
Add a docstring which defines the behaviors of the class, including
default formats supported, usage of ``datetime.strptime`` and "first
successful parse wins" behavior.

Also add '%Y-%m-%d %H:%M:%S' to the default formats, as it is at least
as commonly seen as '%Y-%m-%dT%H:%M:%S'.
Minor test fix to handle the new format.

Add ``click.DateTime`` to changelog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a docstring which defines the behaviors of the class, including
default formats supported, usage of ``datetime.strptime`` and "first
successful parse wins" behavior.

Also add '%Y-%m-%d %H:%M:%S' to the default formats, as it is at least
as commonly seen as '%Y-%m-%dT%H:%M:%S'.
Minor test fix to handle the new format.

Add ``click.DateTime`` to changelog.
</pre>
</div>
</content>
</entry>
<entry>
<title>organize changelog</title>
<updated>2018-09-10T20:20:02+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-10T20:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=084da90d9bd55c082dec70376f718ee6a7f622fc'/>
<id>084da90d9bd55c082dec70376f718ee6a7f622fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '6.x'</title>
<updated>2018-09-07T15:44:30+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-07T15:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=cf8df8af644908183a52c8371006428d618dd632'/>
<id>cf8df8af644908183a52c8371006428d618dd632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix doc link</title>
<updated>2018-09-07T15:31:51+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-07T15:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=ef0619e67e5d583005e11ca29e0fa87c9e9621fa'/>
<id>ef0619e67e5d583005e11ca29e0fa87c9e9621fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '5.x' into 6.x</title>
<updated>2018-09-07T15:13:17+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-07T15:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=a99c741bad01b221b8a6cff65559adedf7c5fa11'/>
<id>a99c741bad01b221b8a6cff65559adedf7c5fa11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '4.x' into 5.x</title>
<updated>2018-09-07T14:56:31+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-07T14:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=7ede2dbe5ca3bd291c7d18f7767f10752496c6ae'/>
<id>7ede2dbe5ca3bd291c7d18f7767f10752496c6ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
