2024-11-24 16:03:43 +00:00
|
|
|
[metadata]
|
|
|
|
name = yura
|
2024-12-02 11:02:33 +00:00
|
|
|
version = 14.4.0
|
2024-11-24 16:03:43 +00:00
|
|
|
description = Yura async AI client
|
|
|
|
author = retoor
|
|
|
|
author_email = retoor@retoor.io
|
|
|
|
license = MIT
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
python_requires = >=3.7
|
|
|
|
install_requires =
|
|
|
|
websockets
|
2024-11-27 20:52:35 +00:00
|
|
|
|
2024-11-24 16:03:43 +00:00
|
|
|
[options.packages.find]
|
|
|
|
where = src
|
2024-11-27 22:46:21 +00:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
yura = yura.cli:run
|