Metadata-Version: 2.1
Name: bigfix-prefetch
Version: 1.1.4
Summary: A python module for working with BigFix prefetches
Home-page: https://github.com/jgstew/bigfix_prefetch
Author: JGStew
Author-email: noreply@jgstew.com
Project-URL: Bug Tracker, https://github.com/jgstew/bigfix_prefetch/issues
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.6
Description-Content-Type: text/markdown
License-File: LICENSE

# bigfix-prefetch
Python scripts for working with BigFix prefetches

[Tested](https://github.com/jgstew/bigfix_prefetch/actions/workflows/test_src.yaml) on Mac, Windows, Linux on Python 3

This does theoretically support Python2 but is no longer tested and validated for Python2.

## Install through pip

`pip install bigfix-prefetch`

- https://pypi.org/project/bigfix-prefetch/


## Related:
- https://github.com/jgstew/generate_bes_from_template
