perduro 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.
perduro-0.0.1/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Drilon Berisha
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.
perduro-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: perduro
3
+ Version: 0.0.1
4
+ Summary: Perduro — context that endures across AI coding sessions.
5
+ Author: Drilon Berisha
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/perduro
8
+ Project-URL: Repository, https://github.com/perduro/perduro
9
+ Project-URL: Issues, https://github.com/perduro/perduro/issues
10
+ Keywords: perduro,ai,claude,context,memory,llm,developer-tools
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Topic :: Software Development
17
+ Requires-Python: >=3.10
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Dynamic: license-file
21
+
22
+ # perduro
23
+
24
+ > *Perduro* — Latin, *"I endure / I persist."*
25
+
26
+ **Context that endures across AI coding sessions.**
27
+
28
+ This is a name placeholder. The real package is in active development.
29
+
30
+ - GitHub: https://github.com/perduro
31
+ - Web: https://perduro.io
32
+
33
+ ## License
34
+
35
+ MIT
@@ -0,0 +1,14 @@
1
+ # perduro
2
+
3
+ > *Perduro* — Latin, *"I endure / I persist."*
4
+
5
+ **Context that endures across AI coding sessions.**
6
+
7
+ This is a name placeholder. The real package is in active development.
8
+
9
+ - GitHub: https://github.com/perduro
10
+ - Web: https://perduro.io
11
+
12
+ ## License
13
+
14
+ MIT
@@ -0,0 +1,7 @@
1
+ """Perduro — context that endures across AI coding sessions.
2
+
3
+ Placeholder package. Real implementation coming soon.
4
+ See https://github.com/perduro
5
+ """
6
+
7
+ __version__ = "0.0.1"
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: perduro
3
+ Version: 0.0.1
4
+ Summary: Perduro — context that endures across AI coding sessions.
5
+ Author: Drilon Berisha
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/perduro
8
+ Project-URL: Repository, https://github.com/perduro/perduro
9
+ Project-URL: Issues, https://github.com/perduro/perduro/issues
10
+ Keywords: perduro,ai,claude,context,memory,llm,developer-tools
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Topic :: Software Development
17
+ Requires-Python: >=3.10
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Dynamic: license-file
21
+
22
+ # perduro
23
+
24
+ > *Perduro* — Latin, *"I endure / I persist."*
25
+
26
+ **Context that endures across AI coding sessions.**
27
+
28
+ This is a name placeholder. The real package is in active development.
29
+
30
+ - GitHub: https://github.com/perduro
31
+ - Web: https://perduro.io
32
+
33
+ ## License
34
+
35
+ MIT
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ perduro/__init__.py
5
+ perduro.egg-info/PKG-INFO
6
+ perduro.egg-info/SOURCES.txt
7
+ perduro.egg-info/dependency_links.txt
8
+ perduro.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ perduro
@@ -0,0 +1,29 @@
1
+ [project]
2
+ name = "perduro"
3
+ version = "0.0.1"
4
+ description = "Perduro — context that endures across AI coding sessions."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ license = { text = "MIT" }
8
+ authors = [{ name = "Drilon Berisha" }]
9
+ keywords = ["perduro", "ai", "claude", "context", "memory", "llm", "developer-tools"]
10
+ classifiers = [
11
+ "Development Status :: 1 - Planning",
12
+ "Intended Audience :: Developers",
13
+ "License :: OSI Approved :: MIT License",
14
+ "Programming Language :: Python :: 3",
15
+ "Programming Language :: Python :: 3 :: Only",
16
+ "Topic :: Software Development",
17
+ ]
18
+
19
+ [project.urls]
20
+ Homepage = "https://github.com/perduro"
21
+ Repository = "https://github.com/perduro/perduro"
22
+ Issues = "https://github.com/perduro/perduro/issues"
23
+
24
+ [build-system]
25
+ requires = ["setuptools>=68"]
26
+ build-backend = "setuptools.build_meta"
27
+
28
+ [tool.setuptools]
29
+ packages = ["perduro"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+