Metadata-Version: 2.1
Name: fai
Version: 0.0.1
Summary: FAI script integration lib
Home-page: https://github.com/st31ny/pyfai
Author: Maximilian Stein
Author-email: m@steiny.biz
License: MIT
Description: ================
         FAI Python Lib
        ================
        
        -------------------------------------
        Library for FAI customization scripts
        -------------------------------------
        
        This Python lib eases the implementation of FAI_ customization scripts with a
        high level of abstraction and resonable error handling. It is meant to be
        ``import``'ed in scripts run by ``fai-do-scripts(1)`` during an FAI
        installation or softupdate.
        
        .. _FAI: https://fai-project.org/
        
        
        Tests
        =====
        
        Tests reside in the tests_ directory and are based on pytest_ and can be run
        easily using make_: ``make test``
        
        .. _tests: ./tests
        .. _pytest: https://docs.pytest.org/
        
        
        .. _make:
        
        Makefile
        ========
        
        A Makefile_ is provided to ease testing and building Python packages. Run
        ``make help`` for usage hints.
        
        .. _Makefile: ./Makefile
        
        
        Packaging and Releasing
        =======================
        
        This lib uses PEP 517/PEP 518-compatible packaging based on setuptools. All
        project settings should normally go into setup.cfg_, while setup.py_ is mainly
        provided for compatibility. The build system configuration resides in
        pyproject.toml_.
        
        .. _setup.cfg: ./setup.cfg
        .. _setup.py: ./setup.py
        .. _pyproject.toml: ./pyproject.toml
        
        Each released version is tagged with a tag of the form ``release/x.y.z`` with
        ``x``, ``y``, and ``z`` being major, minor, and patch version, respectively, as
        defined by `Semantic Versioning`_.
        
        .. _Semantic Versioning: http://semver.org/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: dev
