hydev

View on PyPIReverse Dependencies (0)

2.10.1 hydev-2.10.1-py3-none-any.whl

Wheel Details

Project: hydev
Version: 2.10.1
Filename: hydev-2.10.1-py3-none-any.whl
Download: [link]
Size: 12237
MD5: 3b0e7336a147eb13623068c3919846ae
SHA256: a946918b4dd334f5115a6bc0035956875825a0fc72f60c8e209b006ba39420cb
Uploaded: 2025-03-05 08:45:05 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: hydev
Version: 2.10.1
Summary: Common tooling and configuration for pythonic development
Author: hoverhell
Author-Email: hoverhell[at]gmail.com
Project-Url: Repository, https://gitlab.com/hoverhell/hydev
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11,<4.0
Requires-Dist: autoflake (<3.0.0,>=2.3.1)
Requires-Dist: black (<26.0.0,>=25.1.0)
Requires-Dist: click (<9.0.0,>=8.1.8)
Requires-Dist: coloredlogs (<16.0.0,>=15.0.1)
Requires-Dist: django-coverage-plugin (<4.0.0,>=3.1.0); extra == "django"
Requires-Dist: django-debug-toolbar (<6.0.0,>=5.0.1); extra == "django"
Requires-Dist: django-extra-checks (<0.17.0,>=0.16.1); extra == "django"
Requires-Dist: django-migration-linter (<6.0.0,>=5.1.0); extra == "django"
Requires-Dist: django-querycount (<0.9.0,>=0.8.3); extra == "django"
Requires-Dist: django-split-settings (<2.0.0,>=1.3.2); extra == "django"
Requires-Dist: django-stubs (<6.0.0,>=5.1.3); extra == "django"
Requires-Dist: django-stubs-ext (<6.0.0,>=5.1.3); extra == "django"
Requires-Dist: django-test-migrations (<2.0.0,>=1.4.0); extra == "django"
Requires-Dist: flake8 (<8.0.0,>=7.1.2)
Requires-Dist: flake8-broken-line (<2.0.0,>=1.0.0)
Requires-Dist: flake8-debugger (<5.0.0,>=4.1.2)
Requires-Dist: flake8-django-hhupd (<2.0.0,>=1.4.1); extra == "django"
Requires-Dist: flake8-mock-x2 (<0.5.0,>=0.4.1)
Requires-Dist: flake8-print (<6.0.0,>=5.0.0)
Requires-Dist: flake8-pytest-style (<3.0.0,>=2.1.0)
Requires-Dist: flake8-use-fstring (<2.0,>=1.4)
Requires-Dist: humanfriendly (>=10.0)
Requires-Dist: hyapp (>=4.0.0); extra == "hydlog"
Requires-Dist: ipdb (<0.14.0,>=0.13.13)
Requires-Dist: isort (<7.0.0,>=6.0.1)
Requires-Dist: mypy (<2.0.0,>=1.15.0)
Requires-Dist: poetry (<3.0.0,>=2.1.1)
Requires-Dist: poetry-plugin-up (>=0.9.0)
Requires-Dist: pre-commit (<5.0.0,>=4.1.0)
Requires-Dist: pytest (<9.0.0,>=8.3.5)
Requires-Dist: pytest-asyncio (<0.26.0,>=0.25.3)
Requires-Dist: pytest-blockage (<0.3.0,>=0.2.4)
Requires-Dist: pytest-cov (<7.0.0,>=6.0.0)
Requires-Dist: pytest-deadfixtures (<3.0.0,>=2.2.1)
Requires-Dist: pytest-django (<5.0.0,>=4.10.0); extra == "django"
Requires-Dist: pytest-env (<2.0.0,>=1.1.5)
Requires-Dist: pytest-timeout (<3.0.0,>=2.3.1)
Requires-Dist: pyyaml (<7.0.0,>=6.0.2)
Requires-Dist: ruff (>=0.9.9)
Requires-Dist: toml (<0.11.0,>=0.10.2)
Requires-Dist: uv (>=0.6.4)
Provides-Extra: django
Provides-Extra: hydlog
Description-Content-Type: text/markdown
[Description omitted; length: 67 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 2.1.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
hydev/__init__.py sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8 35
hydev/common_pyproject.toml sha256=O9OJGOEswbu9GncvXx0vv9M2rzwxZ3JJLaVigl91vXY 9153
hydev/hydlog.py sha256=Dvet7qU3wwZWuIB6AienfXOdaj1fHZR5lKgj97kijdo 4637
hydev/main.py sha256=M0lEtOpJoTW76l5rT5AN2D0dqCqTAW9XWPp7MkbM-tc 8584
hydev/utils.py sha256=cxIgn22JCvG0_L5db2UFGYus0J5BW4jT6AO5M9eck-Q 2916
hydev-2.10.1.dist-info/LICENSE sha256=eoAxykNu7on7zB75cg6RdG-lPmiAoixymiEYMUXN9hs 252
hydev-2.10.1.dist-info/METADATA sha256=6sLLr_jZYyM9bCG-vb0FZBtlGL-nvgyZ67jL039sFDQ 2748
hydev-2.10.1.dist-info/WHEEL sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY 88
hydev-2.10.1.dist-info/entry_points.txt sha256=mGRMh3vnyGN34yh1vQcIanJ97eQFhpmD4qMj35Bcw78 490
hydev-2.10.1.dist-info/RECORD

entry_points.txt

hyd = hydev.main:Fulltest.run_cli
hydautoflake = hydev.main:Autoflake.run_cli
hydblack = hydev.main:Black.run_cli
hyddeploy = hydev.deploy:DeployManager.run_cli
hydflake8 = hydev.main:Flake8.run_cli
hydfmt = hydev.main:Format.run_cli
hydisort = hydev.main:ISort.run_cli
hydlog = hydev.hydlog:main
hydmypy = hydev.main:Mypy.run_cli
hydpytest = hydev.main:Pytest.run_cli
hydruffcheck = hydev.main:RuffCheck.run_cli
hydruffformat = hydev.main:RuffFormat.run_cli
hydtest = hydev.main:Fulltest.run_cli