{"id":16068109,"url":"https://github.com/ged/treequel","last_synced_at":"2025-03-18T05:31:08.398Z","repository":{"id":1097975,"uuid":"957654","full_name":"ged/treequel","owner":"ged","description":"An LDAP toolkit for Ruby, intended to allow quick, easy access to LDAP directories in a manner consistent with LDAP's hierarchical, free-form nature. ","archived":false,"fork":false,"pushed_at":"2017-06-15T01:34:04.000Z","size":2613,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T17:24:11.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://deveiate.org/projects/Treequel","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ged.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","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":"2010-10-03T02:47:06.000Z","updated_at":"2022-05-06T05:00:40.000Z","dependencies_parsed_at":"2022-07-06T07:55:07.242Z","dependency_job_id":null,"html_url":"https://github.com/ged/treequel","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Ftreequel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Ftreequel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Ftreequel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Ftreequel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ged","download_url":"https://codeload.github.com/ged/treequel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244164855,"owners_count":20409000,"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":[],"created_at":"2024-10-09T06:08:35.900Z","updated_at":"2025-03-18T05:31:05.605Z","avatar_url":"https://github.com/ged.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Treequel\n\nhome\n: http://deveiate.org/projects/Treequel\n\ncode\n: http://repo.deveiate.org/Treequel\n\ndocs\n: http://deveiate.org/code/treequel\n\ngithub\n: http://github.com/ged/treequel\n\n\n## Description\n\nTreequel is an LDAP toolkit for Ruby. It is intended to allow quick, easy\naccess to LDAP directories in a manner consistent with LDAP's hierarchical,\nfree-form nature.\n\nIt's inspired by and modeled after [Sequel][sequel], a\nkick-ass database library.\n\nFor more information on how to use it, check out the [manual](manual/index_md.html).\n\n\n## Command-Line Tools\n\nThere are several command-line tools that are built on top of Treequel in\nthe 'treequel-shell' gem. They include:\n\n### treequel\n\nan LDAP shell/editor; treat your LDAP directory like a filesystem!\n\n### treewhat\n\nan LDAP schema explorer. Dump objectClasses and attribute type info in several\nconvenient formats.\n\n\n## Contributing\n\nYou can check out the current development source [with Mercurial][devsource], or if you prefer Git, via the project's [Github mirror][gitmirror].\n\nYou can submit bug reports, suggestions, and read more about future plans at [the project page][projectpage].\n\n\n## License\n\nCopyright (c) 2008-2017, Michael Granger and Mahlon E. Smith\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice,\n  this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author/s, nor the names of the project's\n  contributors may be used to endorse or promote products derived from this\n  software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThis software includes some code from the Sequel database toolkit, used under\nthe following license terms:\n\n\u003e Copyright (c) 2007-2008 Sharon Rosner\n\u003e Copyright (c) 2008-2010 Jeremy Evans\n\u003e \n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to\n\u003e deal in the Software without restriction, including without limitation the\n\u003e rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n\u003e sell copies of the Software, and to permit persons to whom the Software is\n\u003e furnished to do so, subject to the following conditions:\n\u003e   \n\u003e The above copyright notice and this permission notice shall be included in\n\u003e all copies or substantial portions of the Software.\n\u003e    \n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n\u003e THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER \n\u003e IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n\u003e CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n## Authors\n\n* Michael Granger \u003cged@FaerieMUD.org\u003e\n* Mahlon E. Smith \u003cmahlon@martini.nu\u003e\n\n\n## Contributors\n\nA special thanks to Ben Bleything, who was part of the initial brainstorm that\nled to the creation of this library.\n\nThanks also to Ben Cooksley of the KDE project, who has been full of great\nideas for the Model side of Treequel; it's vastly better for his\nsuggestions.\n\n\n[sequel]: http://sequel.rubyforge.org/\n[devsource]: http://repo.deveiate.org/Treequel\n[gitmirror]: https://github.com/ged/treequel\n[projectpage]: http://deveiate.org/projects/Treequel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Ftreequel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fged%2Ftreequel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Ftreequel/lists"}