You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/03 19:58:05 UTC

[iotdb] branch master updated (04d60f7 -> 49976b0)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 04d60f7  remove incubator in md
     add 49976b0  refactor the packaging structure of Python API module on Pypi (#1939)

No new revisions were added by this update.

Summary of changes:
 client-py/pom.xml                        | 126 +++++++++++++++++++++++++++++++
 {thrift/src => client-py}/pypi/README.md |   0
 {thrift/src => client-py}/pypi/setup.py  |   2 +-
 client-py/readme.md                      |  13 +++-
 client-py/src/Session.py                 |   3 +-
 client-py/src/{utils => }/__init__.py    |   0
 pom.xml                                  |   1 +
 thrift/pom.xml                           | 103 -------------------------
 8 files changed, 141 insertions(+), 107 deletions(-)
 create mode 100644 client-py/pom.xml
 rename {thrift/src => client-py}/pypi/README.md (100%)
 rename {thrift/src => client-py}/pypi/setup.py (97%)
 copy client-py/src/{utils => }/__init__.py (100%)