Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prison_parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prison_parser

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Prison Architect Parser

This gem allows you to parse, access, and manipulate a save file from Prison Architect.

Installation

Add this line to your application's Gemfile:

gem 'prison_parser'

And then execute:

$ bundle

Or install it yourself as:

$ gem install prison_parser

Usage

require 'prison_parser'
prison = PrisonParser::Prison.open("myprison.prison")

puts prison.Finance.Balance # 1318560.0

prison.save("newprison.prison")

Roadmap

  • Ability to convert a prison to a blank, but planned prison.

Thanks

Special thanks to: Matvei Stefarov for his work on PASaveEditor, which served as the basis for the parsing implementation. To Jason Dew for letting me use the name of his original library, prison_parser

License

Please see the LICENSE for more information.

FAQs

Package last updated on 31 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc