Metadata-Version: 2.1
Name: friendly
Version: 0.2.92
Summary: Friendlier tracebacks in any language.
Home-page: https://github.com/aroberge/friendly-traceback
Author: Andre Roberge
Author-email: Andre.Roberge@gmail.com
License: UNKNOWN
Description: # friendly
        Aimed at Python beginners: replacing standard traceback by something easier to understand, translatable into various languages.
        
        ![Example](https://raw.githubusercontent.com/aroberge/friendly-traceback/master/why_1.png)
        
        ## Installation
        
        ```
        pip install friendly
        ```
        
        ## Documentation
        
        
        [Full documentation available here](https://aroberge.github.io/friendly-traceback-docs/docs/html/)
        
        ![Example](https://raw.githubusercontent.com/aroberge/friendly-traceback/master/explain.png)
        
        
        ## Contribute
        
        See the documentation. Note that Friendly uses Black.
        ![Black logo](https://img.shields.io/badge/code%20style-black-000000.svg)
        
        Some of the ideas were adopted from
        [DidYouMean-Python (aka BetterErrorMessages)](https://github.com/SylvainDe/DidYouMean-Python)
        by Sylvain Desodt, a project that is also using the MIT license.
        
        ## Code of Conduct
        
        We support the
        [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).
        Contributors to this project, including those filing or commenting on an issue,
        are expected to do the same.
        
        
        ## JetBrains support
        
        We graciously acknowledge the support of [JetBrains](
        https://www.jetbrains.com/?from=friendly-traceback)
        which enables us to use the professional version
        of PyCharm for developing Friendly.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Programming Language :: Python :: 3
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: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Interpreters
Requires-Python: >=3.6
Description-Content-Type: text/markdown
