Name | chemic JSON |
Version |
1.1.13
JSON |
| download |
home_page | |
Summary | |
upload_time | 2023-03-14 00:05:45 |
maintainer | |
docs_url | None |
author | uncenter |
requires_python | >=3.11,<4.0 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Chemic
Chemic is a Python library for chemistry students and teachers. It is designed to be easy to use and to provide a simple interface to search for information and to perform calculations.
The core of Chemic can be found in `main.py` and `utils.py`. The `main.py` file contains the main functions for searching and calculating. The `utils.py` file contains the functions for parsing the data files and for performing calculations. The `data` folder contains the source data files.
## Installation
CHemic is available on PyPI. To install it, run the following command:
```bash
pip install chemic
```
## Usage
### Importing Chemic
To use Chemic, import it into your Python script:
```python
import chemic
```
### Run the CLI
To start the CLI, add/adjust the following to your Python script:
```python
from chemic import run
run.cli()
```
### Start the GUI
To start the GUI, add/adjust the following to your Python script:
```python
from chemic import run
run.gui()
```
This will start a local server and open a web browser to the GUI.
Raw data
{
"_id": null,
"home_page": "",
"name": "chemic",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "uncenter",
"author_email": "me@uncenter.org",
"download_url": "https://files.pythonhosted.org/packages/4a/2d/35804fb817a6ea346baf6a6bff81d2c65735b092ce759b77c92e3ef2ae7e/chemic-1.1.13.tar.gz",
"platform": null,
"description": "# Chemic\n\nChemic is a Python library for chemistry students and teachers. It is designed to be easy to use and to provide a simple interface to search for information and to perform calculations.\n\nThe core of Chemic can be found in `main.py` and `utils.py`. The `main.py` file contains the main functions for searching and calculating. The `utils.py` file contains the functions for parsing the data files and for performing calculations. The `data` folder contains the source data files.\n\n## Installation\n\nCHemic is available on PyPI. To install it, run the following command:\n\n```bash\npip install chemic\n```\n\n## Usage\n\n### Importing Chemic\n\nTo use Chemic, import it into your Python script:\n\n```python\nimport chemic\n```\n\n### Run the CLI\n\nTo start the CLI, add/adjust the following to your Python script:\n\n```python\nfrom chemic import run\n\nrun.cli()\n```\n\n### Start the GUI\n\nTo start the GUI, add/adjust the following to your Python script:\n\n```python\nfrom chemic import run\n\nrun.gui()\n```\n\nThis will start a local server and open a web browser to the GUI.",
"bugtrack_url": null,
"license": "",
"summary": "",
"version": "1.1.13",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b2fceec9355cfb9a6e235513f79b22f6c176fb6ece79e0aab610adfcc4f2cdc3",
"md5": "287f17a18dc163a273e2707fdf430d15",
"sha256": "e63ab6f4b04d8ceb0bd4a7a025c7a381384c08bb484d12917fbcb4a00efb44ea"
},
"downloads": -1,
"filename": "chemic-1.1.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "287f17a18dc163a273e2707fdf430d15",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11,<4.0",
"size": 51493,
"upload_time": "2023-03-14T00:05:43",
"upload_time_iso_8601": "2023-03-14T00:05:43.090927Z",
"url": "https://files.pythonhosted.org/packages/b2/fc/eec9355cfb9a6e235513f79b22f6c176fb6ece79e0aab610adfcc4f2cdc3/chemic-1.1.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4a2d35804fb817a6ea346baf6a6bff81d2c65735b092ce759b77c92e3ef2ae7e",
"md5": "8a9510421ed4e4980d34e2ff88a260c2",
"sha256": "fd86927e7d0006b0e32e77260d9863596b46522b72d55baee6779d90ff0c9e32"
},
"downloads": -1,
"filename": "chemic-1.1.13.tar.gz",
"has_sig": false,
"md5_digest": "8a9510421ed4e4980d34e2ff88a260c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11,<4.0",
"size": 51451,
"upload_time": "2023-03-14T00:05:45",
"upload_time_iso_8601": "2023-03-14T00:05:45.274107Z",
"url": "https://files.pythonhosted.org/packages/4a/2d/35804fb817a6ea346baf6a6bff81d2c65735b092ce759b77c92e3ef2ae7e/chemic-1.1.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-14 00:05:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "chemic"
}