You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/10/25 19:57:11 UTC

[GitHub] [incubator-iceberg] xhochy commented on a change in pull request #551: [python] First add to docs, addresses #323 and #363

xhochy commented on a change in pull request #551: [python] First add to docs, addresses #323 and #363
URL: https://github.com/apache/incubator-iceberg/pull/551#discussion_r339215763
 
 

 ##########
 File path: python/README.md
 ##########
 @@ -15,6 +15,33 @@
  - limitations under the License.
  -->
 
-# Iceberg
-A python implementation of the Iceberg table format.
-See the project level README for more details: https://github.com/apache/incubator-iceberg
+# Iceberg Python
+
+Iceberg is a python library for programatic access to iceberg table metadata as well as data access. The intention is to provide a functional subset of the java library.
+
+## Getting Started
+
+Iceberg python is currently in development, for development and testing purposes the best way to install the library is to perform the following steps:
+
+```
+git clone https://github.com/apache/incubator-iceberg.git
+cd incubator-iceberg/python
+pip install -e .
+```
+
+## Testing
+Testing is done using tox. The config can be found in `tox.ini` within the python directory of the iceberg project.
+
+```
+# simply run tox from within the python dir
+tox
+```
+
+## Get in Touch
+
+- Email:
+    * [dev@iceberg.apache.org](mailto:dev@iceberg.apache.org)
+
+- Issues
+    * [File a github incident](https://github.com/apache/incubator-iceberg/issues)
 
 Review comment:
   Should have been called an issue

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org