Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/colour-science/flask-compress

Compress responses of your Flask application.
https://github.com/colour-science/flask-compress

Merge branch 'master' of github.com:libwilliam/flask-compress

b13f79950da4b37792e93dcc2464e30b24ee0a8d authored over 8 years ago by William Fagan <[email protected]>
Include MANIFEST.in file so sdist pulls in additional files.

d5004c8186319374d3d6162c19f77816f4e5458f authored over 8 years ago by William Fagan <[email protected]>
Slight tweaks to README.md.

3defe1998be7cafd86a97ec877fef1d42421e9ed authored over 8 years ago by William Fagan <[email protected]>
Slight tweaks to setup.py.

203eea265f47182817d5edf871933f54a1e6426a authored over 8 years ago by William Fagan <[email protected]>
Remove old tox.ini file.

9ad20878c3de964f4fde2393e1f620ad331acc6a authored over 8 years ago by William Fagan <[email protected]>
Ignore coverage files.

566ebc7225b9e4bcdc86aab07c4a90b9eeb219eb authored over 8 years ago by William Fagan <[email protected]>
Add file extension to LICENSE to be more explicit.

c8cfceecccb8646af6758375fdc08eb9af1a3403 authored over 8 years ago by William Fagan <[email protected]>
Switch away from Sphinx docs.

295770f577a49f18238a7dd565bb3d299293797a authored over 8 years ago by William Fagan <[email protected]>
Create master branch via GitHub

f9f29908a59adadea6e3c3b26df4ed1de89dff8e authored over 8 years ago by William Fagan <[email protected]>
Add python 3.5 to Travis CI list.

db2785bcc54ae4133a7b37caeb871acf49374aed authored over 8 years ago by William Fagan <[email protected]>
Bump version to 1.3.1.

cada2ad9d68d506adb6936de5aeb1337ebf88e04 authored over 8 years ago by William Fagan <[email protected]>
List Python 3.5 support in setup.py.

38381c30b2c7b13aa00cdba49070dd9dad96dfe3 authored over 8 years ago by William Fagan <[email protected]>
Minor README update.

c18fc37b95096d9e5a5acd115d4820ce9ed50f68 authored over 8 years ago by William Fagan <[email protected]>
Added appropriate links to shields.

9bfe5a11c4f0c8d5c33df2c490c793b233e756c5 authored over 8 years ago by William Fagan <[email protected]>
Switch away from deprecated flask.ext.

618cfd912492c753313dd6174cd0eb0f4ff50db2 authored over 8 years ago by William Fagan <[email protected]>
Switch to new travis-ci URL.

3e3465b4621b40e577bec1ee5c0b5d3788f92d14 authored about 9 years ago by William Fagan <[email protected]>
Bump version for release.

dafb316b957e117ca7fd4c282d2828c489475018 authored about 9 years ago by William Fagan <[email protected]>
Merge pull request #18 from jmcarp/cache

Optionally cache gzipped responses.

d7e1da05563a6a007ed92e5ec51f4d54f87d8594 authored about 9 years ago by William Fagan <[email protected]>
Optionally cache gzipped responses.

f680fc33de106933a4601adc6498c778c7def5ee authored over 9 years ago by Joshua Carp <[email protected]>
Bump version for release.

aa286bbc635560d40499243a0bafc738f96e46d4 authored over 9 years ago by William Fagan <[email protected]>
Specify supported Python versions.

181845e4f165d15f48699fe35f4157e1796061a6 authored over 9 years ago by William Fagan <[email protected]>
Inline external status indicators.

904158fcfa6a8676afdcfd75efde4c70a6996234 authored over 9 years ago by William Fagan <[email protected]>
Re-add --cover-package now that it is working locally.

f4aeacf35dedf5b1aa0855d72b7bbe14ad0a1f22 authored over 9 years ago by William Fagan <[email protected]>
Don't specify coverage package.

dff6fcfb1734c8b665b7f6f6cf4aabbd3383d4c1 authored over 9 years ago by William Fagan <[email protected]>
Make sure to install nose coverage tools.

c473d2a241986fa1a117584b9d90117d7e902196 authored over 9 years ago by William Fagan <[email protected]>
Added the hooks for Coveralls.

24eea035cf272d18949ecc41d23d7e3d50c44b37 authored over 9 years ago by William Fagan <[email protected]>
Removed download information. Added coverage information.

0512994adb608b741bd595668dd31af8dee1a7d1 authored over 9 years ago by William Fagan <[email protected]>
Add PyPI version and download information to README.

98c3e272c7a93d55897974ee7f3f24f184690f14 authored over 9 years ago by William Fagan <[email protected]>
Bump version for release.

46f3397775a576bc95a1eff4fdda8043f167cd8a authored over 9 years ago by William Fagan <[email protected]>
Added some of the Sphinx documentation to README.md so it is easier to get started using just Github.

a1c7b747c8d07f1ea93c4e6508a304112aadd9a1 authored over 9 years ago by William Fagan <[email protected]>
Re-remove the debug documentation and simplify some other areas of the Sphinx documentation.

0a5d91f29bde0371a804d74831e4e7bc9bca76aa authored over 9 years ago by William Fagan <[email protected]>
Remove app.debug=false requirement.

d027dbcd9914969e82e95bab609f835978f4e5e2 authored over 9 years ago by William Fagan <[email protected]>
Re-add the documentation about debug mode.

dce4798744ddbc18f288640def497f581530ac30 authored over 9 years ago by William Fagan <[email protected]>
Bump version

3ba0f99f1e30bbabb3ad49c4ecbccac6d4839177 authored over 9 years ago by William Fagan <[email protected]>
Remove unneeded response.close() in tests.

3ed0e71a1032b3e985c743d8221c9b804045fa93 authored over 9 years ago by William Fagan <[email protected]>
Merge pull request #13 from pwaller/issue-12

Fix for OPTIONs method crash (#12)

5edde4a86d4e7115cff821137840f23a8b866e6e authored over 9 years ago by William Fagan <[email protected]>
Fix for OPTIONs method crash (#12)

05468a9029d941160fe73b01dd0e50e1e4099eae authored over 9 years ago by Peter Waller <[email protected]>
Merge pull request #11 from gandaro/simplify

simplify Compress.after_request

579dbab14872af5e1a528d1d6f3ee2f0ed18b2c3 authored almost 10 years ago by William Fagan <[email protected]>
simplify Compress.after_request

ab428985521a96a4748dca081eb4a0df527ac9b8 authored almost 10 years ago by Jakob Kramer <[email protected]>
Merge pull request #10 from gandaro/g_set_data

don't use Response.data

529f48804a1d0473130f5e24e70b9f425b114186 authored almost 10 years ago by William Fagan <[email protected]>
don't use Response.data

Werkzeug and Flask documentation:

> data
> A descriptor that calls get_data() and set_dat...

8670e6160c5bf9dd18f04bfbf3e9e7d39aa102fe authored almost 10 years ago by Jakob Kramer <[email protected]>
Bump version for release.

df02b84a74b05b14ef71efa4eb5d604ce59fdcbf authored almost 10 years ago by William Fagan <[email protected]>
Merge pull request #9 from jayzeng/master

* purge compress debug

3a1287d37acb52c3e04566aeabd2f3564bd6600b authored almost 10 years ago by William Fagan <[email protected]>
* added test case to cover app.debug change

785bc668df1d46bd4f236e4544b4b79b019998ad authored almost 10 years ago by Jay Zeng <[email protected]>
* remove debug test method

6887821353d5e71657f1ab9edf0255d535e1e72f authored almost 10 years ago by Jay Zeng <[email protected]>
* respects app.debug

b1a28f914cd0c855cba3bd96626754fb9ea60f13 authored almost 10 years ago by Jay Zeng <[email protected]>
* revert setup.py

caaefba8d35aba516edf1cdf6df08324ff0bba01 authored almost 10 years ago by Jay Zeng <[email protected]>
* revert package name

32fbcf63959e105bd6ae010e33b962a82fda1b68 authored almost 10 years ago by Jay Zeng <[email protected]>
* remove debug from docs and tests

923282f0eb238397e3a225c54017cb64c04c1c28 authored almost 10 years ago by Jay Zeng <[email protected]>
* purge compress debug

91e52edac390d46d82e00b7ff61bcff9a5b7fa2a authored almost 10 years ago by Jay Zeng <[email protected]>
Merge pull request #8 from nicorevin/update_tests

Update tests, backport GzipFile for 2.6

9fae2595388fadb94ba94bd7611f94462011d556 authored over 10 years ago by William Fagan <[email protected]>
Update tests

368f847e4411021eddf813fe72affe750caff856 authored over 10 years ago by Nico Revin <[email protected]>
Support for python 2.6

It's still popular https://gist.github.com/dstufft/10630936,
backporting GzipFile's enter and ex...

499c7eadd8be36b626d84462574030d4d3644d11 authored over 10 years ago by Nico Revin <[email protected]>
Merge pull request #7 from nicorevin/master

Use with statement for GzipFile and werkzeug to calculate response length

ce84fd7f6b21082fbee27338b35c784c45dc7ec1 authored over 10 years ago by William Fagan <[email protected]>
Use built-in werkzeug method for response length calculation

d644440983bf328ca81e84eefa839a5a7d839ef2 authored over 10 years ago by Nico Revin <[email protected]>
Use context manager for gzipfile

326e5aaca7322807573f2c822b00c3203bcb0525 authored over 10 years ago by Nico Revin <[email protected]>
Bump version for release.

d57a9af39ba3046345b34b6c10ee7197dcbffe99 authored over 10 years ago by William Fagan <[email protected]>
Merge pull request #5 from wichitacode/factory-fix

Factory fix

74133a1890509ab9904ce9d44716a62d1e16ea6d authored over 10 years ago by William Fagan <[email protected]>
Add delayed init test.

bfd59ea952a9fdc882f2ac69f2db59e4cbf8ec7b authored over 10 years ago by William Fagan <[email protected]>
Fix incorrect factory initialization.

8457fa5d96f49a3a7e5b2c6041f5e6dadb7e2138 authored over 10 years ago by William Fagan <[email protected]>
Temporarily remove test for vary header until it is fixed.

a68f530abe06cd1bed53fc0d2f895c238127bb75 authored almost 11 years ago by William Fagan <[email protected]>
Slight code organization change.

e9f98de3fb15d10f4ee324ab6608cc46029a61cf authored almost 11 years ago by William Fagan <[email protected]>
Add travis config file.

348387baba3b83c4d6d5c231464459b66ff42256 authored almost 11 years ago by William Fagan <[email protected]>
Bump version for new release.

be94287a42578bcccef4d39e6b5ee7d190e7ea03 authored almost 11 years ago by William Fagan <[email protected]>
Add test for the new Vary header code.

8a85ef20c3213b22d20316978ddffb5796e89b1d authored almost 11 years ago by William Fagan <[email protected]>
Refactor 200 status check since we use it each time.

97eae17b4272b2557cf3b9bcab9d1331557b305f authored almost 11 years ago by William Fagan <[email protected]>
Merge branch 'master' of github.com:wichitacode/flask-gzip

f7658d2d80562df736692c3dc5a2a7485224a8ad authored almost 11 years ago by William Fagan <[email protected]>
Add initial testing code.

fe227c83b56e6e8046b65c640d578f68609aa843 authored almost 11 years ago by William Fagan <[email protected]>
Merge pull request #3 from kenlalonde/master

Don't overwrite the existing "Vary" header value.

ca08e2b1d424739eb42b90a4f720a5c5a42b049b authored almost 11 years ago by William Fagan <[email protected]>
Don't add 'Accept-Encoding' to the Vary list if it's already there.

0074c5832ea6d84f330aa496b7d7ebee403a56ca authored almost 11 years ago by Ken Lalonde <[email protected]>
Don't overwrite the existing "Vary" header value.

4b12e4c929b2752ee23aff537f64e0ab77bfcf46 authored almost 11 years ago by Ken Lalonde <[email protected]>
Bump version for release.

a70a4ff927683368bad132a9f66b31699e8810da authored about 11 years ago by William Fagan <[email protected]>
Pep8 fix.

c948218ee8f7e5733c62fcdb7b01c65b8694889a authored about 11 years ago by William Fagan <[email protected]>
Merge pull request #2 from pj3090/py3k

Python 3 compatibility

c0bbd0377d0924a0097a38a586dc744a810ff167 authored about 11 years ago by William Fagan <[email protected]>
GzipFile in python3 expects a byte-based IO buffer, not a str-based buffer.

IO is an alias to io.BytesIO under python3, StringIO under python2.

3ec697cd3aae7b3b4c5e24727cf2ff65c0ff630f authored about 11 years ago by Patrick Jones <[email protected]>
Removed call to xrange (xrange is not in py3k).

bb1a7ce6be34b911d3dbd2dc86f8613b25ba2351 authored about 11 years ago by Patrick Jones <[email protected]>
Update flask_compress.py

Fixed to work with python 3.x. In python >3 StringIO was included in the io module. This fix w...

6706da76f44efa1005bc3c5ed527bff6f2f97987 authored over 11 years ago by Daniel Kleehammer <[email protected]>
Update version number for release.

dc644b4d2994350e21088be2d6aba6f99afa5301 authored over 11 years ago by William Fagan <[email protected]>
Change name to Flask-Compress so we don't class with Flask-Gzip.

32f8e983b086806fbbcf83e046719ddbadf2b813 authored over 11 years ago by William Fagan <[email protected]>
Add documentation files.

3db2c1e0496f7e3c86c805182dbc4323679027b5 authored over 11 years ago by William Fagan <[email protected]>
Add flask to the requirements file.

fd8806c4a63eed8e21b446c0c96ea3949a1d5e43 authored over 11 years ago by William Fagan <[email protected]>
Add Vary: Accept Encoding to the response.

5762a59ef9ed8f22b4b0e63183a4c88faf809995 authored over 11 years ago by William Fagan <[email protected]>
Use the app.config GZIP_LEVEL.

46f8dc96a0b5aab98c70f92edb24db56a30f8b4a authored over 11 years ago by William Fagan <[email protected]>
Use the app.config GZIP_MIN_SIZE.

a44c2907c3465853b15ce27b1df5a958986079c8 authored over 11 years ago by William Fagan <[email protected]>
Document Gzip object.

2abb1cdf4426f0e3f75b2036ff6109b20d6e74e9 authored over 11 years ago by William Fagan <[email protected]>
Make sure and use reference the correct app.

cf28f379ddfbc7babe704564faa8d544e79a28bc authored over 11 years ago by William Fagan <[email protected]>
Switch to a more conventional Flask configuration for setting options.

3a0c603b134b742c4281d5239a071274ab501c87 authored over 11 years ago by William Fagan <[email protected]>
Bypass direct_passthrough if the object matches one of our mimetypes.

4b368925007374180ae7ec09d52e68859a92188f authored over 11 years ago by William Fagan <[email protected]>
Fix a runtime error when direct_passthrough is used.

d1e1f63062eff158b9bce8b9c3cbcaef1abed8ba authored over 11 years ago by William Fagan <[email protected]>
Add license file.

e923de2ed5d3f8b7873cab314ee08a8ddee5dc17 authored over 11 years ago by William Fagan <[email protected]>
Update README to represent why the fork occured.

de5f43360a225cb4fbd34120e395894bb78a9ed0 authored over 11 years ago by William Fagan <[email protected]>
Update the setup script to represent the fork.

3284304b7b46091903d5223ae5d5481aa5fca4d7 authored over 11 years ago by William Fagan <[email protected]>
Simplify .gitignore.

2db303e7bb36bf205b8e889794555d70faade5df authored over 11 years ago by William Fagan <[email protected]>
Merge pull request #1 from dsully/master

Fix Accept-Encoding match. Split would result in ' gzip', which doesn't match.

ea6f33d82d82c74f2bf372e23ec2fa009f75bf97 authored about 12 years ago by Anthony Nemitz <[email protected]>
Fix Accept-Encoding match (split would result in ' gzip', which doesn't match.

Add minimum_size attribute.

999ff373d40dd98f3ffccb2478ac6d464e3332e3 authored about 12 years ago by Dan Sully <[email protected]>
Merge branch 'master' of github.com:elasticsales/Flask-gzip

66a5df7c51e077bf08a950a0bcc6a77523edef42 authored about 12 years ago by Anthony Nemitz <[email protected]>
compress on debug

0be5a37d80e86269a73d1bbe7d79947482595e67 authored about 12 years ago by Anthony Nemitz <[email protected]>
adding a setup file

1418a2a9fb82ff2fb9de981f5d3ae61e91e58843 authored about 12 years ago by Anthony Nemitz <[email protected]>
Update README.md

Adding credit for original work.

67fb4c390143f302afc8cee3aa0740e8a71aeebe authored about 12 years ago by Anthony Nemitz <[email protected]>
don't compress if debug

ac88d3f9ea3dd0136d23e8be152c83dc4a417cc3 authored about 12 years ago by Anthony Nemitz <[email protected]>