Commit graph

19 commits

Author SHA1 Message Date
Andrew Rabert
e85e7fbc9e Add support for python 3.10 2022-03-15 17:48:03 -04:00
Andrew Rabert
8c5633eb6c Replace nose with coverage 2022-02-03 11:48:15 -05:00
Andrew Rabert
b9e2c3a7c5 Add optional sentry integration 2022-02-02 11:28:34 -05:00
Dave Shawley
9430941e4a Use asyncio.all_tasks if it exists.
Python 3.9 removed ``asyncio.Task.all_tasks`` so I switched to using
``asyncio.all_tasks`` instead.  The ``all_tasks`` function was added
in 3.7 and ``Task.all_tasks`` was deprecated then.
2020-07-18 08:50:20 -04:00
Dave Shawley
c800f9a00f Advertise support for python 3.8 2019-09-02 17:05:52 -04:00
Andrew Rabert
c6cfc2bc82 Simplify setup.py 2018-11-26 19:26:34 -05:00
Andrew Rabert
8dfb33d6cc Drop pypy support 2018-11-26 19:03:37 -05:00
Andrew Rabert
3b30dbb8e2 Drop support for Python < 3.5 2018-11-26 19:03:37 -05:00
Dave Shawley
2f263b0997 Add `httprun` distutils command. 2016-06-13 23:23:17 -04:00
Gavin M. Roy
f028723e45 Use mediatype.ContentMixin if its also extended 2015-11-20 14:14:39 -05:00
Dave Shawley
12d2855bd7 Bumps for 1.0.0. 2015-11-20 08:26:27 -05:00
Dave Shawley
a58be5af37 Fix requirements management.
So many things were wrong with the last version... soo soooo many
things.
2015-07-23 09:14:14 -04:00
Dave Shawley
446ac38a00 Update package metadata.
PyPI requires author_email if author is set and apparently Tornado is
not a valid web framework.
2015-07-23 07:31:56 -04:00
Dave Shawley
5fa31adfce Add requirements directory. 2015-07-22 13:31:19 -04:00
Dave Shawley
877581d9ce Rework version management. 2015-07-22 13:29:16 -04:00
Gavin M. Roy
5a78150126 Add setup entry points
The entry point is used to register the module as a sprockets controller.

- Simplify the python 2.7 check
- Fix the MANIFEST.in format
- Add stub sprockets.http methods
2014-08-19 16:52:51 -04:00
Gavin M. Roy
01f0008125 Add a .gitignore and update the setup.py 2014-08-19 13:22:13 -04:00
Gavin M. Roy
00e4315fab Add missing import 2014-08-19 13:17:46 -04:00
Gavin M. Roy
30e407f922 Initial project structure 2014-08-19 12:58:29 -04:00