{"id":19854030,"url":"https://github.com/wall-brew-co/brewtility","last_synced_at":"2025-05-02T01:30:27.995Z","repository":{"id":37010599,"uuid":"280867903","full_name":"Wall-Brew-Co/brewtility","owner":"Wall-Brew-Co","description":"A utility library for all of your brewing needs","archived":false,"fork":false,"pushed_at":"2025-04-26T21:53:19.000Z","size":2599,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-26T22:27:58.509Z","etag":null,"topics":["beer","clojure","clojure-library","clojurescript-library"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/Wall-Brew-Co.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-19T13:09:18.000Z","updated_at":"2025-04-24T06:07:04.000Z","dependencies_parsed_at":"2024-01-27T19:38:35.923Z","dependency_job_id":"4bfe6534-7b98-4624-8fbb-0050c973512e","html_url":"https://github.com/Wall-Brew-Co/brewtility","commit_stats":{"total_commits":91,"total_committers":6,"mean_commits":"15.166666666666666","dds":0.6373626373626373,"last_synced_commit":"6247fbd347dbeac1825af9f2ee4cb0a3c7f2251b"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wall-Brew-Co%2Fbrewtility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wall-Brew-Co%2Fbrewtility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wall-Brew-Co%2Fbrewtility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wall-Brew-Co%2Fbrewtility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wall-Brew-Co","download_url":"https://codeload.github.com/Wall-Brew-Co/brewtility/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251969237,"owners_count":21673180,"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":["beer","clojure","clojure-library","clojurescript-library"],"created_at":"2024-11-12T14:08:22.445Z","updated_at":"2025-05-02T01:30:27.679Z","avatar_url":"https://github.com/Wall-Brew-Co.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brewtility\n\n[![Clojars Project](https://img.shields.io/clojars/v/com.wallbrew/brewtility.svg)](https://clojars.org/com.wallbrew/brewtility)\n[![cljdoc badge](https://cljdoc.org/badge/com.wallbrew/brewtility)](https://cljdoc.org/d/com.wallbrew/brewtility/CURRENT)\n[![GitHub](https://img.shields.io/github/license/Wall-Brew-Co/brewtility)](https://github.com/Wall-Brew-Co/brewtility/blob/master/LICENSE)\n[![Twitter Follow](https://img.shields.io/twitter/follow/WallBrew?style=social)](https://twitter.com/WallBrew)\n\nA Clojure(Script) utility library for all of your brewing needs.\n\nThis repository follows the guidelines and standards of the [Wall Brew Open Source Policy.](https://github.com/Wall-Brew-Co/open-source \"Our open source guidelines\")\n\n## Installation\n\nA deployed copy of the most recent version of [brewtility can be found on clojars.](https://clojars.org/com.wallbrew/brewtility)\nTo use it, add the following as a dependency in your project.clj file:\n\n[![Clojars Project](https://clojars.org/com.wallbrew/brewtility/latest-version.svg)](com.wallbrew/brewtility)\n\nThe next time you build your application, [Leiningen](https://leiningen.org/) or [deps.edn](https://clojure.org/guides/deps_and_cli) should pull it automatically.\nAlternatively, you may clone or fork the repository to work with it directly.\n\n## Expectations\n\nThis library is designed to work in conjunction with the [common-beer-format.](https://github.com/Wall-Brew-Co/common-beer-format)\nThe functions within the library make one main assumptions based on that fact:\n\n1. All measurements are expected to be in the [International System of Units](https://en.wikipedia.org/wiki/International_System_of_Units), also known as the modern metric system. Since many brewing applications, especially those based in America, operate on Imperial Measurements, conversion utilities have been provided in the `brewtility.units` namespace.\n\n## Provided Functionality\n\nBelow are examples of provided functionality for each namespace.\nThe library does provide access to other functions, but those primarily exist in support of those outlined here.\n\n- [Calculations](doc/api/calculations.md)\n- [Precision](doc/api/precision.md)\n- [Predicates](doc/api/predicates.md)\n- [Units of Measure](doc/api/units.md)\n- [Wrapping](doc/api/wrapping.md)\n\n## Common Patterns\n\nBrewtility follows several conventions and design patterns that result in artifacts available to library consumers.\nThese are not strictly required for use; however, they provide additional documentation and ease-of-use to those who adopt them.\n\n- [Symbolic Keywords](doc/patterns/symbolic_keywords.md)\n\n## Testing\n\n[doo](https://github.com/bensu/doo), a Leiningen plugin used to run ClojureScript tests in many JS environments, is already in `project.clj`.\n[Karma](https://karma-runner.github.io/latest/index.html) is used as the test runner, and is included in `package.json`.\n\nTo install Karma, simply install the Node package:\n\n```bash\nnpm install\n```\n\nThen build the application and run the tests:\n\n```bash\nlein test-build\n```\n\nThe tests will also execute on the JVM, to ensure the library is compatible for apps in both deployment environments.\n\n## Contributors\n\n\u003ca href=\"https://github.com/Wall-Brew-Co/brewtility/graphs/contributors\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/Wall-Brew-Co/brewtility/master/CONTRIBUTORS.svg\" alt=\"The GitHub profile pictures of all current contributors. Clicking this image will lead you to the GitHub contribution graph.\" /\u003e\u003c/a\u003e\n\n## License\n\nCopyright © [Wall Brew Co](https://wallbrew.com/)\n\nThis software is provided for free, public use as outlined in the [MIT License](https://github.com/Wall-Brew-Co/brewtility/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwall-brew-co%2Fbrewtility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwall-brew-co%2Fbrewtility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwall-brew-co%2Fbrewtility/lists"}