phase / SrgLib

A java library for handling srg files and mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SrgLib

A python library for handling srg files and related stuff

build status ![powered by tacos](https://img.shields.io/badge/powered by-tacos-brightgreen.svg)

Features

  • Correctly Parses and Outputs srg files
    • Is able to fully reproduce the original srg file from its internal representation
  • Well documented
    • All public methods have complete documentation
  • Object oriented
    • Types have objects, which have useful utility methods
  • Fast
    • Parses 27,000 lines in slightly over a second on python 3.5
  • Compatible with python 3.5
    • This library requires the 'typing' module for type hinting
    • Any version before python 3.5 does not have type hinting and won't work

About

A java library for handling srg files and mappings

License:MIT License


Languages

Language:Java 100.0%