{"id":41576282,"url":"https://github.com/edualb/godmitri","last_synced_at":"2026-01-24T08:17:39.022Z","repository":{"id":57540535,"uuid":"284805708","full_name":"edualb/godmitri","owner":"edualb","description":"This project provides utilities for chemistry. The name of the project was inspired by periodic table creator Dmitri Ivanovic Mendeleev name.","archived":false,"fork":false,"pushed_at":"2020-08-24T18:14:35.000Z","size":155,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T18:21:07.489Z","etag":null,"topics":["bioinformatics","cheminformatics","chemistry","code4lib","golang","library","scientific"],"latest_commit_sha":null,"homepage":"","language":"Go","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/edualb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-03T20:57:26.000Z","updated_at":"2024-05-01T18:21:07.489Z","dependencies_parsed_at":"2022-09-26T18:30:41.340Z","dependency_job_id":null,"html_url":"https://github.com/edualb/godmitri","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/edualb/godmitri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edualb%2Fgodmitri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edualb%2Fgodmitri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edualb%2Fgodmitri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edualb%2Fgodmitri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edualb","download_url":"https://codeload.github.com/edualb/godmitri/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edualb%2Fgodmitri/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28720466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T05:53:42.649Z","status":"ssl_error","status_checked_at":"2026-01-24T05:53:41.698Z","response_time":89,"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":["bioinformatics","cheminformatics","chemistry","code4lib","golang","library","scientific"],"created_at":"2026-01-24T08:17:38.958Z","updated_at":"2026-01-24T08:17:39.017Z","avatar_url":"https://github.com/edualb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/edualb/godmitri.svg?branch=master)](https://travis-ci.com/edualb/godmitri)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/39157101/89476373-e52d3980-d760-11ea-99b4-d35b675c3a8d.png\" width=\"200\"\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  Icon made by \u003ca href=\"http://www.freepik.com/\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n#### Table Of Contents:\n\n[Introduction](#introduction)\n\n[Installation](#installation)\n\n[Getting start](#getting-start)\n\n## **Introduction**\n\nThis project provides utilities for general chemistry. The name of the project was inspired by periodic table creator Dmitri Ivanovic Mendeleev.\n\nKey features:\n\n  * Get all elements properties from the periodic table :heavy_check_mark:\n\nIf you want to contribute with a new feature or found out some bug which you can solve, check our [contributing guideline](https://github.com/edualb/godmitri/blob/master/CONTRIBUTING.md)\n\n## **Installation**\n\n* init the go module in your project\n\n  ```\n  $ go mod init example.com/myProject\n  ```\n\n* Just import the `godmitri` library in your project\n\n  ```go\n  import \"github.com/edualb/godmitri/element\"\n  ```\n\n## **Getting start**\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/edualb/godmitri/element\"\n)\n\nfunc main() {\n    // Creates an instance of Aluminium\n\ta := element.Aluminium{}\n\n    // Prints the atomic weight from aluminium\n\tfmt.Printf(\"%f\\n\", a.GetAtomicWeight())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedualb%2Fgodmitri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedualb%2Fgodmitri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedualb%2Fgodmitri/lists"}