twincat-tools

View on PyPIReverse Dependencies (0)

0.1.0 twincat_tools-0.1.0-py3-none-any.whl

Wheel Details

Project: twincat-tools
Version: 0.1.0
Filename: twincat_tools-0.1.0-py3-none-any.whl
Download: [link]
Size: 21014
MD5: 1b2bd4d35fa085fb2da5a7ed2266a57b
SHA256: 31e43b97564084665f0caee4e38839f191c58a8dc0951d4605625f345c0ea42a
Uploaded: 2024-04-26 07:29:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: twincat-tools
Version: 0.1.0
Summary: A set of tools for TwinCAT projects
Author-Email: Robert Roos <robert.soor[at]gmail.com>
Project-Url: Homepage, https://github.com/DEMCON/twincat-tools
Project-Url: Bug Tracker, https://github.com/DEMCON/twincat-tools/issues
Project-Url: Documentation, https://twincat-tools.readthedocs.io
License: BSD-3-Clause
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: lxml (~=4.9.3)
Requires-Dist: EditorConfig (~=0.12.3)
Requires-Dist: GitPython (~=3.1.36)
Requires-Dist: sphinx (~=7.3.7); extra == "doc"
Requires-Dist: sphinx-rtd-theme (~=2.0.0); extra == "doc"
Requires-Dist: sphinx-argparse (~=0.4.0); extra == "doc"
Requires-Dist: black (~=23.7.0); extra == "test"
Requires-Dist: pytest (~=7.4.1); extra == "test"
Requires-Dist: pytest-cov (~=4.1.0); extra == "test"
Requires-Dist: pytest-mock (~=3.14.0); extra == "test"
Requires-Dist: flake8 (~=6.1.0); extra == "test"
Requires-Dist: flake8-bugbear (~=23.7.10); extra == "test"
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 1218 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tctools/__init__.py sha256=xpr1aw_TyljbONF1sDC1_CG6rXFah0OyaiIj8XQooo8 24
tctools/__main__.py sha256=QcYN2A-YYF3D7UDKRukuWqmtaxEQXa3GiRkUdy2nHFU 223
tctools/common.py sha256=9b9cTnnqwVCaHKq8TMLzrRCElG9RIj1VJBGsHGmTOo8 4792
tctools/format.py sha256=_n9-gN_9ALwkL2RVcDWqAigBoefsfOXBa8tRgVCMBMg 428
tctools/format_class.py sha256=AFR3ooGp3gS8G92HbPGvDiWb1-9GB9u7eXWbbdpQ2js 8674
tctools/format_extras.py sha256=95My4Tci5xqbmZPotTU-kMLnA48Np_FMFJkt3wnZOiM 103
tctools/format_rules.py sha256=CPykgbHWf8_bTy1u99Rx4BP8vUix9pQzDrEjp4pKYMc 15394
tctools/git_info.py sha256=ABkdwr1G8WdxoTVflvnEsbxO_tSe-qcGbmGcVIY-RVQ 414
tctools/git_info_class.py sha256=Jw9owAeAZoHtghMVSSHhXqMhO2GUciI_-foNDgsTcqg 3949
tctools/make_release.py sha256=W2DGi1WzAYnn85tVkRXdqCHEI8Xbo_kDguqmtHBeykM 438
tctools/make_release_class.py sha256=fEXqorUUWo5-UCf9vazCPb3UfJjnLbcSRkPCWIIJw8g 11286
tctools/xml_sort.py sha256=48aTDKa4SN5w0wk9lh7mpA7B_NZJs9-Yi_nS2hd_lLY 424
tctools/xml_sort_class.py sha256=ntfJmKLzdpvfa4fglimwG82JY19fD9eC6asmHku8AGg 5631
twincat_tools-0.1.0.dist-info/METADATA sha256=_FMzzgZEEXUTPyYpa9w5kvv62ugLhsS9QVXTyhi85_k 2476
twincat_tools-0.1.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
twincat_tools-0.1.0.dist-info/entry_points.txt sha256=NeBM18Cw9KLgbPFEXcnjhUCHUO9RLRRkeYVz_Ug7ZrY 186
twincat_tools-0.1.0.dist-info/top_level.txt sha256=rX3BpkGAP8EGzbbCNgp77_xXHLWuP-hI0xmA6Bcwc04 8
twincat_tools-0.1.0.dist-info/RECORD

top_level.txt

tctools

entry_points.txt

tc_format = tctools.format:main_argv
tc_git_info = tctools.git_info:main_argv
tc_make_release = tctools.make_release:main_argv
tc_xml_sort = tctools.xml_sort:main_argv