Skip to content

lluaguard/SrgLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SrgLib

A python library for handling srg files and related stuff

powered by tacos

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

License

This project licensed under MIT license and all credits goes to original creator: https://github.com/Techcable/SrgLib

About

A Java library for handling SRG files and mappings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%