Metadata-Version: 2.4
Name: pipcheck-eshanbuild
Version: 1.0.0
Summary: A smart module to check for missing packages and bypass strict OS environment blocks
Author-email: Eshan Dzulkifly <eshandzulkifly123@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown

PipCheck --by EshanCreative

usage:
    from pipcheck import check

    check("<Module name>", if_not_there="Option")

Option:
  Warn: Warn about the missing module
  Install: if the module is missing, it install the module and have auto-detect intelligent system where if its debian and ubuntu, it will use its own way
