gpyutils

View on PyPIReverse Dependencies (0)

0.13.1 gpyutils-0.13.1-py3-none-any.whl

Wheel Details

Project: gpyutils
Version: 0.13.1
Filename: gpyutils-0.13.1-py3-none-any.whl
Download: [link]
Size: 34707
MD5: a9bda174fea7c26df1447d3c60efaeae
SHA256: 973066e0999bda57e60bab2bdcda95b01fdbcd7dd82377d8599fa03e08265a97
Uploaded: 2024-02-08 20:53:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gpyutils
Version: 0.13.1
Summary: Maintenance scripts for Gentoo Python packages
Author-Email: Michał Górny <mgorny[at]gentoo.org>
Project-Url: Homepage, https://github.com/mgorny/gpyutils/
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Installation/Setup
Requires-Python: >=3.8
Requires-Dist: gentoopm
Requires-Dist: networkx; extra == "depgraph-nx"
Requires-Dist: lxml; extra == "release-feed-opml"
Requires-Dist: lxml; extra == "test"
Requires-Dist: packaging; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: packaging; extra == "verify-deps"
Provides-Extra: depgraph-nx
Provides-Extra: release-feed-opml
Provides-Extra: test
Provides-Extra: verify-deps
Description-Content-Type: text/x-rst
[Description omitted; length: 4115 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gpyutils/__init__.py sha256=BeESW9aVl11YfgxIuh-J8gLFOreLi12jfTh44kOIBk8 184
gpyutils/ansi.py sha256=fqLcMPPalHoY7mKH_RKPH7tqW1vDLC-7i9dO2dOEKK8 351
gpyutils/eclasses.py sha256=Cn3Mg0T_mGxmaGYA67N0s5ienfJgVObXcwWnx942_JQ 408
gpyutils/implementations.py sha256=rbu7jRyxHH9yptdsDXuERtbw2GjZxWW13mX2ZjPyYnM 2947
gpyutils/packages.py sha256=uWDdo42hO68XTFvCAoPhAa3IiqkUYHWec81lq5Ww0aw 1886
gpyutils/pycompat.py sha256=fPedqz3BUQPG9IRhFMUaqrtqOCXkRWRyh5s7zF0CF98 15277
gpyutils/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpyutils/scripts/depgraph.py sha256=zWofiZch3wtZxjR8ZIwNzEIicG1ufjiE8t1p6S1C1kw 9290
gpyutils/scripts/drop_dead_impls.py sha256=7VsnloL-5s7CtJH8Cv-0gvQSGPAhpo7MYnYA2QE6G9E 3229
gpyutils/scripts/impl.py sha256=hqcE5gQFuTxcz1SsEksVv8xxj6AMZfOvCW8yfXrithw 1745
gpyutils/scripts/list_pkg_impls.py sha256=dvswLW2Hm2RDoYYtr5LN0bN41_s9GeU9bwnlrVdmFfc 2744
gpyutils/scripts/pkgs_with_newest_stable.py sha256=N4OeNTfS-iTWMn7Uq6wOGnlcErj5mTQ0aChX7iuopeM 1024
gpyutils/scripts/release_feed_opml.py sha256=LgNY8cvIMpDEGGhzOHYM6352Xegv8CfHcZC2FW0fnro 4127
gpyutils/scripts/showimpls.py sha256=Kt57ZrrNK5S4TcoHst2cd2NO0M6co8mZpQyaFQfn6Cg 3244
gpyutils/scripts/to_pypi_eclass.py sha256=P33xrV2MWu1I_-JuP7pj6f64rBxGDwAqoq7NUJzZM14 4870
gpyutils/scripts/upgrade_impl.py sha256=rVnFhpSU4xMFsBf0oxhWrFIKYlxDIw5xOxwoZUIsbP8 8617
gpyutils/scripts/verify_deps.py sha256=LZi0yK5-bkcP5oX_5iGXeWT0wALoKzjs8wVkUwgCP24 8858
gpyutils-0.13.1.dist-info/entry_points.txt sha256=AZgXa09e_yY4npwMNMEseJmDqdd04nfI1NYz-QoGcdE 623
gpyutils-0.13.1.dist-info/COPYING sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM 18092
gpyutils-0.13.1.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
gpyutils-0.13.1.dist-info/METADATA sha256=x2X2JssNE2ru2FyPABSreXgy-DAVwAMfujL_1BfUj2I 5150
gpyutils-0.13.1.dist-info/RECORD

entry_points.txt

gpy-depgraph = gpyutils.scripts.depgraph:entry_point
gpy-drop-dead-impls = gpyutils.scripts.drop_dead_impls:entry_point
gpy-impl = gpyutils.scripts.impl:entry_point
gpy-list-pkg-impls = gpyutils.scripts.list_pkg_impls:entry_point
gpy-pkgs-with-newest-stable = gpyutils.scripts.pkgs_with_newest_stable:entry_point
gpy-release-feed-opml = gpyutils.scripts.release_feed_opml:entry_point
gpy-showimpls = gpyutils.scripts.showimpls:entry_point
gpy-to-pypi-eclass = gpyutils.scripts.to_pypi_eclass:entry_point
gpy-upgrade-impl = gpyutils.scripts.upgrade_impl:entry_point
gpy-verify-deps = gpyutils.scripts.verify_deps:entry_point