Skip to content

Commit

Permalink
feat(nx-python): add uv support (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva authored Dec 16, 2024
1 parent 7f7d558 commit 816930e
Show file tree
Hide file tree
Showing 87 changed files with 21,437 additions and 8,985 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"prompts": "^2.4.2",
"semver": "^7.5.3",
"tslib": "^2.3.0",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"wildcard-match": "^5.1.3"
},
"config": {
"commitizen": {
Expand Down
275 changes: 178 additions & 97 deletions packages/nx-python/README.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/nx-python/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"schema": "./src/generators/poetry-project/schema.json",
"description": "Python Poetry Project"
},
"uv-project": {
"factory": "./src/generators/uv-project/generator",
"schema": "./src/generators/uv-project/schema.json",
"description": "Python UV Project"
},
"release-version": {
"factory": "./src/generators/release-version/release-version",
"schema": "./src/generators/release-version/schema.json",
Expand Down
3 changes: 2 additions & 1 deletion packages/nx-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lodash": "^4.17.21",
"@nx/devkit": "^20.0.0",
"ora": "5.3.0",
"semver": "^7.5.3"
"semver": "^7.5.3",
"wildcard-match": "^5.1.3"
},
"nx-migrations": {
"migrations": "./migrations.json"
Expand Down
112 changes: 0 additions & 112 deletions packages/nx-python/src/dependency/update-dependency.ts

This file was deleted.

Loading

0 comments on commit 816930e

Please sign in to comment.