uxlint 0.0.1__tar.gz

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.
uxlint-0.0.1/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 GoodWelchi, Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
uxlint-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: uxlint
3
+ Version: 0.0.1
4
+ Summary: AI-powered UX quality gate. Paste a URL, get Pass/Fail in 30 seconds.
5
+ Author-email: "GoodWelchi, Inc." <contact@goodwelchi.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://uxlint.dev
8
+ Project-URL: Repository, https://github.com/goodwelchi/uxlint
9
+ Keywords: ux,lint,accessibility,usability,ai
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Software Development :: Quality Assurance
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Dynamic: license-file
18
+
19
+ # UXLint
20
+
21
+ AI-powered UX quality gate for web applications.
22
+
23
+ Paste a URL. Get Pass/Fail in 30 seconds.
24
+
25
+ 🚧 Coming soon. Join the waitlist at https://uxlint.dev
uxlint-0.0.1/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # UXLint
2
+
3
+ AI-powered UX quality gate for web applications.
4
+
5
+ Paste a URL. Get Pass/Fail in 30 seconds.
6
+
7
+ 🚧 Coming soon. Join the waitlist at https://uxlint.dev
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "uxlint"
7
+ version = "0.0.1"
8
+ description = "AI-powered UX quality gate. Paste a URL, get Pass/Fail in 30 seconds."
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ license-files = ["LICENSE"]
12
+ requires-python = ">=3.10"
13
+ authors = [
14
+ {name = "GoodWelchi, Inc.", email = "contact@goodwelchi.com"},
15
+ ]
16
+ keywords = ["ux", "lint", "accessibility", "usability", "ai"]
17
+ classifiers = [
18
+ "Development Status :: 1 - Planning",
19
+ "Intended Audience :: Developers",
20
+ "Programming Language :: Python :: 3",
21
+ "Topic :: Software Development :: Quality Assurance",
22
+ ]
23
+
24
+ [project.urls]
25
+ Homepage = "https://uxlint.dev"
26
+ Repository = "https://github.com/goodwelchi/uxlint"
uxlint-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """UXLint — AI-powered UX quality gate for web applications."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: uxlint
3
+ Version: 0.0.1
4
+ Summary: AI-powered UX quality gate. Paste a URL, get Pass/Fail in 30 seconds.
5
+ Author-email: "GoodWelchi, Inc." <contact@goodwelchi.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://uxlint.dev
8
+ Project-URL: Repository, https://github.com/goodwelchi/uxlint
9
+ Keywords: ux,lint,accessibility,usability,ai
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Software Development :: Quality Assurance
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Dynamic: license-file
18
+
19
+ # UXLint
20
+
21
+ AI-powered UX quality gate for web applications.
22
+
23
+ Paste a URL. Get Pass/Fail in 30 seconds.
24
+
25
+ 🚧 Coming soon. Join the waitlist at https://uxlint.dev
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/uxlint/__init__.py
5
+ src/uxlint.egg-info/PKG-INFO
6
+ src/uxlint.egg-info/SOURCES.txt
7
+ src/uxlint.egg-info/dependency_links.txt
8
+ src/uxlint.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ uxlint