abqpy

Type hinting tool

Provides type hints and APIs for scripting with Abaqus

Type Hints for Abaqus/Python Scripting

GitHub

194 stars
1 watching
34 forks
Language: Python
last commit: 10 days ago
abaquspython

Related projects:

Repository Description Stars
bojiang/typing_utils A set of utilities to work with type hints in Python 3.6+, including checking subtype relationships and extracting type information from objects. 12
python/typing_extensions A module that provides experimental type hints and enables use of new type system features on older Python versions. 444
kracekumar/python-typing-koans A learning tool to help developers understand type hints in Python by fixing errors and annotating code 119
prettywood/future-typing Library providing type hinting generics support for Python 3.6 to 3.8 and 3.9+ for union types and standard collections. 19
orsinium-labs/infer-types A CLI tool to automatically add type annotations into Python code 85
pycqa/flake8-pyi Enhances Flake8 to better handle stub files used in type hinting 73
whynot63/abinator A Python wrapper for Solidity ABI specifications in a dataclass-like format 0
decorator-factory/flake8-pep585 A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. 22
hauntsaninja/no_implicit_optional An automated tool to fix Python code to comply with PEP 484's explicit use of Optional type hints 82
lxneng/alipay An unofficial API wrapper for Alipay's payment services in Python 326
alpacahq/pylivetrader A Python framework for live trading with broker API interface 664
jellezijlstra/autotyping Automatically adds type annotations to code 238
pylons/hypatia A Python library for efficiently indexing and searching large datasets. 31
ilevkivskyi/com2ann Translates type comments to type annotations in Python source code 141
dropbox/pyannotate A tool to automatically add type annotations to Python code based on runtime call arguments and return types. 1,428