Metadata-Version: 2.1
Name: idem-platform-meta
Version: 2.3
Summary: Identify and detect the correct idem-[platorm] reqs for your system and install them
Home-page: https://gitlab.com/akm0d/idem-grains
Author: Tyler Johnson
Author-email: tjohnson@saltstack.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: aiofiles (==0.4.0)
Requires-Dist: pop (>=13.3)
Requires-Dist: grainsv2 (>=11.9)
Requires-Dist: grains-universal (>=2.1)
Requires-Dist: grains-virt (>=3)
Requires-Dist: idem-bsd (>=4.1) ; "BSD" in sys_platform
Requires-Dist: idem-solaris (>=4.1) ; "sunos" in sys_platform
Requires-Dist: idem-aix (>=4.1) ; os_name == "AIX"
Requires-Dist: idem-posix (>=2.3) ; os_name == "posix"
Requires-Dist: idem-darwin (>=8.1) ; sys_platform == "darwin"
Requires-Dist: idem-linux (>=7.2) ; sys_platform == "linux"
Requires-Dist: idem-windows (>=5.2) ; sys_platform == "win32"

===========
IDEM-GRAINS
===========

Meta package for installing idem-aix, idem-bsd, idem-darwin, idem-linux, idem-solaris, or idem-windows based on your OS


