{"id":28562388,"url":"https://github.com/gunmer/maven-setting-administrator","last_synced_at":"2025-10-24T08:18:57.692Z","repository":{"id":57443653,"uuid":"156758454","full_name":"Gunmer/maven-setting-administrator","owner":"Gunmer","description":"Tool for manage maven settings.xml","archived":false,"fork":false,"pushed_at":"2018-12-17T15:31:18.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T06:55:11.023Z","etag":null,"topics":["maven","pip","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Gunmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-08T19:31:42.000Z","updated_at":"2022-01-29T01:50:25.000Z","dependencies_parsed_at":"2022-09-05T09:40:16.175Z","dependency_job_id":null,"html_url":"https://github.com/Gunmer/maven-setting-administrator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gunmer%2Fmaven-setting-administrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gunmer%2Fmaven-setting-administrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gunmer%2Fmaven-setting-administrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gunmer%2Fmaven-setting-administrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gunmer","download_url":"https://codeload.github.com/Gunmer/maven-setting-administrator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gunmer%2Fmaven-setting-administrator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259072784,"owners_count":22801083,"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":["maven","pip","python","python3"],"created_at":"2025-06-10T12:08:48.610Z","updated_at":"2025-10-24T08:18:52.652Z","avatar_url":"https://github.com/Gunmer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven settings manager\n[![Build Status](https://travis-ci.org/Gunmer/maven-setting-administrator.svg?branch=master)](https://travis-ci.org/Gunmer/maven-setting-administrator)\n![](https://img.shields.io/pypi/status/msa.svg)\n![](https://img.shields.io/pypi/v/msa.svg)\n![](https://img.shields.io/pypi/pyversions/msa.svg)\n![](https://img.shields.io/pypi/l/msa.svg)\n\nCommand line tool for manage several settings file\n\n## Getting Started\n\n### Installing\n\nYou can install Maven Settings Manager (msa) with pip:\n\n#### With python 2\n\n```\n    pip install msa --user\n```\n\n\u003e You can install pip [here](https://www.makeuseof.com/tag/install-pip-for-python/)\n\n#### With python 3\n\n```\n    pip3 install msa --user\n```\n\n### Using\n\nThe most important commands are:\n\n- **add** To adding setting.\n```\n    msa add alias ~/Download/settings.xml\n```\n- **ls** To list settings\n```\n    msa ls\n```\n- **use** To select setting to used\n```\n    msa use alias\n```\n\nThe others commands are:\n\n- **version** To know the msa version\n```\n   msa --version \n```\n\n- **fix** To clear and fill database with settings added in msa directory\n```\n    msa doctor --fix\n```\n\n#### Using like python module\n```\n    python -m msa -h\n```\n#### Using like command\nBefore add this to the $PATH:\n\n**Python2**\n```\n    export PATH=\"~/Library/Python/2.7/bin:$PATH\"\n```\n**Python3**\n```\n    export PATH=\"~/Library/Python/3.7/bin:$PATH\"\n```\nAfter in you terminal, yo can use:\n```\n    msa -h\n```\n\u003e This is available only in bash terminal\n\n## Contributing\n\nTo contributing with this project follow the next steps:\n    \n1. Fork the project\n1. Create a branch\n1. Add changes and committed\n1. Send a pull request\n\nFor other suggestions send an email to *csosaur@gmail.com*\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Gunmer/maven-setting-administrator/tags). \n\n## Changelog\n\n- **1.0.0**\n  - Initial version\n  - Add basics command: add, ls, use\n- **1.0.1**\n  - Fix some issue\n  - Add version command\n- **1.1.0**\n  - Add fix command\n- **1.1.1**\n  - Update pypi info\n- **1.1.2**\n  - Add bin file\n\n## Authors\n\n* **Cristiam Sosa** - *Author* - [Gunmer](https://github.com/Gunmer)\n\nSee also the list of [contributors](https://github.com/Gunmer/maven-setting-administrator/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunmer%2Fmaven-setting-administrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgunmer%2Fmaven-setting-administrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunmer%2Fmaven-setting-administrator/lists"}