# Naylence Fame Core
**Fame Core** is the low-level messaging backbone for the [Naylence](https://github.com/naylence) platform, providing the essential types, protocols, and interfaces for high-performance, addressable, and semantically routable message passing between AI agents and services.
> Part of the Naylence stack. See the full platform [here](https://github.com/naylence).
## Development & Publishing
This project uses Poetry for dependency management and GitHub Actions for automated testing and publishing.
### Local Development
```bash
# Install dependencies
poetry install
# Run tests
poetry run pytest
# Run linting
poetry run ruff check .
poetry run black --check .
# Build package
poetry build
```
#### Using local sibling dependencies during development
This project depends on `naylence-factoria`. In development, you can point Poetry to a local checkout without changing `pyproject.toml`:
```bash
# Option A: temporary override (current venv only)
poetry run pip install -e ../naylence-factoria-python
# Option B: Poetry path override (persisted in poetry.lock)
poetry add --path ../naylence-factoria-python naylence-factoria
# Option C: PEP 582 editable via uv (optional)
uv pip install -e ../naylence-factoria-python
```
When committing, keep `pyproject.toml` referencing the normal package (not the local path). CI will install from PyPI/TestPyPI via configured sources.
### Publishing
- **Automatic**: Create a GitHub release to automatically publish to PyPI
- **Manual**: Use the "Publish to PyPI" workflow dispatch to publish to TestPyPI or PyPI
- **Local**: Use `poetry publish -r testpypi` or `poetry publish` for local testing
Raw data
{
"_id": null,
"home_page": null,
"name": "naylence-core",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "messaging, ai, agents, platform, naylence",
"author": "Naylence Dev",
"author_email": "naylencedev@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/53/c1/067cbb8e2b883f13ec797ec93b6ac348ac06be75154ceb15fcf3a74f07c5/naylence_core-0.1.17.tar.gz",
"platform": null,
"description": "# Naylence Fame Core\n\n**Fame Core** is the low-level messaging backbone for the [Naylence](https://github.com/naylence) platform, providing the essential types, protocols, and interfaces for high-performance, addressable, and semantically routable message passing between AI agents and services.\n\n> Part of the Naylence stack. See the full platform [here](https://github.com/naylence).\n\n## Development & Publishing\n\nThis project uses Poetry for dependency management and GitHub Actions for automated testing and publishing.\n\n### Local Development\n\n```bash\n# Install dependencies\npoetry install\n\n# Run tests\npoetry run pytest\n\n# Run linting\npoetry run ruff check .\npoetry run black --check .\n\n# Build package\npoetry build\n```\n\n#### Using local sibling dependencies during development\n\nThis project depends on `naylence-factoria`. In development, you can point Poetry to a local checkout without changing `pyproject.toml`:\n\n```bash\n# Option A: temporary override (current venv only)\npoetry run pip install -e ../naylence-factoria-python\n\n# Option B: Poetry path override (persisted in poetry.lock)\npoetry add --path ../naylence-factoria-python naylence-factoria\n\n# Option C: PEP 582 editable via uv (optional)\nuv pip install -e ../naylence-factoria-python\n```\n\nWhen committing, keep `pyproject.toml` referencing the normal package (not the local path). CI will install from PyPI/TestPyPI via configured sources.\n\n### Publishing\n\n- **Automatic**: Create a GitHub release to automatically publish to PyPI\n- **Manual**: Use the \"Publish to PyPI\" workflow dispatch to publish to TestPyPI or PyPI\n- **Local**: Use `poetry publish -r testpypi` or `poetry publish` for local testing\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Naylence Core",
"version": "0.1.17",
"project_urls": {
"Bug Tracker": "https://github.com/naylence/naylence-core-python/issues",
"Documentation": "https://github.com/naylence/naylence-core-python#readme",
"Homepage": "https://github.com/naylence/naylence-core-python",
"Repository": "https://github.com/naylence/naylence-core-python"
},
"split_keywords": [
"messaging",
" ai",
" agents",
" platform",
" naylence"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "0048f5dd9b4c5ec90307b0a4ab92cf582802ab7ec6c5027b7fad0cf3427a3fd0",
"md5": "93bbd76b43c1d82f6e90bbb619ea1a09",
"sha256": "399aee60ab16034ec06464082a557872a7d93ebe45eadf63ac5dba75dc941a75"
},
"downloads": -1,
"filename": "naylence_core-0.1.17-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93bbd76b43c1d82f6e90bbb619ea1a09",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 36702,
"upload_time": "2025-09-03T02:47:41",
"upload_time_iso_8601": "2025-09-03T02:47:41.233877Z",
"url": "https://files.pythonhosted.org/packages/00/48/f5dd9b4c5ec90307b0a4ab92cf582802ab7ec6c5027b7fad0cf3427a3fd0/naylence_core-0.1.17-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "53c1067cbb8e2b883f13ec797ec93b6ac348ac06be75154ceb15fcf3a74f07c5",
"md5": "259892817409599c57aea8f2c4f0c6cb",
"sha256": "13bc6c730b6f9b49c106dd2ca0f6809fd9ec1ec4fcabd294d1268b5778b6871c"
},
"downloads": -1,
"filename": "naylence_core-0.1.17.tar.gz",
"has_sig": false,
"md5_digest": "259892817409599c57aea8f2c4f0c6cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 25568,
"upload_time": "2025-09-03T02:47:42",
"upload_time_iso_8601": "2025-09-03T02:47:42.460692Z",
"url": "https://files.pythonhosted.org/packages/53/c1/067cbb8e2b883f13ec797ec93b6ac348ac06be75154ceb15fcf3a74f07c5/naylence_core-0.1.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-03 02:47:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "naylence",
"github_project": "naylence-core-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "naylence-core"
}