bourdon 0.0.0__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.
bourdon-0.0.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 RADLAB LLC
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.
bourdon-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: bourdon
3
+ Version: 0.0.0
4
+ Summary: Reserved package name for Bourdon — cross-agent memory federation. The actual package will be published from github.com/getbourdon/bourdon.
5
+ Author-email: Ryan Davis <ryandavispro1@gmail.com>
6
+ Maintainer: RADLAB LLC
7
+ License: MIT
8
+ Project-URL: Homepage, https://bourdon.ai
9
+ Project-URL: Repository, https://github.com/getbourdon/bourdon
10
+ Project-URL: Issues, https://github.com/getbourdon/bourdon/issues
11
+ Keywords: ai,memory,agents,federation,placeholder
12
+ Classifier: Development Status :: 1 - Planning
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Dynamic: license-file
23
+
24
+ # Bourdon — Cross-Agent Memory Federation
25
+
26
+ > **This is a placeholder release that reserves the `bourdon` name on PyPI.**
27
+ > The actual package is in development at [github.com/getbourdon/bourdon](https://github.com/getbourdon/bourdon).
28
+
29
+ ## What is Bourdon?
30
+
31
+ Bourdon is the cross-agent memory federation protocol — a tiered, timing-aware memory layer that lets AI agents (Claude Code, Codex, Cursor, Cline, Copilot, and others) share recognition and recall across tools and sessions. MIT-licensed, fully open source.
32
+
33
+ Named for the *bourdon* — the deep continuous drone of a pipe organ, the foundational tone that holds every other voice in place.
34
+
35
+ ## Status
36
+
37
+ Pre-alpha (v0.1.0 just shipped — see [github.com/getbourdon/bourdon/releases](https://github.com/getbourdon/bourdon/releases)). This `0.0.0` PyPI release is a name reservation. The next release on this PyPI package will be the real one.
38
+
39
+ ## Install (when ready)
40
+
41
+ ```bash
42
+ pip install bourdon
43
+ ```
44
+
45
+ ## Documentation
46
+
47
+ - **Repository**: https://github.com/getbourdon/bourdon
48
+ - **Homepage**: https://bourdon.ai
49
+ - **License**: MIT (Copyright © 2026 RADLAB LLC)
@@ -0,0 +1,26 @@
1
+ # Bourdon — Cross-Agent Memory Federation
2
+
3
+ > **This is a placeholder release that reserves the `bourdon` name on PyPI.**
4
+ > The actual package is in development at [github.com/getbourdon/bourdon](https://github.com/getbourdon/bourdon).
5
+
6
+ ## What is Bourdon?
7
+
8
+ Bourdon is the cross-agent memory federation protocol — a tiered, timing-aware memory layer that lets AI agents (Claude Code, Codex, Cursor, Cline, Copilot, and others) share recognition and recall across tools and sessions. MIT-licensed, fully open source.
9
+
10
+ Named for the *bourdon* — the deep continuous drone of a pipe organ, the foundational tone that holds every other voice in place.
11
+
12
+ ## Status
13
+
14
+ Pre-alpha (v0.1.0 just shipped — see [github.com/getbourdon/bourdon/releases](https://github.com/getbourdon/bourdon/releases)). This `0.0.0` PyPI release is a name reservation. The next release on this PyPI package will be the real one.
15
+
16
+ ## Install (when ready)
17
+
18
+ ```bash
19
+ pip install bourdon
20
+ ```
21
+
22
+ ## Documentation
23
+
24
+ - **Repository**: https://github.com/getbourdon/bourdon
25
+ - **Homepage**: https://bourdon.ai
26
+ - **License**: MIT (Copyright © 2026 RADLAB LLC)
@@ -0,0 +1,9 @@
1
+ """Bourdon — cross-agent memory federation (placeholder release).
2
+
3
+ This 0.0.0 release reserves the `bourdon` package name on PyPI.
4
+ The actual package is in development at https://github.com/getbourdon/bourdon
5
+ """
6
+
7
+ __version__ = "0.0.0"
8
+ __url__ = "https://github.com/getbourdon/bourdon"
9
+ __license__ = "MIT"
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: bourdon
3
+ Version: 0.0.0
4
+ Summary: Reserved package name for Bourdon — cross-agent memory federation. The actual package will be published from github.com/getbourdon/bourdon.
5
+ Author-email: Ryan Davis <ryandavispro1@gmail.com>
6
+ Maintainer: RADLAB LLC
7
+ License: MIT
8
+ Project-URL: Homepage, https://bourdon.ai
9
+ Project-URL: Repository, https://github.com/getbourdon/bourdon
10
+ Project-URL: Issues, https://github.com/getbourdon/bourdon/issues
11
+ Keywords: ai,memory,agents,federation,placeholder
12
+ Classifier: Development Status :: 1 - Planning
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Dynamic: license-file
23
+
24
+ # Bourdon — Cross-Agent Memory Federation
25
+
26
+ > **This is a placeholder release that reserves the `bourdon` name on PyPI.**
27
+ > The actual package is in development at [github.com/getbourdon/bourdon](https://github.com/getbourdon/bourdon).
28
+
29
+ ## What is Bourdon?
30
+
31
+ Bourdon is the cross-agent memory federation protocol — a tiered, timing-aware memory layer that lets AI agents (Claude Code, Codex, Cursor, Cline, Copilot, and others) share recognition and recall across tools and sessions. MIT-licensed, fully open source.
32
+
33
+ Named for the *bourdon* — the deep continuous drone of a pipe organ, the foundational tone that holds every other voice in place.
34
+
35
+ ## Status
36
+
37
+ Pre-alpha (v0.1.0 just shipped — see [github.com/getbourdon/bourdon/releases](https://github.com/getbourdon/bourdon/releases)). This `0.0.0` PyPI release is a name reservation. The next release on this PyPI package will be the real one.
38
+
39
+ ## Install (when ready)
40
+
41
+ ```bash
42
+ pip install bourdon
43
+ ```
44
+
45
+ ## Documentation
46
+
47
+ - **Repository**: https://github.com/getbourdon/bourdon
48
+ - **Homepage**: https://bourdon.ai
49
+ - **License**: MIT (Copyright © 2026 RADLAB LLC)
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ bourdon/__init__.py
5
+ bourdon.egg-info/PKG-INFO
6
+ bourdon.egg-info/SOURCES.txt
7
+ bourdon.egg-info/dependency_links.txt
8
+ bourdon.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ bourdon
@@ -0,0 +1,35 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "bourdon"
7
+ version = "0.0.0"
8
+ description = "Reserved package name for Bourdon — cross-agent memory federation. The actual package will be published from github.com/getbourdon/bourdon."
9
+ readme = "README.md"
10
+ license = { text = "MIT" }
11
+ authors = [
12
+ { name = "Ryan Davis", email = "ryandavispro1@gmail.com" },
13
+ ]
14
+ maintainers = [
15
+ { name = "RADLAB LLC" },
16
+ ]
17
+ requires-python = ">=3.10"
18
+ keywords = ["ai", "memory", "agents", "federation", "placeholder"]
19
+ classifiers = [
20
+ "Development Status :: 1 - Planning",
21
+ "Intended Audience :: Developers",
22
+ "License :: OSI Approved :: MIT License",
23
+ "Programming Language :: Python :: 3",
24
+ "Programming Language :: Python :: 3.10",
25
+ "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
+ ]
28
+
29
+ [project.urls]
30
+ Homepage = "https://bourdon.ai"
31
+ Repository = "https://github.com/getbourdon/bourdon"
32
+ Issues = "https://github.com/getbourdon/bourdon/issues"
33
+
34
+ [tool.setuptools.packages.find]
35
+ include = ["bourdon*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+