eips

View on PyPIReverse Dependencies (0)

0.2.0 eips-0.2.0-py3-none-any.whl

Wheel Details

Project: eips
Version: 0.2.0
Filename: eips-0.2.0-py3-none-any.whl
Download: [link]
Size: 16004
MD5: 0873fb36d9cfadac4015a57e26c67183
SHA256: 584d0b91d40dbecf84204383307869c73db6b60bcccb08f493fbd3d3d7ef30d1
Uploaded: 2024-12-01 22:24:14 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: eips
Version: 0.2.0
Summary: Ethereum Improvement Proposal (EIP) ETL library
Author-Email: Mike Shultz <mike[at]mikeshultz.com>
Project-Url: source, https://github.com/mikeshultz/eips
License: Copyright © 2023 Mike Shultz 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.
Keywords: eip,ethereum,etl
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: click (~=8.1)
Requires-Dist: dulwich (~=0.22.4)
Requires-Dist: pydantic (~=2.9)
Requires-Dist: python-dateutil (~=2.8.2)
Requires-Dist: typing-extensions (<5,>=4.0)
Requires-Dist: hatch-vcs (~=0.4.0); extra == "dev"
Requires-Dist: hatch (<2,>=1.13); extra == "dev"
Requires-Dist: pyright (~=1.1.387); extra == "dev"
Requires-Dist: pytest-cov (>=4.1.0); extra == "dev"
Requires-Dist: pytest (>=7.4.2); extra == "dev"
Requires-Dist: ruff (~=0.7.2); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 2039 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
eips/__init__.py sha256=0Vk4CcPb3SliscpIc-cRPBXp6NOszrgt-zP9kdWg36w 417
eips/__main__.py sha256=BndNoMDPO9c1wrIA-D4Ua7n8v79NnS2J-E0PegSYGew 185
eips/cli.py sha256=Euc-mExxtcvgkFH2q_uI7ieBXUlqBQWMCrum5zum-G0 3262
eips/const.py sha256=w1OhvJP27vvUrlQ7i-9cQYRp9LQL8Uhu_kXhXgO8uHc 381
eips/eips.py sha256=X-1_xtXQZPgYnZwTyK04j52rN1dhZLHMjzLas-lhIcg 12851
eips/enum.py sha256=URoKObGQlP7VZy6zwHd5JpBdjpS7IcjQeZY-pe6fb6s 2357
eips/git.py sha256=mDZtZ3mdlHmqVLkK0U4S5xRtFIdlY7R8nF6wqcu9e0s 1765
eips/logging.py sha256=4O954A6m0LAUHDSQfGi3TCPdHRDMLvmq63v4cnaqA30 2293
eips/object.py sha256=Va9SH5_ehZDSbfA4d60C3iDS4SafpgAFzdf4uWiPEMk 3978
eips/parsing.py sha256=mGbzvIVNljdq68bolCbza7lkPA6GN4E6HKNtIy9sFuM 4615
eips/util.py sha256=Z4rtN1EfXsL0cm9gxlTTFTM1IwxfshfcdsQK-iY10sY 705
eips-0.2.0.dist-info/METADATA sha256=8JYNOtLbZ7sRf0hEMcHx2rLFS40OkQInptyTpZM-H6Y 4366
eips-0.2.0.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
eips-0.2.0.dist-info/entry_points.txt sha256=kChUfKdSMcHNw1rzBiahGAJFU2_Xvhs-aztNkzaYivA 68
eips-0.2.0.dist-info/licenses/LICENSE sha256=IrVf8Cik_lrkevSTIg4HNeK2qdoCx0VV8ur2zpUY3U0 1062
eips-0.2.0.dist-info/RECORD

entry_points.txt

eips = eips.cli:eips_cli
ercs = eips.cli:ercs_cli