Metadata-Version: 2.5
Name: pyrift
Version: 0.2.0
Summary: Detect silent Python behaviour differences across CPython versions and CPython vs PyPy
Project-URL: Homepage, https://github.com/BHUVANSH855/pyrift
Project-URL: Repository, https://github.com/BHUVANSH855/pyrift
Project-URL: Bug Tracker, https://github.com/BHUVANSH855/pyrift/issues
Author-email: Bhuvansh Kataria <your@email.com>
License: MIT
License-File: LICENSE
Keywords: behaviour,compatibility,cpython,pypy,python-versions,runtime,semantic,static-analysis
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
