Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add export command extract alternative lockfile format #70

Merged
merged 2 commits into from
Jan 15, 2025
Merged

Conversation

manzt
Copy link
Owner

@manzt manzt commented Jan 15, 2025

Adds export command to extract alternative lockfile format (i.e., requirements.txt-style) to stdout:

juv init
juv add Untitled.ipynb attrs
juv export Untitled.ipynb
# # This file was autogenerated by uv via the following command:
# #    uv export --script /Users/manzt/github/manzt/juv/tmp54f6swns.py
# attrs==24.3.0 \
#     --hash=sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff \
#     --hash=sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308

@manzt manzt force-pushed the manzt/export branch 2 times, most recently from 82e1cd9 to 4331d68 Compare January 15, 2025 15:12
@manzt manzt changed the title Add export subcommand to export requirements.txt lockfiles Add export subcommand to export alt lockfile format Jan 15, 2025
@manzt manzt changed the title Add export subcommand to export alt lockfile format Add export comand to export alt lockfile format Jan 15, 2025
@manzt manzt changed the title Add export comand to export alt lockfile format Add export command to export alt lockfile format Jan 15, 2025
@manzt manzt changed the title Add export command to export alt lockfile format Add export command extract alternative lockfile format Jan 15, 2025
@manzt manzt merged commit 0dedc41 into main Jan 15, 2025
19 checks passed
@manzt manzt deleted the manzt/export branch January 15, 2025 15:23
@manzt manzt added the enhancement New feature or request label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant