Skip to content

Commit

Permalink
Merge pull request #157 from Thriftpy/revert-139-master
Browse files Browse the repository at this point in the history
Revert "Added Support For Apache JSON and Binary Data"
  • Loading branch information
ethe authored Jan 21, 2021
2 parents 24b3341 + c63bbb2 commit ac2b5e2
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 823 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ python lib):

* json protocol

* Apache JSON protocol compatible with apache thrift distribution's JSON protocol.
Simply do ``from thriftpy2.protocol import TApacheJSONProtocolFactory`` and pass
this to the ``proto_factory`` argument where appropriate.

* buffered transport (python & cython)

* framed transport
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

install_requires = [
"ply>=3.4,<4.0",
"six~=1.15",
]

tornado_requires = [
Expand All @@ -36,7 +35,6 @@
"pytest>=2.8",
"sphinx-rtd-theme>=0.1.9",
"sphinx>=1.3",
"pytest>=6.1.1",
] + tornado_requires


Expand Down
41 changes: 0 additions & 41 deletions tests/apache_json_test.thrift

This file was deleted.

181 changes: 0 additions & 181 deletions tests/test_all_protocols_binary_field.py

This file was deleted.

Loading

0 comments on commit ac2b5e2

Please sign in to comment.