Skip to content

Commit 7f01106

Browse files
committed
readme change
1 parent cdf8e3c commit 7f01106

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pythonEnvironmentsApi/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,3 @@ export async function activate() {
3535
}
3636
```
3737

38-
## API
39-
40-
The full API surface is exported from the package. Key interfaces include:
41-
42-
- **`PythonEnvironmentApi`** – the top-level composite interface returned by `PythonEnvironments.api()`.
43-
- **`PythonEnvironment`** – represents a single Python environment.
44-
- **`EnvironmentManager`** – register and manage environment managers.
45-
- **`PackageManager`** – register and manage package managers.
46-
- **`PythonProject`** – represents a Python project.
47-
48-
See the [API reference](https://github.com/microsoft/vscode-python-environments/blob/main/docs/projects-api-reference.md) for complete documentation.
49-
50-
## License
51-
52-
MIT

0 commit comments

Comments
 (0)