We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379b2a2 commit 0d3c5e4Copy full SHA for 0d3c5e4
.gitignore
@@ -1,4 +1,4 @@
1
#pycache
2
__pycache__/
3
*.pyc
4
-
+.venv/
pyproject.toml
@@ -0,0 +1,16 @@
+[tool.poetry]
+name = "codejson-index-generator"
+version = "1.0.0"
+description = "Script to create an indexed code.json for agencies."
5
+authors = ["Sachin Panyil <[email protected]>"]
6
+license = "CC0 1.0"
7
+readme = "README.md"
8
+
9
+[tool.poetry.dependencies]
10
+python = "^3.13"
11
+pygithub = ">=1.59,<2.0"
12
13
14
+[build-system]
15
+requires = ["poetry-core"]
16
+build-backend = "poetry.core.masonry.api"
0 commit comments