{"id":28545504,"url":"https://github.com/nsgowebjavaprog/ithinkit-smlops","last_synced_at":"2026-01-20T16:29:09.478Z","repository":{"id":287529239,"uuid":"965019591","full_name":"nsgowebjavaprog/Ithinkit-sMLOPs","owner":"nsgowebjavaprog","description":"Gemstone-Price-Prediction-End-to-End-Pipeline --- \u0026 --- MLOPs Foundations and Fundamentals, Git, GitHub, Docker, etc. ","archived":false,"fork":false,"pushed_at":"2025-04-17T13:09:36.000Z","size":12178,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T13:58:22.254Z","etag":null,"topics":["ci-cd","css","delivery","deployment","docker","git","github-actions","html","jupyter-notebook","machine-learning","monitoring","more-tools","python","retraining-model","testing"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/nsgowebjavaprog.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-12T08:26:59.000Z","updated_at":"2025-04-18T16:07:10.000Z","dependencies_parsed_at":"2025-07-31T12:29:36.362Z","dependency_job_id":"7d4bff41-beeb-44d6-b641-ed72ab876077","html_url":"https://github.com/nsgowebjavaprog/Ithinkit-sMLOPs","commit_stats":null,"previous_names":["nsgowebjavaprog/ithinkit-smlops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nsgowebjavaprog/Ithinkit-sMLOPs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsgowebjavaprog%2FIthinkit-sMLOPs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsgowebjavaprog%2FIthinkit-sMLOPs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsgowebjavaprog%2FIthinkit-sMLOPs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsgowebjavaprog%2FIthinkit-sMLOPs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nsgowebjavaprog","download_url":"https://codeload.github.com/nsgowebjavaprog/Ithinkit-sMLOPs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsgowebjavaprog%2FIthinkit-sMLOPs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ci-cd","css","delivery","deployment","docker","git","github-actions","html","jupyter-notebook","machine-learning","monitoring","more-tools","python","retraining-model","testing"],"created_at":"2025-06-09T23:07:54.918Z","updated_at":"2026-01-20T16:29:09.461Z","avatar_url":"https://github.com/nsgowebjavaprog.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"**requirements_dev.txt**  \nWe use it for 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**requirements.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 it for testing in the Python package, testing against different versions of Python.  \n\n**how tox works (tox environment creation)**  \n- Install dependencies and packages  \n- Run commands  \n- It's a combination of **virtualenvwrapper** and **makefile**  \n- It creates a **.tox** folder  \n\n**pyproject.toml**  \nIt is used for configuring the Python project. It is an alternative to the **setup.cfg** file. It contains configuration related to the build system, such 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 project.  \n\n**Testing Python application**  \n\n**types of testing**  \n- **Automated testing**  \n- **Manual testing**  \n\n**Mode of testing**  \n- **Unit testing**  \n- **Integration tests**  \n\n**Testing frameworks**  \n- **pytest**  \n- **unittest**  \n- **robotframework**  \n- **selenium**  \n- **behave**  \n- **doctest**  \n\n**Check with the code style formatting and syntax (coding standards)**  \n- **pylint**  \n- **flake8** (It is best because it contains 3 libraries: pylint, pycodestyle, and mccabe)  \n- **pycodestyle**\n\n\n\n\n\n\n\n\n\n********  test using python \u003ccopy relative path \u003e\n\n********  for mlflow needed the run--\u003e   mlflow ui\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsgowebjavaprog%2Fithinkit-smlops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsgowebjavaprog%2Fithinkit-smlops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsgowebjavaprog%2Fithinkit-smlops/lists"}