pyrestoolbox 2.2.1__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.
Files changed (61) hide show
  1. {pyrestoolbox-2.2.1/pyrestoolbox.egg-info → pyrestoolbox-2.2.3}/PKG-INFO +1 -1
  2. pyrestoolbox-2.2.3/pyrestoolbox/docs/.ipynb_checkpoints/examples-checkpoint.ipynb +3284 -0
  3. pyrestoolbox-2.2.3/pyrestoolbox/docs/examples.ipynb +3284 -0
  4. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/gas.rst +3 -19
  5. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/library.rst +2 -2
  6. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/oil.rst +14 -15
  7. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/simtools.rst +17 -13
  8. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/gas/gas.py +37 -1
  9. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/library/library.py +10 -2
  10. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/run_all_tests.py +1 -0
  11. pyrestoolbox-2.2.3/pyrestoolbox/tests/test_doc_examples.py +556 -0
  12. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3/pyrestoolbox.egg-info}/PKG-INFO +1 -1
  13. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/SOURCES.txt +3 -0
  14. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/setup.cfg +1 -1
  15. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/setup.py +1 -1
  16. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/LICENSE +0 -0
  17. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/MANIFEST.in +0 -0
  18. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/README.md +0 -0
  19. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/README.rst +0 -0
  20. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyproject.toml +0 -0
  21. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/__init__.py +0 -0
  22. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/brine/__init__.py +0 -0
  23. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/brine/brine.py +0 -0
  24. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/classes/__init__.py +0 -0
  25. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/classes/classes.py +0 -0
  26. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/constants/__init__.py +0 -0
  27. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/constants/constants.py +0 -0
  28. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/brine.rst +0 -0
  29. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/changelist.rst +0 -0
  30. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/bot.png +0 -0
  31. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/bot_PVTO.png +0 -0
  32. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/bot_img.png +0 -0
  33. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/dry_gas.png +0 -0
  34. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/grid_sat_df.png +0 -0
  35. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/influence.png +0 -0
  36. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/properties_df.png +0 -0
  37. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/sgof.png +0 -0
  38. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/img/swof.png +0 -0
  39. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/docs/layer.rst +0 -0
  40. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/gas/__init__.py +0 -0
  41. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/layer/__init__.py +0 -0
  42. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/layer/layer.py +0 -0
  43. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/library/__init__.py +0 -0
  44. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/library/component_library.xlsx +0 -0
  45. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/oil/__init__.py +0 -0
  46. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/oil/oil.py +0 -0
  47. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/shared_fns/__init__.py +0 -0
  48. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/shared_fns/shared_fns.py +0 -0
  49. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/simtools/__init__.py +0 -0
  50. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/simtools/simtools.py +0 -0
  51. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/__init__.py +0 -0
  52. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_brine.py +0 -0
  53. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_gas.py +0 -0
  54. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_layer.py +0 -0
  55. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_oil.py +0 -0
  56. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/tests/test_simtools.py +0 -0
  57. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/validate/__init__.py +0 -0
  58. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox/validate/validate.py +0 -0
  59. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/dependency_links.txt +0 -0
  60. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/requires.txt +0 -0
  61. {pyrestoolbox-2.2.1 → pyrestoolbox-2.2.3}/pyrestoolbox.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrestoolbox
3
- Version: 2.2.1
3
+ Version: 2.2.3
4
4
  Summary: pyResToolbox - A collection of Reservoir Engineering Utilities
5
5
  Home-page: https://github.com/mwburgoyne/pyResToolbox
6
6
  Author: Mark W. Burgoyne