{"id":26474161,"url":"https://github.com/shoaib-programmer/pychemicals","last_synced_at":"2025-03-19T22:45:16.437Z","repository":{"id":281167265,"uuid":"866468253","full_name":"Shoaib-Programmer/PyChemicals","owner":"Shoaib-Programmer","description":"Python library designed for chemical calculations like pH, and titrations. It also includes other features like interactive graph plotting.","archived":false,"fork":false,"pushed_at":"2025-03-14T13:51:14.000Z","size":543,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T14:24:48.884Z","etag":null,"topics":["chemicals","matplotlib","numpy","pyplot","python3","titration","titration-curve"],"latest_commit_sha":null,"homepage":"https://shoaib-programmer.github.io/PyChemicals/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shoaib-Programmer.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":"2024-10-02T10:12:35.000Z","updated_at":"2025-03-14T13:13:41.000Z","dependencies_parsed_at":"2025-03-07T11:35:32.233Z","dependency_job_id":null,"html_url":"https://github.com/Shoaib-Programmer/PyChemicals","commit_stats":null,"previous_names":["shoaib-programmer/pychemicals"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shoaib-Programmer%2FPyChemicals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shoaib-Programmer%2FPyChemicals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shoaib-Programmer%2FPyChemicals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shoaib-Programmer%2FPyChemicals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shoaib-Programmer","download_url":"https://codeload.github.com/Shoaib-Programmer/PyChemicals/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244520023,"owners_count":20465624,"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":["chemicals","matplotlib","numpy","pyplot","python3","titration","titration-curve"],"created_at":"2025-03-19T22:45:15.819Z","updated_at":"2025-03-19T22:45:16.430Z","avatar_url":"https://github.com/Shoaib-Programmer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyChemicals 😁\n\nThis is a python package I created right after finishing CS50P, to help people with chemical calculations like pH, and plotting titration curves. Chempy exists, but it doesn't\nhandle these sort of issues, so that is why I decided to make my own.\n\nCollab would be greatly appreciated.\n\n## How to setup up\nThis package is not production ready. So installing it in development mode is recommended.\n\nFirst, let's clone the repo:\n```bash\ngit clone https://github.com/Shoaib-Programmer/PyChemicals.git\n```\n\n`cd` into PyChemicals, then install the required dependencies:\n```bash\npip install -r requirements.txt\n```\n\nThen install it in development mode:\n```bash\npip install -e .\n```\n\nThis uses Hatchling as a build backend. In production, you wouldn't have to install the dependencies manually.\n\nAnd you're all set! You can import PyChemicals into a python file anywhere on your computer. Here is an example of how you can go about using it:\n```python\nfrom PyChemicals import Acid\n\nhcl = Acid('Hydrogen chloride', concentration=0.3)\nprint(hcl.ph())\n```\n\nTHis package uses a database, and loads chemical data when it is needed. I'm planning on implementing a feature to optionally cache it for performance-heavy operations.\n\nThis project is under heavy construction.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoaib-programmer%2Fpychemicals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoaib-programmer%2Fpychemicals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoaib-programmer%2Fpychemicals/lists"}