{ "info": { "author": "William Heymann", "author_email": "w.heymann@fz-juelich.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "CADET python is a file based python interface for CADET\nCADET still must be downloaded and built from https://github.com/modsim/CADET\n\nCADET python almost exactly maps to the documented CADET interface except that all dataset names\nare lowercase. This simplifies useing the interface.\n\nThis package includes the Cadet class and H5 class. H5 can be used as a simple generic HDF5 interface.\n\nAs an example look at setting column porosity for column 1. From the CADET manual the path for this is\n/input/model/unit_001/COL_POROSITY\n\nIn the python interface this becomes\n\nsim = Cadet()\nsim.root.input.model.unit_001.col_porosity = 0.33\n\nOnce the simulation has been created it must be saved before it can be run\n\nsim.filename = \"/path/to/where/you/want/the/file.hdf5\"\nsim.save()\n\n#Next the path to cadet needs to be set before a simulation can be run, if running on windows you need the path to cadet-cli.exe\n\nsim.cadet_path = '/path/to/cadet-cli'\n\n#next run the simulation\n\nprint(sim.run())\n\n#load the data\nsim.load()\n\n\nAt this point any data can be read\n\nIf you have a file you want to read that has already been simulated this is also easy to do\n\nsim = Cadet()\nsim.filename = \"/path/to/where/you/want/the/file.hdf5\"\nsim.load()\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/modsim/CADET-Python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "CADET", "package_url": "https://pypi.org/project/CADET/", "platform": "", "project_url": "https://pypi.org/project/CADET/", "project_urls": { "Homepage": "https://github.com/modsim/CADET-Python" }, "release_url": "https://pypi.org/project/CADET/0.2/", "requires_dist": [ "addict", "numpy", "h5py" ], "requires_python": ">=3.6", "summary": "CADET is a python interface to the CADET chromatography simulator", "version": "0.2" }, "last_serial": 5856794, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "83a01ee00b502c1549b1e7a318694278", "sha256": "6c5f9035813e0f6eeca43b96730a9301047415abe266f3d74a94fd7944d71e14" }, "downloads": -1, "filename": "CADET-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "83a01ee00b502c1549b1e7a318694278", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3662, "upload_time": "2019-09-19T14:29:36", "url": "https://files.pythonhosted.org/packages/f8/9e/2868f61217b89f302cb8d36e098d7d52a9602fd76ef2933eaac2868ada64/CADET-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "77a7becf0291f676b446423d2288a84f", "sha256": "87713d1a874094eb967cb923d4b0a8cbbd96a4a9716c2130d1734172ee7ca31f" }, "downloads": -1, "filename": "CADET-0.2.tar.gz", "has_sig": false, "md5_digest": "77a7becf0291f676b446423d2288a84f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3396, "upload_time": "2019-09-19T14:29:38", "url": "https://files.pythonhosted.org/packages/8e/1e/be6441593b772868e31e730fe35df56f8d360f36354f76c02538b7a58fd1/CADET-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83a01ee00b502c1549b1e7a318694278", "sha256": "6c5f9035813e0f6eeca43b96730a9301047415abe266f3d74a94fd7944d71e14" }, "downloads": -1, "filename": "CADET-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "83a01ee00b502c1549b1e7a318694278", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3662, "upload_time": "2019-09-19T14:29:36", "url": "https://files.pythonhosted.org/packages/f8/9e/2868f61217b89f302cb8d36e098d7d52a9602fd76ef2933eaac2868ada64/CADET-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "77a7becf0291f676b446423d2288a84f", "sha256": "87713d1a874094eb967cb923d4b0a8cbbd96a4a9716c2130d1734172ee7ca31f" }, "downloads": -1, "filename": "CADET-0.2.tar.gz", "has_sig": false, "md5_digest": "77a7becf0291f676b446423d2288a84f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3396, "upload_time": "2019-09-19T14:29:38", "url": "https://files.pythonhosted.org/packages/8e/1e/be6441593b772868e31e730fe35df56f8d360f36354f76c02538b7a58fd1/CADET-0.2.tar.gz" } ] }