You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/06/20 15:35:38 UTC

[iceberg] branch master updated: Python: Add py.typed file for annotations (#5091)

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

dweeks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new c713475fc0 Python: Add py.typed file for annotations (#5091)
c713475fc0 is described below

commit c713475fc03ee8a04dc42f00e8e8f01a7b083ed9
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Jun 20 17:35:32 2022 +0200

    Python: Add py.typed file for annotations (#5091)
    
    https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/
---
 python/py.typed | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/python/py.typed b/python/py.typed
new file mode 100644
index 0000000000..fb618a1375
--- /dev/null
+++ b/python/py.typed
@@ -0,0 +1,18 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+
+# Marker file for PEP 561