{"id":26600823,"url":"https://github.com/jabbalaci/nimpykot","last_synced_at":"2025-04-09T16:24:18.515Z","repository":{"id":140437694,"uuid":"151158185","full_name":"jabbalaci/nimpykot","owner":"jabbalaci","description":" Porting some Python / Kotlin features to Nim","archived":false,"fork":false,"pushed_at":"2025-03-02T21:50:31.000Z","size":182,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T18:48:07.003Z","etag":null,"topics":["kotlin","library","nim","nimlang","python"],"latest_commit_sha":null,"homepage":"https://nimble.directory/pkg/pykot","language":"Nim","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/jabbalaci.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}},"created_at":"2018-10-01T20:55:10.000Z","updated_at":"2025-03-02T21:50:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"447a21b7-848c-495e-b033-de1e5c10fbc1","html_url":"https://github.com/jabbalaci/nimpykot","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fnimpykot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fnimpykot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fnimpykot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fnimpykot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabbalaci","download_url":"https://codeload.github.com/jabbalaci/nimpykot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248066082,"owners_count":21042034,"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":["kotlin","library","nim","nimlang","python"],"created_at":"2025-03-23T18:35:36.352Z","updated_at":"2025-04-09T16:24:18.480Z","avatar_url":"https://github.com/jabbalaci.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"NimPyKot\n========\n\n[![Build Status](https://travis-ci.org/jabbalaci/nimpykot.svg?branch=master)](https://travis-ci.org/jabbalaci/nimpykot)\n\nPorting some Python / Kotlin features to Nim.\n\nInstallation\n------------\n\n```bash\n$ nimble install pykot\n```\n\nTo install the latest development version, issue the following command:\n\n```bash\n$ nimble install \"https://github.com/jabbalaci/nimpykot@#head\"\n```\n\nWith `nimble uninstall pykot` you can remove the package.\n\nAPI Documentation\n-----------------\n\nSee here: https://jabbalaci.github.io/nimpykot/ .\n\nNotes\n-----\n\nSimilar projects: https://github.com/search?q=nimpylib\u0026type=repositories\n\nSample\n------\n\nTake an integer and reverse it. The result must also be an integer.\nExample: 1977 → 7791.\n\n```nim\nimport unicode\nimport pykot/converters\n\nproc reverse_number(n: int): int =\n  n.toStr().reversed().toInt()\n\nlet n = 2018\n\necho n                    # 2018\necho reverse_number(n)    # 8102\n```\n\nSee the [samples/](samples) directory for more examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fnimpykot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabbalaci%2Fnimpykot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fnimpykot/lists"}