Repository URL to install this package:
| 
          
        
        Version: 
           
    
          0.1.29  ▾
        
   | 
from .distribution import Distribution as Distribution
class Develop(Distribution):
    path: str
    metadata_version: str | None
    def __init__(self, path: str, metadata_version: str | None = ...) -> None: ...
    def read(self) -> bytes: ...