You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Kaisen Chen (Jira)" <ji...@apache.org> on 2022/11/10 19:16:00 UTC

[jira] [Created] (AVRO-3669) Missing py.typed file

Kaisen Chen created AVRO-3669:
---------------------------------

             Summary: Missing py.typed file
                 Key: AVRO-3669
                 URL: https://issues.apache.org/jira/browse/AVRO-3669
             Project: Apache Avro
          Issue Type: Bug
            Reporter: Kaisen Chen


The python avro package has type annotations but does not advertise itself as such because there is no py.typed marker file (see [PEP561|https://peps.python.org/pep-0561/#packaging-type-information]).

Symptom:
If python packages import avro and run mypy, error messages like this come up:
{code:java}
error: Skipping analyzing "avro": module is installed, but missing library stubs or py.typed marker {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)