pyrestoolbox 2.2.2__tar.gz → 2.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyrestoolbox-2.2.2/pyrestoolbox.egg-info → pyrestoolbox-2.2.3}/PKG-INFO +1 -1
- pyrestoolbox-2.2.3/pyrestoolbox/docs/.ipynb_checkpoints/examples-checkpoint.ipynb +3284 -0
- pyrestoolbox-2.2.3/pyrestoolbox/docs/examples.ipynb +3284 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/gas/gas.py +37 -1
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3/pyrestoolbox.egg-info}/PKG-INFO +1 -1
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/SOURCES.txt +2 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/setup.cfg +1 -1
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/setup.py +1 -1
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/LICENSE +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/MANIFEST.in +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/README.md +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/README.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyproject.toml +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/brine/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/brine/brine.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/classes/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/classes/classes.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/constants/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/constants/constants.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/brine.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/changelist.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/gas.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/bot.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/bot_PVTO.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/bot_img.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/dry_gas.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/grid_sat_df.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/influence.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/properties_df.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/sgof.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/swof.png +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/layer.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/library.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/oil.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/simtools.rst +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/gas/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/layer/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/layer/layer.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/library/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/library/component_library.xlsx +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/library/library.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/oil/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/oil/oil.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/shared_fns/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/shared_fns/shared_fns.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/simtools/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/simtools/simtools.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/run_all_tests.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_brine.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_doc_examples.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_gas.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_layer.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_oil.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_simtools.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/validate/__init__.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox/validate/validate.py +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/dependency_links.txt +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/requires.txt +0 -0
- {pyrestoolbox-2.2.2 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/top_level.txt +0 -0