Dave Shawley
716bff0d7f
Add application/x-www-formurlencoded transcoder.
...
I ended up not using urllib.parse functions since they do not implement
the specification. The only difference is that the specification
requires that "~" is encoded.
NB - this commit is incomplete since it does not handle calling the
transcoder on simple objects. mypy will quite correctly fail.
2021-10-14 07:12:01 -04:00
Dave Shawley
2047fe8d16
Increase test coverage to 100%
2021-10-04 07:30:42 -04:00
Dave Shawley
acc0a1db14
Add type annotations.
...
The next commit is a pile of documentation updates that I didn't want
cluttering up this commit.
2021-10-03 15:52:43 -04:00
Dave Shawley
de43997df5
Reformat using yapf.
...
https://github.com/sprockets/sprockets.mixins.mediatype/issues/35
2021-09-19 09:58:08 -04:00
Dave Shawley
9d3e53b060
Fix namespace packaging.
...
Just oops.... I also updated tox.ini so that it checks all-the-things
and works again.
2021-09-19 09:54:47 -04:00
Dave Shawley
cc08f7b2fd
Remove nose configuration.
2021-09-17 08:10:35 -04:00
Dave Shawley
e26a94778b
Using sphinx-rtd-theme locally as well.
2021-09-16 09:54:15 -04:00
Dave Shawley
775991eb9f
Move requirements into setup.cfg.
2021-09-16 09:53:48 -04:00
Dave Shawley
e9e5f25925
Move metadata from setup.py into setup.cfg.
2021-09-16 09:49:42 -04:00
Dave Shawley
77ecc36026
Enforce 95% code coverage,
2021-09-13 06:28:39 -04:00
Dave Shawley
70c679c156
Run test suite with unittest runner.
2020-09-14 08:19:36 -04:00
Gavin M. Roy
7da331464b
Support Tornado 6, remove setuptools_scm
2019-03-05 09:32:00 -05:00
Andrew Rabert
ace15dd0de
Exclude from flake8
2018-12-04 23:02:05 -05:00
Andrew Rabert
1a40c2cef2
Ensure package is checked during CI
2018-11-28 13:18:19 -05:00
Andrew Rabert
b2e980d04d
Update docs
...
- Update and isoldate doc dependencies
- Simplify sphinx config
- Treat warnings as errors
- Remove redundant self.finish() from examples
2018-11-28 11:28:18 -05:00
Dave Shawley
51dcb9d4f5
Add Python3.5 to test coverage.
2016-01-10 11:37:51 -05:00
Dan Tracy
2012547347
Update setup.cfg to include coverage
2015-06-09 10:29:35 -04:00
Dan Tracy
f73a5e07ce
Initial commit
2015-06-09 09:28:29 -04:00