{"id":13508655,"url":"https://github.com/ma2gedev/netrcex","last_synced_at":"2025-04-23T02:52:00.051Z","repository":{"id":23131393,"uuid":"26486213","full_name":"ma2gedev/netrcex","owner":"ma2gedev","description":"Reads netrc files implemented in Elixir","archived":false,"fork":false,"pushed_at":"2015-11-15T13:43:56.000Z","size":248,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T15:49:54.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/ma2gedev.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":"2014-11-11T13:31:38.000Z","updated_at":"2016-07-22T22:33:38.000Z","dependencies_parsed_at":"2022-07-31T07:07:56.048Z","dependency_job_id":null,"html_url":"https://github.com/ma2gedev/netrcex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fnetrcex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fnetrcex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fnetrcex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fnetrcex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ma2gedev","download_url":"https://codeload.github.com/ma2gedev/netrcex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360248,"owners_count":21417717,"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-08-01T02:00:56.323Z","updated_at":"2025-04-23T02:52:00.031Z","avatar_url":"https://github.com/ma2gedev.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"# Netrc - Reads netrc files implemented in Elixir\n\n[![hex.pm version](https://img.shields.io/hexpm/v/netrc.svg)](https://hex.pm/packages/netrc) [![hex.pm downloads](https://img.shields.io/hexpm/dt/netrc.svg)](https://hex.pm/packages/netrc) [![Build Status](https://travis-ci.org/ma2gedev/netrcex.svg?branch=master)](https://travis-ci.org/ma2gedev/netrcex) [![Coverage Status](https://img.shields.io/coveralls/ma2gedev/netrcex.svg)](https://coveralls.io/r/ma2gedev/netrcex)\n\n## Installation\n\nAdd `:netrc` library to your project's dependencies in `mix.exs`:\n\n```elixir\ndefp deps do\n  [\n    {:netrc, \"~\u003e 0.0.1\"}\n  ]\nend\n```\n\nAnd fetch:\n\n```\n$ mix deps.get\n```\n\n## Usage\n\n### Read netrc files\n\nRead the user's default netrc file:\n\n```\niex\u003e Netrc.read\n%{\"api.github.com\" =\u003e %{\"login\" =\u003e \"username\", \"password\" =\u003e \"pass\"}}\n```\n\nRead the specific file path:\n\n```\niex\u003e Netrc.read(\"test/data/sample.netrc\")\n%{\"m\" =\u003e %{\"login\" =\u003e \"l\", \"password\" =\u003e \"p\"}}\n```\n\n## License\n\nCopyright © 2014-2015 Takayuki Matsubara, released under the MIT license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma2gedev%2Fnetrcex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fma2gedev%2Fnetrcex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma2gedev%2Fnetrcex/lists"}