<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/docs, branch remove-cli</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/'/>
<entry>
<title>Remove src path changes</title>
<updated>2020-06-19T16:15:34+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-06-19T16:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=99b9f85cd00b09bb4c8cce23f06e756c1d8f4b62'/>
<id>99b9f85cd00b09bb4c8cce23f06e756c1d8f4b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup GH Actions</title>
<updated>2020-06-19T14:56:15+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-06-19T14:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=78c1af4bff70a25470694591bc59aeaa59c1e9db'/>
<id>78c1af4bff70a25470694591bc59aeaa59c1e9db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary compatibility shims for Python 2 (#498)</title>
<updated>2020-06-19T05:53:17+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-19T05:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=dc8dc7d05d54bd5502295601c01b557caab92a76'/>
<id>dc8dc7d05d54bd5502295601c01b557caab92a76</id>
<content type='text'>
As the project is Python 3 only, can remove the compatibility shims in
compat.py.

Type checking has been simplified where it can:
  - str is iterable
  - bytes is iterable
  - use isinstance instead of issubclass

The remaining function bytes_from_int() has been moved to utils.py.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the project is Python 3 only, can remove the compatibility shims in
compat.py.

Type checking has been simplified where it can:
  - str is iterable
  - bytes is iterable
  - use isinstance instead of issubclass

The remaining function bytes_from_int() has been moved to utils.py.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `tox -e lint` warnings and errors (#490)</title>
<updated>2020-06-08T23:14:22+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-08T23:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=e6f7c09331101d319396333fed5bb65f4ef7d2d8'/>
<id>e6f7c09331101d319396333fed5bb65f4ef7d2d8</id>
<content type='text'>
Now successfully passes when running `tox -e lint`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now successfully passes when running `tox -e lint`.</pre>
</div>
</content>
</entry>
<entry>
<title>Run pyupgrade across project to use modern Python 3 conventions (#491)</title>
<updated>2020-06-08T05:40:09+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-08T05:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=65bca5c4db1b62dc0eb05f40aaa86dabf898fdae'/>
<id>65bca5c4db1b62dc0eb05f40aaa86dabf898fdae</id>
<content type='text'>
pyupgrade is a tool to automatically upgrade Python syntax for newer
versions of the language. Running pyupgrade removes several
Python-2-isms that are no longer necessary now that the project is
Python 3 only.

https://github.com/asottile/pyupgrade</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pyupgrade is a tool to automatically upgrade Python syntax for newer
versions of the language. Running pyupgrade removes several
Python-2-isms that are no longer necessary now that the project is
Python 3 only.

https://github.com/asottile/pyupgrade</pre>
</div>
</content>
</entry>
<entry>
<title>Require tweak (#280)</title>
<updated>2020-05-14T14:50:39+00:00</updated>
<author>
<name>Pau Ruiz Safont</name>
<email>psafont@users.noreply.github.com</email>
</author>
<published>2020-05-14T14:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=008490a85932415ec14ab7d61c64216ddaef75fc'/>
<id>008490a85932415ec14ab7d61c64216ddaef75fc</id>
<content type='text'>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Document top-level .encode and .decode to close #459 (#482)</title>
<updated>2020-04-26T23:52:22+00:00</updated>
<author>
<name>Dima Tisnek</name>
<email>dimaqq@gmail.com</email>
</author>
<published>2020-04-26T23:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=c2c91a7bb504f9ff10387972b8ce9353493ed773'/>
<id>c2c91a7bb504f9ff10387972b8ce9353493ed773</id>
<content type='text'>
Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation for audience usage (#484)</title>
<updated>2020-04-26T23:50:43+00:00</updated>
<author>
<name>Correy Lim</name>
<email>correylim@gmail.com</email>
</author>
<published>2020-04-26T23:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=2b564094a6d71bc9778fa126dbe05e8daed52141'/>
<id>2b564094a6d71bc9778fa126dbe05e8daed52141</id>
<content type='text'>
* Add code example for `aud` being an array

The previous code example only showed the `aud` claim as a single
case-sensitive string, despite the documentation mentioning that the
`aud` claim can be an array of case-sensitive strings

Add a code block demonstrating the `aud` claim being an array of
case-sensitive strings to make it more clear to the user that it is a
permitted use of the `aud` claim

* Add example of the `audience` param as an iterable

Demonstrate to users reading the documentation that the `audience`
parameter is not restricted to the `string` type, but can also accept an
iterable, as implemented in PR#306

https://github.com/jpadilla/pyjwt/pull/306

* Fix short title underlines

Short title underlines throw warnings in reStructuredText linters</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add code example for `aud` being an array

The previous code example only showed the `aud` claim as a single
case-sensitive string, despite the documentation mentioning that the
`aud` claim can be an array of case-sensitive strings

Add a code block demonstrating the `aud` claim being an array of
case-sensitive strings to make it more clear to the user that it is a
permitted use of the `aud` claim

* Add example of the `audience` param as an iterable

Demonstrate to users reading the documentation that the `audience`
parameter is not restricted to the `string` type, but can also accept an
iterable, as implemented in PR#306

https://github.com/jpadilla/pyjwt/pull/306

* Fix short title underlines

Short title underlines throw warnings in reStructuredText linters</pre>
</div>
</content>
</entry>
<entry>
<title>DX Tweaks (#450)</title>
<updated>2019-10-22T02:38:34+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2019-10-22T02:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=11ac89474b1179925c76450fcc4b3d2042c45f19'/>
<id>11ac89474b1179925c76450fcc4b3d2042c45f19</id>
<content type='text'>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</pre>
</div>
</content>
</entry>
<entry>
<title>Document (and prefer) `pyjwt[crypto]` req format (#426)</title>
<updated>2019-06-12T13:24:33+00:00</updated>
<author>
<name>Gunnlaugur Thor Briem</name>
<email>gunnlaugur@gmail.com</email>
</author>
<published>2019-06-12T13:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=3d47b0ea9e5d489f9c90ee6dde9e3d9d69244e3a'/>
<id>3d47b0ea9e5d489f9c90ee6dde9e3d9d69244e3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
