{ "info": { "author": "", "author_email": "chandan.nath@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# libecl [![Build Status](https://travis-ci.org/Statoil/libecl.svg?branch=master)](https://travis-ci.org/Statoil/libecl)\n\n\n*libecl* is a package for reading and writing the result files from\nthe Eclipse reservoir simulator. The file types covered are the\nrestart, init, rft, summary and grid files. Both unified and\nnon-unified and formatted and unformatted files are supported.\n\n*libecl* is mainly developed on *Linux* and *OS X*, in addition there\nis a portability layer which ensures that most of the functionality is\navailable on *Windows*. The main functionality is written in C, and\nshould typically be linked in in other compiled programs. *libecl* was\ninitially developed as part of the [Ensemble Reservoir\nTool](http://github.com/Statoil/ert), other applications using\n*libecl* are the reservoir simulator flow and Resinsight from the [OPM\nproject](http://github.com/OPM/).\n\nIn addition to the C code there are Python wrappers which make most of\nthe *libecl* functionality available from Python. For small interactive\nscripts, forward models e.t.c. this is recommended way to use *libecl*\nfunctionality.\n\n\n### Compiling the C code ###\n*libecl* uses CMake as build system:\n\n```bash\ngit clone https://github.com/Statoil/libecl.git\ncd libecl\nmkdir build\ncd build\ncmake ..\nmake\n```\nIf you intend to develop and change *libecl* you should build the tests\nby passing `-DBUILD_TESTS=ON` and run the tests with `ctest`.\n\n\n\n### Compiling the Python code ###\n\nPython is not a compiled language, but there is a basic \"build system\"\nwhich does a basic Python syntax check and configures some files to\ncorrectly set up the interaction between the Python classes and the\nshared libraries built from the C code.\n\nYou need to install some Python requirements before the Python code\nwill work:\n\n sudo pip install -r requirements.txt\n\nThe Python + cmake interaction is handled in a separate project called\n[pycmake](https://github.com/Statoil/pycmake); you can either install\nthat manually or use the git submodule functionality to fetch the\ncorrect version of `pycmake` into your *libecl* code:\n\n git submodule update --init pycmake\n\n\n### Installing the Python code ###\n * pip install .\n * check with: source python/check_python\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/statoil/libecl", "keywords": "", "license": "GNU General Public License, Version 3, 29 June 2007", "maintainer": "", "maintainer_email": "", "name": "dhan16opm-libecl", "package_url": "https://pypi.org/project/dhan16opm-libecl/", "platform": "", "project_url": "https://pypi.org/project/dhan16opm-libecl/", "project_urls": { "Homepage": "https://github.com/statoil/libecl" }, "release_url": "https://pypi.org/project/dhan16opm-libecl/0.1.5/", "requires_dist": [ "cwrap", "numpy", "pandas" ], "requires_python": "", "summary": "libecl", "version": "0.1.5" }, "last_serial": 4217978, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ca7458dc183706eba4cc17879822ded6", "sha256": "36057020f07a1d0bc353878dfe166ca308ebdbf99f903a1c6f2a5be1d0e467d8" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "ca7458dc183706eba4cc17879822ded6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1224874, "upload_time": "2018-08-27T19:59:47", "url": "https://files.pythonhosted.org/packages/d1/d3/fc19bce41a385bcf60f27c53a6aced08b0582035f3c75a6fbffee3e18944/dhan16opm_libecl-0.1-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "73bbad77e91104f2aa6b4caae0e5e775", "sha256": "ea9821025c7bdbc292b57e4908b88ac6fe1a11ed8e17e223931e37c5411f31a8" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.tar.gz", "has_sig": false, "md5_digest": "73bbad77e91104f2aa6b4caae0e5e775", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141780, "upload_time": "2018-08-27T20:00:04", "url": "https://files.pythonhosted.org/packages/5a/49/3b528af6b0d9b6afc60757f9dcbceebfa954b74e33cb6455c4e2acd0cbf3/dhan16opm_libecl-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "408ac90c8ec1af95449a548f77bb0d8e", "sha256": "e373a4bc749322fe5dcf3294fe29648d7cb6a576f0f4ace440db2f1de6276c6d" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "408ac90c8ec1af95449a548f77bb0d8e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1222315, "upload_time": "2018-08-28T08:27:33", "url": "https://files.pythonhosted.org/packages/88/fb/0f6532d673e6b998ec5ef197354498b5ea4c51301eba0daa20a98c01ceb3/dhan16opm_libecl-0.1.1-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "74e0be4594476f6a9c88da22043f6d21", "sha256": "13ae9795676486f07995ea02932d0595186fd6e3d9bc310a967b6ba8b9ba2224" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.1.tar.gz", "has_sig": false, "md5_digest": "74e0be4594476f6a9c88da22043f6d21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141847, "upload_time": "2018-08-28T08:27:49", "url": "https://files.pythonhosted.org/packages/6d/10/c2cafe15e9c6344df254ce0369d8f3c983534a42a82b24de96300d8353de/dhan16opm_libecl-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "25de974f1a233b7127b9659cad0c44ca", "sha256": "189003540870da70670b98209be83af83c13886b2fccb2456572b630382a0e70" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "25de974f1a233b7127b9659cad0c44ca", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1222314, "upload_time": "2018-08-29T04:08:53", "url": "https://files.pythonhosted.org/packages/9c/eb/a71baec513274e918991029d8e3775749308d762d2b47cff956f2e06020d/dhan16opm_libecl-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e8a811ab8ebb0612db3ec8d8fa631ccc", "sha256": "9ef03390fa147a3e86753d01b74ae5b4a64cf026bca39ca421d82cde19c529c4" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e8a811ab8ebb0612db3ec8d8fa631ccc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141839, "upload_time": "2018-08-29T04:09:15", "url": "https://files.pythonhosted.org/packages/7e/18/5f314f4efffc385b30638a54f2dd0d0c23836703b6d917d6a29ed0bcc6a8/dhan16opm_libecl-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9e035890b92759e7fcbc04c2180321c8", "sha256": "962ce5477fe8f437e185ca7bf02871007059d5d0b2c7e7185eedcc485fb149c9" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9e035890b92759e7fcbc04c2180321c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 802496, "upload_time": "2018-08-29T07:05:00", "url": "https://files.pythonhosted.org/packages/cd/10/ebb54afd17f86a0a35b22abad918eec7cc9d450a5270b7e1425d21560394/dhan16opm_libecl-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "1f88e10dcc4e91126010ffb07afc9652", "sha256": "7c142bab1625edefdb84b416c340b8d9197116d776490d1c919d45bf43ac89c1" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.4.tar.gz", "has_sig": false, "md5_digest": "1f88e10dcc4e91126010ffb07afc9652", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 802496, "upload_time": "2018-08-29T07:12:46", "url": "https://files.pythonhosted.org/packages/85/68/0dda63d1e593349910dc03ad81cf8d4cf981ea223bc111bbd5f140c078ad/dhan16opm_libecl-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "381550b822ca287edaf1dd2b67df7ffa", "sha256": "d8f99dc6ea20415185394957b44e35f3f27c9736bc399a9e105047b48ad9daaa" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.5-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "381550b822ca287edaf1dd2b67df7ffa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1222318, "upload_time": "2018-08-29T07:25:26", "url": "https://files.pythonhosted.org/packages/f5/74/573cc74cd5a98b9f8be0f8833048a4c7522efbaf94c84d29287abeb69498/dhan16opm_libecl-0.1.5-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c021b02f6f85d09784bfab8da9f2abef", "sha256": "f925b5e8aa85b097e5a5c6eeadbc776f2b01b574b9078b7994b0050076b3fe72" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c021b02f6f85d09784bfab8da9f2abef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 804746, "upload_time": "2018-08-29T07:26:12", "url": "https://files.pythonhosted.org/packages/d0/5f/c7c97991b57d6937bcce35f6b9d685d24f0a936f5f520a7027dd24b5a73b/dhan16opm_libecl-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "381550b822ca287edaf1dd2b67df7ffa", "sha256": "d8f99dc6ea20415185394957b44e35f3f27c9736bc399a9e105047b48ad9daaa" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.5-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "381550b822ca287edaf1dd2b67df7ffa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1222318, "upload_time": "2018-08-29T07:25:26", "url": "https://files.pythonhosted.org/packages/f5/74/573cc74cd5a98b9f8be0f8833048a4c7522efbaf94c84d29287abeb69498/dhan16opm_libecl-0.1.5-cp36-cp36m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c021b02f6f85d09784bfab8da9f2abef", "sha256": "f925b5e8aa85b097e5a5c6eeadbc776f2b01b574b9078b7994b0050076b3fe72" }, "downloads": -1, "filename": "dhan16opm_libecl-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c021b02f6f85d09784bfab8da9f2abef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 804746, "upload_time": "2018-08-29T07:26:12", "url": "https://files.pythonhosted.org/packages/d0/5f/c7c97991b57d6937bcce35f6b9d685d24f0a936f5f520a7027dd24b5a73b/dhan16opm_libecl-0.1.5.tar.gz" } ] }