presubmit 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
presubmit/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ """
2
+ Presubmit - A simple pre-submission checks utility
3
+ """
4
+
5
+ __version__ = "0.1.0"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: presubmit
3
+ Version: 0.1.0
4
+ Summary: A simple pre-submission checks utility
5
+ Author: Presubmit
6
+ Author-email: Presubmit <usepresubmit@gmail.com>
7
+ License: MIT
8
+ Requires-Python: >=3.7
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Dynamic: license-file
12
+
13
+ # presubmit
14
+
15
+ A simple pre-submission checks utility for your projects.
@@ -0,0 +1,6 @@
1
+ presubmit/__init__.py,sha256=x6DEq1FG5biBfH9hHv3jbhh5ec0u9h0k0RpJagnVIVA,82
2
+ presubmit-0.1.0.dist-info/licenses/LICENSE,sha256=W903GxLFCMEUNjupbpvBIYekAixhbJ8bGVZba6rTmI8,114
3
+ presubmit-0.1.0.dist-info/METADATA,sha256=8SKl6PwdlfM5BLbl_fyLeMYNcEri3Q-dqhsAT40RgZY,360
4
+ presubmit-0.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
5
+ presubmit-0.1.0.dist-info/top_level.txt,sha256=etzBpKc4ITEr_VNNfiJCCIwnVjqzB-0K-imOPHpn8S0,10
6
+ presubmit-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (78.1.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,6 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ ...
@@ -0,0 +1 @@
1
+ presubmit