Commit graph

34 commits

Author SHA1 Message Date
sprockets
95f8f987ba Flake8: fixes after running flake8 2020-03-17 15:15:13 +05:30
prashantk
a06f5ef614 Change version to 3.0.0 2020-03-16 16:48:53 +05:30
prashantk
f93bc954ed Migrate the tests to support async and await 2020-03-16 16:47:18 +05:30
prashantk
eb5e3be8e7 Migrate to async and await for avro_pubsliher __init__ file 2020-03-16 16:45:01 +05:30
prashantk
af82ea0b5f Changes to requirements file 2020-03-16 16:43:23 +05:30
prashantk
5844503dfc Changes to travis, Liscense and readme.rst file 2020-03-16 16:42:35 +05:30
prashantk
7d25213c17 Changes to the setup files 2020-03-16 16:41:49 +05:30
Ryan Mclean
bf3821ac50 Merge pull request #6 from sprockets/amqp-mixin-updates
Refactor to reflect changes to sprockets.mixins.amqp
2017-05-03 23:27:49 -04:00
Gavin M. Roy
6a57ea4e61 Bleh 2017-05-03 23:23:28 -04:00
Gavin M. Roy
adc69339d2 Decode JSON on our own since S3 doesnt set a return content type 2017-05-03 23:02:08 -04:00
Gavin M. Roy
7194a2143f Include codecov 2017-05-03 22:53:48 -04:00
Gavin M. Roy
d8ba3d0c28 Remove pins for test dependencies 2017-05-03 22:49:08 -04:00
Gavin M. Roy
bd479da7cb Refactor to reflect changes to sprockets.mixins.amqp 2017-05-03 22:44:37 -04:00
Brian Korty
6730f3a244 Merge pull request #4 from ibnpaul/avro-refactor
Replace Avro publisher internals with latest internal version
2017-04-27 09:41:00 -04:00
Robin Klingsberg
aec6974bc7 Replace Avro publisher internals with latest internal version
Move mixin to its own file
Add helper method for Avro publishing
Update setup.py and requires files to current standard
Replace avro with fastavro
Update MANIFEST.in with new requires files
Add setup.cfg
Add docs dir with index and history files
Add unit tests
Add unit tests to Travis CI config
Add Python 2.7, pypy, and 3.5.1 to Travis CI config

h/t to @gmr for the new internals
2017-04-25 13:32:46 -04:00
Ryan Mclean
2e0a43123a Merge pull request #3 from dave-shawley/fix-build
Fix build
2016-08-09 15:49:28 -04:00
Dave Shawley
50d4cada87 Add `pip install -e' to appease travis. 2016-08-09 15:21:27 -04:00
Dave Shawley
a08d3cfc33 Remove print statement. 2016-08-09 15:13:38 -04:00
Dave Shawley
3b6703230b Add travis-ci 2016-08-09 15:13:38 -04:00
Dave Shawley
5cad25c511 Bump version to 1.0.1. 2016-08-09 15:08:35 -04:00
Dave Shawley
6132f11d70 Adjust development status -> beta. 2016-08-09 15:07:48 -04:00
Dave Shawley
b852a5f58f requirements: Remove testing.txt
No tests, no requirements.
2016-08-09 15:07:31 -04:00
Dave Shawley
723479f6d5 setup.cfg: Not a universal distribution.
We cannot distribute this as a universal wheel since the dependencies
differ between Python 2 and Python 3.  Also removed the nose section
since we don't have no stinking tests.
2016-08-09 15:03:58 -04:00
Brian Korty
71a27c50cd Merge pull request #2 from sprockets/add-install
Add installation method
2016-03-15 15:02:27 -04:00
Ryan Mclean
39f2b5cc6c Add installation method
Move application initializations out of initialize and into ``sprockets.mixins.avro_publisher.install``
Add sprockets.mixins.amqp.install to setup amqp for application
Bump version to 1.0.0
2016-03-15 14:31:58 -04:00
Brian Korty
53472d9af1 Merge pull request #1 from sprockets/fix-packaging
Replace py_module usage with packages.
2015-09-28 11:51:52 -04:00
Dave Shawley
d30223ecb7 Replace py_module usage with packages. 2015-09-28 11:33:11 -04:00
Gavin M. Roy
a70fbd5023 Fix the setup.py 2015-09-24 15:10:21 -04:00
Gavin M. Roy
6131829c59 Update the README example 2015-09-24 15:09:34 -04:00
Gavin M. Roy
9932e011d4 Fix the package name 2015-09-24 15:02:32 -04:00
Gavin M. Roy
4c3f52bcb9 Fix the package name 2015-09-24 15:01:10 -04:00
Gavin M. Roy
53f84ad7b1 Add a .gitignore 2015-09-24 14:33:57 -04:00
Gavin M. Roy
a2ca0082e0 Remove pyc 2015-09-24 14:33:08 -04:00
Gavin M. Roy
7324bea384 Initial commit 2015-09-24 14:29:18 -04:00