{"id":16314751,"url":"https://github.com/smarie/python-azureml-client","last_synced_at":"2025-03-22T20:36:05.596Z","repository":{"id":57413514,"uuid":"74050312","full_name":"smarie/python-azureml-client","owner":"smarie","description":"A generic - unofficial - python 2 \u0026 3 client stack for azureML web services","archived":false,"fork":false,"pushed_at":"2021-10-08T10:18:36.000Z","size":2528,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-11T21:55:11.218Z","etag":null,"topics":["azure","azure-machine-learning","azureml","batch","blob","client","learning","machine","request","storage"],"latest_commit_sha":null,"homepage":"https://smarie.github.io/python-azureml-client/","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/smarie.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":"2016-11-17T17:21:40.000Z","updated_at":"2021-10-08T09:28:58.000Z","dependencies_parsed_at":"2022-08-27T23:01:37.582Z","dependency_job_id":null,"html_url":"https://github.com/smarie/python-azureml-client","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarie%2Fpython-azureml-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarie%2Fpython-azureml-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarie%2Fpython-azureml-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarie%2Fpython-azureml-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smarie","download_url":"https://codeload.github.com/smarie/python-azureml-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221839453,"owners_count":16889620,"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":["azure","azure-machine-learning","azureml","batch","blob","client","learning","machine","request","storage"],"created_at":"2024-10-10T21:55:11.092Z","updated_at":"2024-10-28T14:20:14.435Z","avatar_url":"https://github.com/smarie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-azmlclient\n\n*An ***unofficial*** generic client stack for azureML web services, working with both python 2 and 3.*\n\n[![Python versions](https://img.shields.io/pypi/pyversions/azmlclient.svg)](https://pypi.python.org/pypi/azmlclient/) [![Build Status](https://github.com/smarie/python-azureml-client/actions/workflows/base.yml/badge.svg)](https://github.com/smarie/python-azureml-client/actions/workflows/base.yml) [![Tests Status](https://smarie.github.io/python-azureml-client/reports/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-azureml-client/reports/junit/report.html) [![Coverage Status](https://smarie.github.io/python-azureml-client/reports/coverage/coverage-badge.svg?dummy=8484744)](https://smarie.github.io/python-azureml-client/reports/coverage/index.html) [![codecov](https://codecov.io/gh/smarie/python-azureml-client/branch/master/graph/badge.svg)](https://codecov.io/gh/smarie/python-azureml-client) [![Flake8 Status](https://smarie.github.io/python-azureml-client/reports/flake8/flake8-badge.svg?dummy=8484744)](https://smarie.github.io/python-azureml-client/reports/flake8/index.html)\n\n[![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-azureml-client/) [![PyPI](https://img.shields.io/pypi/v/azmlclient.svg)](https://pypi.python.org/pypi/azmlclient/) [![Downloads](https://pepy.tech/badge/azmlclient)](https://pepy.tech/project/azmlclient) [![Downloads per week](https://pepy.tech/badge/azmlclient/week)](https://pepy.tech/project/azmlclient) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-azureml-client.svg)](https://github.com/smarie/python-azureml-client/stargazers)\n\n**This is the readme for developers.** The documentation for users is available here: [https://smarie.github.io/python-azureml-client/](https://smarie.github.io/python-azureml-client/)\n\n## Want to contribute ?\n\nContributions are welcome ! Simply fork this project on github, commit your contributions, and create pull requests.\n\nHere is a non-exhaustive list of interesting open topics: [https://github.com/smarie/python-azureml-client/issues](https://github.com/smarie/python-azureml-client/issues)\n\n## Installing all requirements\n\nIn order to install all requirements, including those for tests and packaging, use the following command:\n\n```bash\npip install -r ci_tools/requirements-pip.txt\n```\n\n## Running the tests\n\nThis project uses `pytest`.\n\n```bash\npytest -v azmlclient/tests/\n```\n\n## Packaging\n\nThis project uses `setuptools_scm` to synchronise the version number. Therefore the following command should be used for development snapshots as well as official releases: \n\n```bash\npython setup.py egg_info bdist_wheel rotate -m.whl -k3\n```\n\n## Generating the documentation page\n\nThis project uses `mkdocs` to generate its documentation page. Therefore building a local copy of the doc page may be done using:\n\n```bash\nmkdocs build -f docs/mkdocs.yml\n```\n\n## Generating the test reports\n\nThe following commands generate the html test report and the associated badge. \n\n```bash\npytest --junitxml=junit.xml -v azmlclient/tests/\nant -f ci_tools/generate-junit-html.xml\npython ci_tools/generate-junit-badge.py\n```\n\n### PyPI Releasing memo\n\nThis project is now automatically deployed to PyPI when a tag is created. Anyway, for manual deployment we can use:\n\n```bash\ntwine upload dist/* -r pypitest\ntwine upload dist/*\n```\n\n### Merging pull requests with edits - memo\n\nAx explained in github ('get commandline instructions'):\n\n```bash\ngit checkout -b \u003cgit_name\u003e-\u003cfeature_branch\u003e master\ngit pull https://github.com/\u003cgit_name\u003e/python-azureml-client.git \u003cfeature_branch\u003e --no-commit --ff-only\n```\n\nif the second step does not work, do a normal auto-merge (do not use **rebase**!):\n\n```bash\ngit pull https://github.com/\u003cgit_name\u003e/python-azureml-client.git \u003cfeature_branch\u003e --no-commit\n```\n\nFinally review the changes, possibly perform some modifications, and commit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmarie%2Fpython-azureml-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmarie%2Fpython-azureml-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmarie%2Fpython-azureml-client/lists"}