Skip to main content

Hatch build hook plugin for Mypyc

Project description

hatch-mypyc

CI/CD CI - Test CD - Build
Package PyPI - Version PyPI - Python Version
Meta Hatch project code style - black types - Mypy License - MIT GitHub Sponsors

This provides a build hook plugin for Hatch that compiles code with Mypyc.

Table of Contents

Configuration

The build hook plugin name is mypyc.

  • pyproject.toml

    [tool.hatch.build.targets.wheel.hooks.mypyc]
    dependencies = ["hatch-mypyc"]
    
  • hatch.toml

    [build.targets.wheel.hooks.mypyc]
    dependencies = ["hatch-mypyc"]
    

File selection

By default, all files included using the standard file selection options with a .py extension will be targeted. You can narrow what files to compile to an even smaller subset with the include/exclude options, which represent Git-style glob patterns.

[build.targets.wheel.hooks.mypyc]
include = ["/src/pkg/server"]
exclude = ["__main__.py"]

Mypy arguments

You can specify extra Mypy arguments with the mypy-args option.

[build.targets.wheel.hooks.mypyc]
mypy-args = [
  "--disallow-untyped-defs",
]

Options

You can specify options that affect the behavior of mypycify.

[build.targets.wheel.hooks.mypyc.options]
opt_level = "3"

Note:

  • the target_dir option is used internally and therefore has no effect

Missing types

If you need more packages at build time in order to successfully type check, you can use the following options where you configured the plugin:

  • dependencies - add more dependencies alongside hatch-mypyc
  • require-runtime-dependencies - set to true to include dependencies defined in the project.dependencies array
  • require-runtime-features - set to an array of named dependency groups that are defined in project.optional-dependencies

License

hatch-mypyc is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hatch_mypyc-0.16.0.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

hatch_mypyc-0.16.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file hatch_mypyc-0.16.0.tar.gz.

File metadata

  • Download URL: hatch_mypyc-0.16.0.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for hatch_mypyc-0.16.0.tar.gz
Algorithm Hash digest
SHA256 6e3aa99634d81142cab993358698eaae823de91fe87ee85029a82f2e737c3ded
MD5 5254bc0b01e97833345217466c7c29fd
BLAKE2b-256 68baa49750d3f38dbb61d42c5ac8aa322112bc28e38bf149704172d13ad86c52

See more details on using hashes here.

File details

Details for the file hatch_mypyc-0.16.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hatch_mypyc-0.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 914f060fbb060186de72935c6ca07a55a47a5242be8864f135e32e72459cad4f
MD5 3fa432030b49763e2915da814f1880ad
BLAKE2b-256 ac2e126610a897cb592188d118138b94a6e600f681fce439045777ccf8b270d7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page