Skip to content

Commit

Permalink
Add xefind script (#134)
Browse files Browse the repository at this point in the history
* add xefind

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yue Ma <3124558229@qq.com>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent 17b49da commit 20f4d5d
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ packages = [
{ include = "utilix" }
]

[tool.poetry.scripts]
xefind = "utilix.scripts.xefind:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
pymongo = "*"
Expand Down
Empty file added utilix/scripts/__init__.py
Empty file.
Loading

0 comments on commit 20f4d5d

Please sign in to comment.