confwarp 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.
confwarp-0.0.1/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 adiadrian21
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.
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: confwarp
3
+ Version: 0.0.1
4
+ Summary: A configuration file synchronization utility leveraging Git.
5
+ Author: adiadrian21
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/adiadrian21/confwarp
8
+ Project-URL: Repository, https://github.com/adiadrian21/confwarp
9
+ Project-URL: Issues, https://github.com/adiadrian21/confwarp/issues
10
+ Keywords: config,sync,dotfiles,git,configuration
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Topic :: System :: Systems Administration
17
+ Requires-Python: >=3.12
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Dynamic: license-file
21
+
22
+ # confwarp
23
+
24
+ A local-to-GitHub configuration file sync tool. Under active development.
@@ -0,0 +1,3 @@
1
+ # confwarp
2
+
3
+ A local-to-GitHub configuration file sync tool. Under active development.
@@ -0,0 +1,31 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "confwarp"
7
+ version = "0.0.1"
8
+ description = "A configuration file synchronization utility leveraging Git."
9
+ readme = "README.md"
10
+ requires-python = ">=3.12"
11
+ license = "MIT"
12
+ license-files = ["LICENSE"]
13
+ authors = [{ name = "adiadrian21" }]
14
+ keywords = ["config", "sync", "dotfiles", "git", "configuration"]
15
+ classifiers = [
16
+ "Development Status :: 1 - Planning",
17
+ "Intended Audience :: Developers",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.12",
20
+ "Operating System :: OS Independent",
21
+ "Topic :: System :: Systems Administration",
22
+ ]
23
+ dependencies = []
24
+
25
+ [project.urls]
26
+ Homepage = "https://github.com/adiadrian21/confwarp"
27
+ Repository = "https://github.com/adiadrian21/confwarp"
28
+ Issues = "https://github.com/adiadrian21/confwarp/issues"
29
+
30
+ [tool.setuptools.packages.find]
31
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: confwarp
3
+ Version: 0.0.1
4
+ Summary: A configuration file synchronization utility leveraging Git.
5
+ Author: adiadrian21
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/adiadrian21/confwarp
8
+ Project-URL: Repository, https://github.com/adiadrian21/confwarp
9
+ Project-URL: Issues, https://github.com/adiadrian21/confwarp/issues
10
+ Keywords: config,sync,dotfiles,git,configuration
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Topic :: System :: Systems Administration
17
+ Requires-Python: >=3.12
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Dynamic: license-file
21
+
22
+ # confwarp
23
+
24
+ A local-to-GitHub configuration file sync tool. Under active development.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/confwarp/__init__.py
5
+ src/confwarp.egg-info/PKG-INFO
6
+ src/confwarp.egg-info/SOURCES.txt
7
+ src/confwarp.egg-info/dependency_links.txt
8
+ src/confwarp.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ confwarp