{"id":22689806,"url":"https://github.com/machinelearningzuu/mlops-learning-00-github-actions","last_synced_at":"2025-03-29T16:20:44.525Z","repository":{"id":232762622,"uuid":"785130852","full_name":"machinelearningzuu/mlops-learning-00-github-actions","owner":"machinelearningzuu","description":"Welcome to the MLOps Learning Repository - Part 00! This repository is dedicated to learning and practicing MLOps focusing on CI/CD with GitHub actions. Whether you're a beginner or an experienced practitioner, you'll find valuable resources here.","archived":false,"fork":false,"pushed_at":"2024-04-12T04:16:48.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T09:06:28.373Z","etag":null,"topics":["cicd","githubactions"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/machinelearningzuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-11T09:00:24.000Z","updated_at":"2024-04-12T04:16:12.000Z","dependencies_parsed_at":"2024-04-12T12:08:56.423Z","dependency_job_id":"6e01a0b2-8ea9-4eae-87f3-8fd05985fc38","html_url":"https://github.com/machinelearningzuu/mlops-learning-00-github-actions","commit_stats":null,"previous_names":["machinelearningzuu/mlops-learning-00","machinelearningzuu/mlops-learning-00-github-actions"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fmlops-learning-00-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fmlops-learning-00-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fmlops-learning-00-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinelearningzuu%2Fmlops-learning-00-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machinelearningzuu","download_url":"https://codeload.github.com/machinelearningzuu/mlops-learning-00-github-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246208125,"owners_count":20740832,"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":["cicd","githubactions"],"created_at":"2024-12-10T00:22:36.088Z","updated_at":"2025-03-29T16:20:44.507Z","avatar_url":"https://github.com/machinelearningzuu.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# requirements_dev.txt \n### we use for the testing\nIt makes it easier to install and manage dependencies for development and testing, separate from the dependencies required for production.\n\n# difference between requirements_dev.txt and requirements.txt\n\nrequirements.txt is used to specify the dependencies required to run the production code of a Python project, while requirements_dev.txt is used to specify the dependencies required for development and testing purposes.\n\n# tox.ini\nWe use if for the testing in the python package testing against different version of the python \n\n## how tox works tox enviornment creation\n1. Install depedencies and packages \n2. Run commands\n3. Its a combination of the (virtualenvwrapper and makefile)\n4. It creates a .tox\n\n\n# pyproject.toml\nit is being used for configuration the python project it is a alternative of the setup.cfg file. its containts configuration related to the build system\nsuch as the build tool used package name version author license and dependencies\n\n# setup.cfg\nIn summary, setup.cfg is used by setuptools to configure the packaging and installation of a Python projec\n\n# Testing python application\n*types of testing*\n1. Automated testing \n2. Manual testing\n\n*Mode of testing*\n1. Unit testing\n2. Integration tests\n\n*Testing frameworks*\n\n1. pytest\n2. unittest\n3. robotframework\n4. selenium\n5. behave\n6. doctest\n\n# check with the code style formatting and syntax(coding standard)\n\n1. pylint\n2. flake8(it is best because it containt 3 library pylint pycodestyle mccabe)\n3. pycodestyle\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinelearningzuu%2Fmlops-learning-00-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachinelearningzuu%2Fmlops-learning-00-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinelearningzuu%2Fmlops-learning-00-github-actions/lists"}