Metadata-Version: 2.1
Name: fortnite-replay-reader
Version: 0.1.8
Summary: Parse fortnite .replay files
Home-page: http://github.com/Shiqan/fortnite-replay-reader
Author: Shiqan
License: MIT
Description: # Ray - Go 86 em
        
        [![Build Status](https://travis-ci.org/Shiqan/fortnite-replay-reader.svg?branch=master)](https://travis-ci.org/Shiqan/fortnite-replay-reader)
        [![Coverage Status](https://coveralls.io/repos/github/Shiqan/fortnite-replay-reader/badge.svg?branch=develop)](https://coveralls.io/github/Shiqan/fortnite-replay-reader?branch=develop)
        [![PyPI](https://img.shields.io/pypi/v/fortnite-replay-reader.svg)](https://pypi.org/project/fortnite-replay-reader/)
        [![BCH compliance](https://bettercodehub.com/edge/badge/Shiqan/fortnite-replay-reader?branch=develop)](https://bettercodehub.com/)
        
        Fortnites favorite assistent is here to help you parse replay files.
        
        ```python
        from ray import Reader
        
        with Reader("filepath") as replay:
            print(replay.stats)
            print(replay.team_stats)
            
            for elim in replay.eliminations:
                print(elim)
        ```
        
        ## :warning: More info
        Please see [Fortnite Replay Parser](https://github.com/Shiqan/FortniteReplayReader) and [Fortnite Replay Decompressor](https://github.com/Shiqan/FortniteReplayDecompressor) for more details.
        
        ## License
        
        Licensed under the [MIT License](LICENSE).
        
Keywords: fortnite replay reader ray
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
