{"id":18289971,"url":"https://github.com/utensils/mits","last_synced_at":"2025-04-05T09:31:50.990Z","repository":{"id":28515872,"uuid":"32032554","full_name":"utensils/mits","owner":"utensils","description":"A Multifamily Information and Transactions Standard document parser","archived":false,"fork":false,"pushed_at":"2015-07-28T23:33:50.000Z","size":492,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-21T02:22:08.427Z","etag":null,"topics":["ruby","sax-parser","standard","xml"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utensils.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-11T17:53:49.000Z","updated_at":"2024-02-20T08:56:20.000Z","dependencies_parsed_at":"2022-08-24T07:00:44.041Z","dependency_job_id":null,"html_url":"https://github.com/utensils/mits","commit_stats":null,"previous_names":["doomspork/mits"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fmits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fmits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fmits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utensils%2Fmits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utensils","download_url":"https://codeload.github.com/utensils/mits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318328,"owners_count":20919457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby","sax-parser","standard","xml"],"created_at":"2024-11-05T14:08:55.873Z","updated_at":"2025-04-05T09:31:50.354Z","avatar_url":"https://github.com/utensils.png","language":"Ruby","readme":"# MITS\n\nA SAX powered reader for [Multifamily Information and Transactions Standard \\(MITS\\)](http://www.mitsproject.org/) compatible documents.\n\nCurrently supporting MITS __3.0__ \u0026 __4.1__ (default).\n\n[![Gem Version](https://badge.fury.io/rb/mits.png)](https://rubygems.org/gems/mits) [![Build Status](https://travis-ci.org/doomspork/mits.svg?branch=master)](https://travis-ci.org/doomspork/mits) [![Code Climate](https://codeclimate.com/github/doomspork/mits/badges/gpa.svg)](https://codeclimate.com/github/doomspork/mits) [![Coverage Status](https://coveralls.io/repos/doomspork/mits/badge.png?branch=master)](https://coveralls.io/r/doomspork/mits?branch=master) [![Dependency Status](https://gemnasium.com/doomspork/mits.svg)](https://gemnasium.com/doomspork/mits)\n\n## Installation\n\n\tgem install mits\n\n## Getting Started\n\nCreate a `MITS::Document` with a local filepath or URL:\n\n```ruby\ndocument = MITS::Document.new('/example/path/mits_compatible_feed.xml', version: 3.0)\n```\n\nIterating over properties is easy:\n\n```ruby\ndocument.properties do |property|\n  puts \"#{property.name} now available online at #{property.website}\"\nend\n```\n\nThe `#properties` method returns a `Enumerator` if no block is provided:\n\n```ruby\n\ndocument.properties.each_with_object([]) do |property, arr|\n  # Only include properties with 2 or more units\n  arr.push(property) if property.units.size \u003e 2\nend\n```\n\n## Contributing\n\nFeedback, feature requests, and fixes are welcomed and encouraged.  Please make appropriate use of [Issues](https://github.com/doomspork/mits/issues) and [Pull Requests](https://github.com/doomspork/mits/pulls).  All code should have accompanying tests.\n\n## Author\n\nMITS is written and maintained by [@doomspork](http://github.com/doomspork) as part of [CityLeash.com](https://cityleash.com).\n\n## License\n\nPlease see [LICENSE](https://github.com/doomspork/mits/blob/master/LICENSE) for licensing details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futensils%2Fmits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futensils%2Fmits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futensils%2Fmits/lists"}