{"id":13961379,"url":"https://github.com/wigging/chemics","last_synced_at":"2026-04-02T05:38:46.691Z","repository":{"id":48668049,"uuid":"150643772","full_name":"wigging/chemics","owner":"wigging","description":"A Python package for chemical engineering","archived":false,"fork":false,"pushed_at":"2024-03-10T14:52:52.000Z","size":4545,"stargazers_count":180,"open_issues_count":2,"forks_count":15,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-30T00:11:06.437Z","etag":null,"topics":["biomass","chemical-engineering","chemistry","density","fluidization","pressure","python","thermal-conductivity","viscosity"],"latest_commit_sha":null,"homepage":"https://chemics.readthedocs.io","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/wigging.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"wigging","patreon":"wigging","custom":["https://www.paypal.me/gavinwiggins","https://www.buymeacoffee.com/wigging"]}},"created_at":"2018-09-27T20:26:24.000Z","updated_at":"2025-03-27T05:33:02.000Z","dependencies_parsed_at":"2023-11-15T05:27:29.652Z","dependency_job_id":"53c58320-252e-4d59-9d7f-fba2dc19bed1","html_url":"https://github.com/wigging/chemics","commit_stats":{"total_commits":276,"total_committers":5,"mean_commits":55.2,"dds":"0.14130434782608692","last_synced_commit":"2844137eedd3b29c5082314655f279f179ca25da"},"previous_names":["chemics/chemics"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Fchemics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Fchemics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Fchemics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wigging%2Fchemics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wigging","download_url":"https://codeload.github.com/wigging/chemics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423515,"owners_count":20936626,"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":["biomass","chemical-engineering","chemistry","density","fluidization","pressure","python","thermal-conductivity","viscosity"],"created_at":"2024-08-08T17:01:05.708Z","updated_at":"2025-12-12T00:38:44.146Z","avatar_url":"https://github.com/wigging.png","language":"Python","funding_links":["https://github.com/sponsors/wigging","https://patreon.com/wigging","https://www.paypal.me/gavinwiggins","https://www.buymeacoffee.com/wigging"],"categories":["Software and Packages","Python"],"sub_categories":[],"readme":"# Chemics\n\nChemics is a Python package for chemistry and chemical engineering applications. It is open-source and contributions from the scientific community are encouraged.\n\n## Installation\n\nIf you don't have Python installed on your computer, the [Anaconda](https://www.anaconda.com) or [Miniconda](https://conda.io/miniconda.html) distribution of Python is recommended for scientific computing. After setting up Python, the Chemics package can be downloaded and installed using the pip package manager.\n\n```bash\n$ pip install chemics\n```\n\n## Usage\n\nThe example below imports the Chemics package and uses the `Gas` class to calculate the density and viscosity of nitrogen gas at a temperature of 773 K and pressure of 101,325 Pa.\n\n```python\nimport chemics as cm\n\ngas = cm.Gas(\"N2\", 773)\nrho = gas.density()\nmu = gas.viscosity()\n\nprint(\"Nitrogen gas properties at 773 K and 101,325 Pa\")\nprint(f\"density    {rho:.4f} kg/m³\")\nprint(f\"viscosity  {mu:.2f} μP\")\n```\n\nThis prints the following:\n\n```\nNitrogen gas properties at 773 K and 101,325 Pa\ndensity    0.4416 kg/m³\nviscosity  363.82 μP\n```\n\nThis example uses the `ChemicalEquation` class to get properties of the reactants and products from a given chemical equation.\n\n```python\nimport chemics as cm\n\nce = cm.ChemicalEquation(\"2 HCl + 2 Na -\u003e 2 NaCl + H2\")\nce.is_balanced()\n# This returns True for balanced equation\n\nce.rct_properties\n# This returns a dataframe of the reactant properties\n#                HCl        Na\n# moles            2         2\n# species        HCl        Na\n# molwt       36.458     22.99\n# mass        72.916     45.98\n# molfrac        0.5       0.5\n# massfrac  0.613275  0.386725\n```\n\nMore examples are available in the documentation.\n\n## Documentation\n\nDocumentation for the Chemics package is available at [chemics.readthedocs.io](https://chemics.readthedocs.io).\n\n## Contributing\n\nSee the [CONTRIBUTING.md](CONTRIBUTING.md) document for guidelines on contributing to the Chemics package.\n\n## License\n\nChemics is available under the MIT License - see the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwigging%2Fchemics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwigging%2Fchemics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwigging%2Fchemics/lists"}