Metadata-Version: 2.1
Name: pgo
Version: 0.2.0
Summary: Profile guided optimization for Python extensions
Home-page: https://github.com/esoma/pgo
Author: Erik Soma
Author-email: stillusingirc@gmail.com
License: MIT
Description: ![Version 0.2.0](https://img.shields.io/badge/version-0.2.0-blue?style=flat-square)
        ![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue?style=flat-square)
        ![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)
        
        [![tests status](https://img.shields.io/github/workflow/status/esoma/pgo/test?label=tests&style=flat-square)](https://github.com/esoma/pgo/actions/workflows/test.yml)
        [![coverage](https://img.shields.io/codecov/c/github/esoma/pgo?style=flat-square)](https://app.codecov.io/gh/esoma/pgo)
        [![quality](https://img.shields.io/lgtm/grade/python/github/esoma/pgo?label=quality&style=flat-square)](https://lgtm.com/projects/g/esoma/pgo/alerts/?mode=tree)
        
        `pgo` brings easy and unobtrusive profile guided optimization to Python
        extensions.
        
        Work in progress.
        
        Copyright 2021 Erik Soma
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
        of the Software, and to permit persons to whom the Software is furnished to do
        so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Provides-Extra: test
