-
### Steps to Reproduce
```sh
# create a random project on Windows
rye init asydhj
cd .\asydhj\
rye sync
# the default script should work:
# [project.scripts]
# hello = "asydhj:hello"
rye ru…
-
### Steps to Reproduce
```bash
mkdir -p rye-test && pushd rye-test
rye init
rye add geomet --git=https://github.com/tomplex/geomet@add-geopackage
source .venv/bin/activate
pip install -r requi…
-
This is not an issue I really wanted to open, because I was hoping I can avoid putting yet another thing into the ecosystem that requires custom handling. Unfortunately vscode currently installs tools…
-
re-raising https://github.com/astral-sh/rye/issues/944 here now that uv has many of rye's features:
tools like [pyprojectx](https://pyprojectx.github.io/) and [gradle](https://docs.gradle.org/curre…
-
In larger organizations, it is often useful to have some kind of tmeplate for starting new python projects to encourage (organizational) best practices. A popular solution for python projects would be…
-
### Steps to Reproduce
1. I have `cpython@3.12.2` toolchain (only) installed in rye
2. `git clone git@github.com:astral-sh/ruff && cd ruff`
3. `rye sync`
### Expected Result
I expected `rye sync`…
-
Hi,
I asked this question in the discord, but thought about it.
At the moment it is not possible to use shell interpolation with `rye run` command.
See: https://rye-up.com/guide/pyproject/#cmd
…
-
I personally have been using `pdm` to manage python projects, and I'd really love a way to easily migrate a couple of them over to try `rye` out. If this already exists or is being discussed elsewhere…
-
Having python dependencies is hard to manage when called from other languages. If Rye could install those dependencies through a library, that would make it a lot easier to integrate python dependenci…
-
### Steps to Reproduce
```sh
rye init
rye build
rye publish -r testpypi
```
### Expected Result
Rye uploads the package to TestPyPI.
### Actual Result
Rye attempts an upload to PyPI.
```
…