{"id":15906052,"url":"https://github.com/lucacappelletti94/keras_bed_sequence","last_synced_at":"2025-04-02T22:43:07.226Z","repository":{"id":62573951,"uuid":"235851846","full_name":"LucaCappelletti94/keras_bed_sequence","owner":"LucaCappelletti94","description":"Lazily one-hot encoding bed sequences using Keras Sequence.","archived":false,"fork":false,"pushed_at":"2022-04-28T10:35:00.000Z","size":9442,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T10:32:54.250Z","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/LucaCappelletti94.png","metadata":{"files":{"readme":"README.rst","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":"2020-01-23T17:47:46.000Z","updated_at":"2022-04-28T10:35:04.000Z","dependencies_parsed_at":"2022-11-03T17:30:32.080Z","dependency_job_id":null,"html_url":"https://github.com/LucaCappelletti94/keras_bed_sequence","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fkeras_bed_sequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fkeras_bed_sequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fkeras_bed_sequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fkeras_bed_sequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucaCappelletti94","download_url":"https://codeload.github.com/LucaCappelletti94/keras_bed_sequence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905831,"owners_count":20852818,"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":[],"created_at":"2024-10-06T13:20:44.377Z","updated_at":"2025-04-02T22:43:07.205Z","avatar_url":"https://github.com/LucaCappelletti94.png","language":"Python","readme":"keras_bed_sequence\n=========================================================================================\n|travis| |sonar_quality| |sonar_maintainability| |codacy|\n|code_climate_maintainability| |pip| |downloads|\n\nLazily one-hot encoding bed sequences using Keras Sequence.\n\nHow do I install this package?\n----------------------------------------------\nAs usual, just download it using pip:\n\n.. code:: shell\n\n    pip install keras_bed_sequence\n\nTests Coverage\n----------------------------------------------\nSince some software handling coverages sometimes get\nslightly different results, here's three of them:\n\n|coveralls| |sonar_coverage| |code_climate_coverage|\n\n\n\n.. |travis| image:: https://travis-ci.org/LucaCappelletti94/keras_bed_sequence.png\n   :target: https://travis-ci.org/LucaCappelletti94/keras_bed_sequence\n   :alt: Travis CI build\n\n.. |sonar_quality| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_keras_bed_sequence\u0026metric=alert_status\n    :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_keras_bed_sequence\n    :alt: SonarCloud Quality\n\n.. |sonar_maintainability| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_keras_bed_sequence\u0026metric=sqale_rating\n    :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_keras_bed_sequence\n    :alt: SonarCloud Maintainability\n\n.. |sonar_coverage| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_keras_bed_sequence\u0026metric=coverage\n    :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_keras_bed_sequence\n    :alt: SonarCloud Coverage\n\n.. |coveralls| image:: https://coveralls.io/repos/github/LucaCappelletti94/keras_bed_sequence/badge.svg?branch=master\n    :target: https://coveralls.io/github/LucaCappelletti94/keras_bed_sequence?branch=master\n    :alt: Coveralls Coverage\n\n.. |pip| image:: https://badge.fury.io/py/keras-bed-sequence.svg\n    :target: https://badge.fury.io/py/keras-bed-sequence\n    :alt: Pypi project\n\n.. |downloads| image:: https://pepy.tech/badge/keras-bed-sequence\n    :target: https://pepy.tech/badge/keras-bed-sequence\n    :alt: Pypi total project downloads\n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/6bb591f3d405443a9549967eac35b723\n    :target: https://www.codacy.com/manual/LucaCappelletti94/keras_bed_sequence?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=LucaCappelletti94/keras_bed_sequence\u0026amp;utm_campaign=Badge_Grade\n    :alt: Codacy Maintainability\n\n.. |code_climate_maintainability| image:: https://api.codeclimate.com/v1/badges/d601fb2c7485f1ac3433/maintainability\n    :target: https://codeclimate.com/github/LucaCappelletti94/keras_bed_sequence/maintainability\n    :alt: Maintainability\n\n.. |code_climate_coverage| image:: https://api.codeclimate.com/v1/badges/d601fb2c7485f1ac3433/test_coverage\n    :target: https://codeclimate.com/github/LucaCappelletti94/keras_bed_sequence/test_coverage\n    :alt: Code Climate\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucacappelletti94%2Fkeras_bed_sequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucacappelletti94%2Fkeras_bed_sequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucacappelletti94%2Fkeras_bed_sequence/lists"}