{"id":37610882,"url":"https://github.com/brsynth/conda-package","last_synced_at":"2026-01-16T10:20:40.138Z","repository":{"id":109125107,"uuid":"301477397","full_name":"brsynth/conda-package","owner":"brsynth","description":"Module Template","archived":false,"fork":false,"pushed_at":"2020-10-19T09:32:35.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-09T20:14:15.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/brsynth.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-05T16:49:42.000Z","updated_at":"2020-10-19T09:32:38.000Z","dependencies_parsed_at":"2023-05-22T23:01:20.429Z","dependency_job_id":null,"html_url":"https://github.com/brsynth/conda-package","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/brsynth/conda-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fconda-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fconda-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fconda-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fconda-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brsynth","download_url":"https://codeload.github.com/brsynth/conda-package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fconda-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":[],"created_at":"2026-01-16T10:20:39.482Z","updated_at":"2026-01-16T10:20:40.125Z","avatar_url":"https://github.com/brsynth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Module skeleton\n\nThis repository contains the skeleton to create, test and publish a Python module.\n\n## Create new module\n\nBefore all, a new repository has to be created.\n\n### Download\n```sh\ngit clone https://github.com/brsynth/module.git\n```\n\n### Customize\n```sh\nbash custom.sh\n```\nAfter this process, there will be some details to customise on your own. Locations will be displayed after the script ended.\n\n## Adding code\nThe fresh new code is to placed into module folder, a first empty file has been created. The code has to follow the team's guidelines (https://github.com/brsynth/Coding-Guidelines).\n\n## Checking\nCode checking is achieved by `flake` and `bandit` that scan (without running it) the code and highlight errors.\n\nChecking occurs automatically through GitHub actions each time some commits are pushed on branches `dev` and `master`. The workflow is defined in `.github/check.yml` file.\n\n### Check manually\nChecking can be processed locally by running:\n```sh\ncd tests\n./check-in-docker.sh\n```\n\n## Testing\nCode testing is achieved by Python code under `tests/*.py`.\n\nTesting occurs automatically through GitHub actions each time some commits are pushed on branch `master`. The workflow is defined in `.github/test.yml` file.\n\n### Test manually\nChecking can be processed locally by running:\n```sh\ncd tests\n./test-in-docker.sh\n```\n\n## Publishing\nCode is published on PyPi (pypi.org) and Anaconda (anaconda.org) platforms.\n\nPublishing occurs automatically through GitHub actions each time some commits related to `RELEASE` file are pushed on branch `stable`. The workflow is defined in `.github/publish.yml` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrsynth%2Fconda-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrsynth%2Fconda-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrsynth%2Fconda-package/lists"}