Skip to main content

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

Release files for jk_typing 0.2025.11.25

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for jk_typing 0.2025.11.25
File Size Uploaded
jk_typing-0.2025.11.25.tar.gz 17.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for jk_typing 0.2025.11.25
File Interpreter ABI Platform
jk_typing-0.2025.11.25-py3-none-any.whl Python 3 none any Details

Total release size: 46.9 kB

Release files / jk_typing-0.2025.11.25.tar.gz

Download URL jk_typing-0.2025.11.25.tar.gz
Size 17.9 kB
Tags Source
SHA-256 checksum
How to use checksums
14f3c6d8ee7908f3854cbf6b3a9b5231526b208feb5e5a1e31209c98d246a9dd
BLAKE2b-256 checksum
How to use checksums
ce55feae14180b39ecd13cedee73a7ffbde3014ba478b12cf2f7c052192bedc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via python-requests/2.32.3

Release files / jk_typing-0.2025.11.25-py3-none-any.whl

Download URL jk_typing-0.2025.11.25-py3-none-any.whl
Size 29.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
d84bc013fc0b99c4e3bfe7e987fd74feb1b08b9e087261c85696934793b98e73
BLAKE2b-256 checksum
How to use checksums
fe3a83e339cb2c04194161605e11dbce3441f383a6d5868becc81e608cfce840
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via python-requests/2.32.3
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page