Metadata-Version: 2.1
Name: ifdef
Version: 0.1.1
Summary: A ifdef/else/endif macro preprocessor for standalone python scripts and importable modules
Home-page: https://github.com/py552/ifdef/
Author: py552
Author-email: pythonist552@gmail.com
License: ASL
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astor ; python_version <= "3.8"

A ifdef/else/endif macro preprocessor for standalone python scripts and importable modules
