Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/al-chris/test_uv
https://github.com/al-chris/test_uv
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/al-chris/test_uv
- Owner: al-chris
- Created: 2025-01-01T09:59:49.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-01T20:12:33.000Z (about 1 month ago)
- Last Synced: 2025-01-01T21:22:53.752Z (about 1 month ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test UV Project
Testing the Python UV package manager.
## Setup
1. Create a new directory:
```sh
mkdir test_uv
```2. Navigate into the directory:
```sh
cd test_uv
```## Usage
1. Run a Python script:
```sh
uv run hello.py
```2. Add the `requests` package:
```sh
uv add requests
```3. Add the `cachetools` package:
```sh
uv add cachetools
```4. Compile the `pyproject.toml` file:
```sh
uv pip compile pyproject.toml
```