Metadata-Version: 2.1
Name: ruyi
Version: 0.41.0
Summary: Package manager for RuyiSDK
License: Apache-2.0
Keywords: ruyi,ruyisdk
Author: WANG Xuerui
Author-email: wangxuerui@iscas.ac.cn
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Software Distribution
Classifier: Typing :: Typed
Requires-Dist: argcomplete (>=2.0.0,<4.0.0)
Requires-Dist: arpy
Requires-Dist: fastjsonschema (>=2.15.1)
Requires-Dist: jinja2 (>=3,<4)
Requires-Dist: packaging (>=21)
Requires-Dist: pygit2 (>=1.6)
Requires-Dist: pyyaml (>=5.4)
Requires-Dist: requests (>=2,<3)
Requires-Dist: rich (>=11.2.0)
Requires-Dist: semver (>=2.10)
Requires-Dist: tomli (>=1.2) ; python_version < "3.11"
Requires-Dist: tomlkit (>=0.9)
Requires-Dist: tzdata ; sys_platform == "win32"
Description-Content-Type: text/markdown

# Poetry 1.x project metadata files

If you are a packager packaging `ruyi` for old distros that only provide
Poetry 1.x, here are project metadata files ready for use.

Just drop in the files to replace the Poetry 2.x metadata:

```sh
# at project root
mv contrib/poetry-1.x/{pyproject.toml,poetry.lock} .
```

Then you should be able to continue building with Poetry 1.x.

The metadata provided here is generated with Poetry 1.0.7, which is what
Ubuntu 22.04 provides.

