Metadata-Version: 2.4
Name: naylence
Version: 0.1.0
Summary: Naylence CLI and umbrella package.
License: Apache-2.0
License-File: LICENSE
Keywords: messaging,ai,agents,platform,naylence
Author: Naylence Dev
Author-email: naylencedev@gmail.com
Requires-Python: >=3.12
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: naylence-agent-sdk (>=0.3.27,<0.4.0)
Project-URL: Bug Tracker, https://github.com/naylence/naylence-python/issues
Project-URL: Documentation, https://github.com/naylence/naylence-python#readme
Project-URL: Homepage, https://github.com/naylence/naylence-python
Project-URL: Repository, https://github.com/naylence/naylence-python
Description-Content-Type: text/markdown

# Naylence

Naylence CLI and umbrella package

## Development

```bash
python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
```

