pyrefact

View on PyPIReverse Dependencies (3)

100 pyrefact-100-py3-none-any.whl

Wheel Details

Project: pyrefact
Version: 100
Filename: pyrefact-100-py3-none-any.whl
Download: [link]
Size: 90059
MD5: 3f36c96dd34eb212dbb176b298de8dbb
SHA256: 46dd03775b67a579a8c9fa02fd77af7a04ffec4686c58cee815130cee67392e9
Uploaded: 2024-03-12 21:59:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyrefact
Version: 100
Summary: Automated Python refactoring
Author: Olle Lindgren
Author-Email: olle.ln[at]outlook.com
Project-Url: repository, https://github.com/OlleLindgren/pyrefact
License: MIT License Copyright (c) 2022 OlleLindgren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: black (>=23.1.0)
Requires-Dist: compactify (>=2)
Requires-Dist: rmspace (>=7)
Requires-Dist: sympy (>=1.11.0)
Requires-Dist: astunparse (==1.6.3); python_version < "3.9"
Requires-Dist: astunparse (==1.6.3); extra == "dev"
Requires-Dist: pylint (==3.1.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6106 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pyrefact/__init__.py sha256=bkVIoAsYbCpAwpWlQq4U31FEU4LQx-P-Fid92LhO3Rk 78
pyrefact/__main__.py sha256=1Y-byPRT9HdhxKe5NwqXMwyalFpgd_4QXrpGLjCCQkE 127
pyrefact/abstractions.py sha256=5a2xzL5k5GGBJzSbLXEEAH253fQkVjJD9Mpw6ge70vY 27141
pyrefact/constants.py sha256=dOmFlPZlL5sGfAasKK0cy9L2-IPPWoyH256rFw9mMf8 9194
pyrefact/core.py sha256=cKTrPzyyIa2-zJDd3jeLhKrWYo8U3Bal0uzvOv1trcc 47060
pyrefact/fixes.py sha256=YNnJn4w3fSYDMuuDKpCTfJhWrffmk12ZopChPUwvKSY 138808
pyrefact/formatting.py sha256=bkOO6rlFsiskoKqGkIaPqT4JSXw8fXsfeMCFxb65aKs 1697
pyrefact/logs.py sha256=gm40jebW6pdSFuIV_Tor_ls2OTxHkABDPLUf8N7X2Es 1007
pyrefact/main.py sha256=MRJwPN5wIUFxTPX_MakoBeCzPbcU8vGzEfOYIGETV_o 16170
pyrefact/object_oriented.py sha256=39_umPJKpYfzo9ekGr6iUDQejPNhWsT1ARw7nwYwSTM 9346
pyrefact/parsing.py sha256=SyC63ql_J5NDlsEdUSkFq-8GKGys3t8XMPw1YqBUbK4 8144
pyrefact/pattern_matching.py sha256=9tLTJ7Q_fJ9lXGmr5V6oRUrfZF1gxJeb0HSq2P_G7_I 5386
pyrefact/performance.py sha256=TNQKzhUojiJNePba71C-YrKd3NYVLhgspl7736Uwaz0 12276
pyrefact/performance_numpy.py sha256=Mfva62ixJYgNIMuC4GV9WgtpCQWiqV-e4gmF8bOdeIA 6429
pyrefact/performance_pandas.py sha256=suuLVa2IjZeU27XZutHGCPEKhqY10p6hhWEgUuPbmJ4 6716
pyrefact/processing.py sha256=ylbBPVGCQF9aHop7n5s9EA6-HnRFkMnalQBOPJQbCKs 32042
pyrefact/style.py sha256=DDwzY1BxGAkcwXk35YJ4uA0hJ5N_g3cPXmujL8d6qeU 1616
pyrefact/symbolic_math.py sha256=oKxSLAeUxEmjdvk7w01-554GVsrmwMj2OS-eKC16ceA 33436
pyrefact/tracing.py sha256=EBp1qHdBFnr9gyPPhL6Z8rysNn6Z_U_uDubC7wb_fr0 18674
pyrefact-100.dist-info/LICENSE sha256=VtYxu4K4xe--JOpiccEDatS7M_tOZgTjOIAUUgGrTaM 1069
pyrefact-100.dist-info/METADATA sha256=a3Fyp0Q8tYKvLIDLy6Z-t71hD15PhexDO3dzAA-GwbY 7991
pyrefact-100.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
pyrefact-100.dist-info/entry_points.txt sha256=Vb9Btf5lCxgsEhNYs5WF3GWlV4rGDaJcQGPmB4T91ZY 156
pyrefact-100.dist-info/top_level.txt sha256=TRkGmgGqFRZxwozAFp5w_t_28VB6GLXgUv-_rKuw2YU 9
pyrefact-100.dist-info/RECORD

top_level.txt

pyrefact

entry_points.txt

pyrefact = pyrefact.__main__:main
pyrefind = pyrefact.pattern_matching:pyrefind_main
pyreplace = pyrefact.pattern_matching:pyreplace_main