Name: | python3-editables |
---|---|
Version: | 0.5 |
Release: | 7.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 21232 |
License: | MIT |
RPM: | python3-editables-0.5-7.el10_0.noarch.rpm |
Source RPM: | python-editables-0.5-7.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pfmoore/editables |
Summary: | Editable installations |
Description: | A Python library for creating “editable wheels” This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in “editable mode”. In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall. |