Metadata-Version: 2.1
Name: bpc-utils
Version: 0.5.0
Summary: Utility library for the Python bpc compiler.
Home-page: https://github.com/pybpc/bpc-utils
Author: Saiyang Gou
Author-email: gousaiyang223@gmail.com
License: MIT
Description: # bpc-utils
        
        [![Travis CI - Status](https://img.shields.io/travis/com/pybpc/bpc-utils.svg)](https://travis-ci.com/pybpc/bpc-utils)
        [![Codecov - Coverage](https://codecov.io/gh/pybpc/bpc-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/pybpc/bpc-utils)
        
        Documentation: https://bpc-utils.readthedocs.io
        
        Utility library for the Python [bpc](https://github.com/pybpc/bpc) backport compiler.
        
        Currently, the three individual tools ([f2format](https://github.com/pybpc/f2format), [poseur](https://github.com/pybpc/poseur), [walrus](https://github.com/pybpc/walrus)) depend on this repo. The bpc compiler is a work in progress.
        
Keywords: bpc backport utilities
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.4
Description-Content-Type: text/markdown
