{"id":32117578,"url":"https://github.com/jerebtw/sepa-deno","last_synced_at":"2026-06-29T08:31:24.928Z","repository":{"id":63318917,"uuid":"566983109","full_name":"jerebtw/Sepa-Deno","owner":"jerebtw","description":"This is a library to generate SEPA xml files","archived":false,"fork":false,"pushed_at":"2023-01-22T14:38:23.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T16:53:13.145Z","etag":null,"topics":["sepa","xml"],"latest_commit_sha":null,"homepage":"https://deno.land/x/sepa","language":"TypeScript","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/jerebtw.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":"2022-11-16T20:32:45.000Z","updated_at":"2022-11-16T20:51:50.000Z","dependencies_parsed_at":"2023-01-22T16:15:18.179Z","dependency_job_id":null,"html_url":"https://github.com/jerebtw/Sepa-Deno","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jerebtw/Sepa-Deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerebtw%2FSepa-Deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerebtw%2FSepa-Deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerebtw%2FSepa-Deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerebtw%2FSepa-Deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerebtw","download_url":"https://codeload.github.com/jerebtw/Sepa-Deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerebtw%2FSepa-Deno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280127558,"owners_count":26276931,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["sepa","xml"],"created_at":"2025-10-20T16:53:30.941Z","updated_at":"2025-10-20T16:53:34.511Z","avatar_url":"https://github.com/jerebtw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sepa\n\nThis is a library to generate SEPA xml files.\n\n```text\nNote that this library has not been tested 100%\nIf you find a problem, please report it\n```\n\n## Documentation\n\nYou can find the [Docs](https://deno.land/x/sepa/mod.ts) here\n\n## Example\n\n```ts\nimport { generateSepaXML } from \"https://deno.land/x/sepa/mod.ts\";\n\ngenerateSepaXML({\n  id: \"1\",\n  creationDate: new Date(2022, 5, 16, 0, 0),\n  initiatorName: \"Test\",\n  positions: [\n    {\n      name: \"Test\",\n      iban: \"\",\n      bic: \"\",\n      requestedExecutionDate: new Date(2022, 5, 16, 0, 0),\n      id: \"123\",\n      payments: [\n        {\n          id: \"Payment 1\",\n          amount: 123,\n          iban: \"\",\n          bic: \"\",\n          name: \"Test\",\n          remittanceInformation: \"WOW 1\",\n        },\n        {\n          id: \"Payment 2\",\n          amount: 123.83,\n          iban: \"\",\n          bic: \"\",\n          name: \"Test\",\n          remittanceInformation: \"WOW 2\",\n        },\n        {\n          id: \"Payment 3\",\n          amount: 69,\n          iban: \"\",\n          bic: \"\",\n          name: \"Test\",\n          remittanceInformation: \"WOW 3\",\n        },\n      ],\n    },\n  ],\n});\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerebtw%2Fsepa-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerebtw%2Fsepa-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerebtw%2Fsepa-deno/lists"}