diff --git a/poetry.lock b/poetry.lock deleted file mode 100644 index 441a456..0000000 --- a/poetry.lock +++ /dev/null @@ -1,88 +0,0 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. - -[[package]] -name = "cmudict" -version = "1.0.13" -description = "A versioned python wrapper package for The CMU Pronouncing Dictionary data files." -category = "main" -optional = false -python-versions = ">=3.7.2,<4.0.0" -files = [ - {file = "cmudict-1.0.13-py3-none-any.whl", hash = "sha256:93859ffe137f59c2938347b4bd5aab534d12191b9e719160ceb4f26a5e2de9a0"}, - {file = "cmudict-1.0.13.tar.gz", hash = "sha256:09dab0a848924e43aab3cb9199189dd7f8adf6c98b2c09cb6bb06a85039f431b"}, -] - -[package.dependencies] -importlib-metadata = ">=5.1.0,<6.0.0" -importlib-resources = ">=5.10.1,<6.0.0" - -[[package]] -name = "importlib-metadata" -version = "5.2.0" -description = "Read metadata from Python packages" -category = "main" -optional = false -python-versions = ">=3.7" -files = [ - {file = "importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f"}, - {file = "importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd"}, -] - -[package.dependencies] -zipp = ">=0.5" - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -perf = ["ipython"] -testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"] - -[[package]] -name = "importlib-resources" -version = "5.12.0" -description = "Read resources from Python packages" -category = "main" -optional = false -python-versions = ">=3.7" -files = [ - {file = "importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a"}, - {file = "importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6"}, -] - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] - -[[package]] -name = "pronouncing" -version = "0.2.0" -description = "A simple interface for the CMU pronouncing dictionary" -category = "main" -optional = false -python-versions = "*" -files = [ - {file = "pronouncing-0.2.0.tar.gz", hash = "sha256:ff7856e1d973b3e16ff490c5cf1abdb52f08f45e2c35e463249b75741331e7c4"}, -] - -[package.dependencies] -cmudict = ">=0.4.0" - -[[package]] -name = "zipp" -version = "3.15.0" -description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" -optional = false -python-versions = ">=3.7" -files = [ - {file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"}, - {file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"}, -] - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] - -[metadata] -lock-version = "2.0" -python-versions = "^3.11" -content-hash = "0839be5a946fc29b0f8ad77bf5064c6f1f48333681d9aadef5e37e9f00f50270" diff --git a/pyproject.toml b/pyproject.toml index 1376562..118bb2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,16 +1,15 @@ -[tool.poetry] +[project] name = "lab_autopoetry" -version = "0.1.0" +version = "5.0.0" description = "" -authors = ["Chris "] +authors = [{ name = "Chris", email = "chris@chrisproctor.net" }] +requires-python = ">=3.11,<4" license = "MIT" +dependencies = ["pronouncing>=0.2.0,<0.3"] -[tool.poetry.dependencies] -python = "^3.11" -pronouncing = "^0.2.0" - -[tool.poetry.dev-dependencies] +[dependency-groups] +dev = [] [build-system] -requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" +requires = ["hatchling"] +build-backend = "hatchling.build" diff --git a/uv.lock b/uv.lock new file mode 100644 index 0000000..4ebb27f --- /dev/null +++ b/uv.lock @@ -0,0 +1,68 @@ +version = 1 +requires-python = ">=3.11, <4" + +[[package]] +name = "cmudict" +version = "1.0.13" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "importlib-metadata" }, + { name = "importlib-resources" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/d6/7d/6ef8a22301c6d8ff3c481cc658b9b2c18a56e7357d87266b1f4ab7ac4d42/cmudict-1.0.13.tar.gz", hash = "sha256:09dab0a848924e43aab3cb9199189dd7f8adf6c98b2c09cb6bb06a85039f431b", size = 936509 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/70/d0/1c679fe2658ac97b01b5f8e5932cc74bf5974a4a74d050cc4288ad2b3781/cmudict-1.0.13-py3-none-any.whl", hash = "sha256:93859ffe137f59c2938347b4bd5aab534d12191b9e719160ceb4f26a5e2de9a0", size = 939341 }, +] + +[[package]] +name = "importlib-metadata" +version = "5.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "zipp" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/a6/1d/7a01bc53a248ddb14eb0dca86f089ddf848d7b9485c31d7f840f27acbcfe/importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd", size = 49561 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/35/07/fd0145f9e57356098fe15415dbb9616fd628373ecf88faab9aae0c988d2c/importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f", size = 21843 }, +] + +[[package]] +name = "importlib-resources" +version = "5.12.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/4e/a2/3cab1de83f95dd15297c15bdc04d50902391d707247cada1f021bbfe2149/importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6", size = 39894 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/38/71/c13ea695a4393639830bf96baea956538ba7a9d06fcce7cef10bfff20f72/importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a", size = 36211 }, +] + +[[package]] +name = "lab-autopoetry" +version = "5.0.0" +source = { editable = "." } +dependencies = [ + { name = "pronouncing" }, +] + +[package.metadata] +requires-dist = [{ name = "pronouncing", specifier = ">=0.2.0,<0.3" }] + +[package.metadata.requires-dev] +dev = [] + +[[package]] +name = "pronouncing" +version = "0.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "cmudict" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/7f/c6/9dc74a3ddca71c492e224116b6654592bfe5717b4a78582e4d9c3345d153/pronouncing-0.2.0.tar.gz", hash = "sha256:ff7856e1d973b3e16ff490c5cf1abdb52f08f45e2c35e463249b75741331e7c4", size = 17562 } + +[[package]] +name = "zipp" +version = "3.15.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/00/27/f0ac6b846684cecce1ee93d32450c45ab607f65c2e0255f0092032d91f07/zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b", size = 18454 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/5b/fa/c9e82bbe1af6266adf08afb563905eb87cab83fde00a0a08963510621047/zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556", size = 6758 }, +]