Skip to main content

This module provides capabilities for type checking function arguments. (NOTE: A full type check with this module is not possible, since this is fundamentally not possible due to limitiations of Python itself.)

Project description

jk_typing

Introduction

This module provides capabilities for type checking function arguments.

Please note that a full type check with this module is not possible, since this is fundamentally not possible due to limitiations of Python itself.

Information about this module can be found here:

Why this module?

Python nowadays is capable of managing type hints for function arguments and return values. Unfortunately Python does not perform type checking automatically. This module provides capabilities of performing type checking automatically.

For more details have a look at the documentation.

Requirements

This module requires Python 3.7 or later. It can not be used on older releases of Python because of limitations of module typing.

Limitations of this module

Type checking is not implemented in pure Python. Therefore it is slower as if the Python interpreter would perform type checking itself. Additionally this module has not yet a complete implementation of all kinds of types. (This will change in the future, maybe with your help.)

For more details have a look at the documentation.

How to use this module

Import this module

Please include this module into your application using the following code:

import jk_typing

Define a function

Example:

@checkFunctionSignature(bDebug = True)
def someFunction(a:int, b:str) -> bool:
	return str(a) == b

Invoke the function (and perform type checking)

result = someFunction(123, "123")
print(result)

Contact Information

This work is Open Source. This enables you to use this work for free.

Please have in mind this also enables you to contribute. We, the subspecies of software developers, can create great things. But the more collaborate, the more fantastic these things can become. Therefore Feel free to contact the author(s) listed below, either for giving feedback, providing comments, hints, indicate possible collaborations, ideas, improvements. Or maybe for "only" reporting some bugs:

License

This software is provided under the following license:

  • Apache Software License 2.0

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

jk_typing-0.2025.11.25.tar.gz (17.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jk_typing-0.2025.11.25-py3-none-any.whl (29.0 kB view details)

Uploaded Python 3

File details

Details for the file jk_typing-0.2025.11.25.tar.gz.

File metadata

  • Download URL: jk_typing-0.2025.11.25.tar.gz
  • Upload date:
  • Size: 17.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for jk_typing-0.2025.11.25.tar.gz
Algorithm Hash digest
SHA256 14f3c6d8ee7908f3854cbf6b3a9b5231526b208feb5e5a1e31209c98d246a9dd
MD5 b9b8ce1f464f2b2828fdf4eb3ff8444a
BLAKE2b-256 ce55feae14180b39ecd13cedee73a7ffbde3014ba478b12cf2f7c052192bedc0

See more details on using hashes here.

File details

Details for the file jk_typing-0.2025.11.25-py3-none-any.whl.

File metadata

File hashes

Hashes for jk_typing-0.2025.11.25-py3-none-any.whl
Algorithm Hash digest
SHA256 d84bc013fc0b99c4e3bfe7e987fd74feb1b08b9e087261c85696934793b98e73
MD5 675086ab37df36b8cfb705565e4cd12c
BLAKE2b-256 fe3a83e339cb2c04194161605e11dbce3441f383a6d5868becc81e608cfce840

See more details on using hashes here.

Supported by

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