OGRePy 1.3.1__tar.gz → 2.0.0__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.
- {ogrepy-1.3.1 → ogrepy-2.0.0}/LICENSE.txt +1 -1
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy/__init__.py +3 -3
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy/_core.py +686 -300
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy/abc.py +3 -3
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy/docs/OGRePy_Documentation.html +1208 -532
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy/docs/OGRePy_Documentation.ipynb +1692 -1272
- ogrepy-2.0.0/OGRePy/docs/OGRePy_Documentation.pdf +0 -0
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy.egg-info/PKG-INFO +156 -77
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy.egg-info/requires.txt +1 -1
- {ogrepy-1.3.1 → ogrepy-2.0.0}/PKG-INFO +156 -77
- {ogrepy-1.3.1 → ogrepy-2.0.0}/README.md +146 -45
- ogrepy-2.0.0/pyproject.toml +458 -0
- ogrepy-1.3.1/OGRePy/docs/OGRePy_Documentation.pdf +0 -0
- ogrepy-1.3.1/pyproject.toml +0 -461
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy/py.typed +0 -0
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy.egg-info/SOURCES.txt +0 -0
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy.egg-info/dependency_links.txt +0 -0
- {ogrepy-1.3.1 → ogrepy-2.0.0}/OGRePy.egg-info/top_level.txt +0 -0
- {ogrepy-1.3.1 → ogrepy-2.0.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
r"""
|
|
2
2
|
# OGRePy: An Object-Oriented General Relativity Package for Python
|
|
3
|
-
|
|
3
|
+
v2.0.0 (2026-05-11)
|
|
4
4
|
|
|
5
5
|
By **Barak Shoshany**\
|
|
6
6
|
Email: <baraksh@gmail.com>\
|
|
@@ -8,11 +8,11 @@ Website: <https://baraksh.com/>\
|
|
|
8
8
|
GitHub: <https://github.com/bshoshany>
|
|
9
9
|
|
|
10
10
|
GitHub repository: <https://github.com/bshoshany/OGRePy>\
|
|
11
|
-
|
|
11
|
+
PyPI project: <https://pypi.org/project/OGRePy/>
|
|
12
12
|
|
|
13
13
|
Based on the Mathematica package [OGRe](https://github.com/bshoshany/OGRe) by Barak Shoshany.
|
|
14
14
|
|
|
15
|
-
Copyright (c)
|
|
15
|
+
Copyright (c) 2024-2026 [Barak Shoshany](https://baraksh.com/). Licensed under the [MIT license](https://github.com/bshoshany/OGRePy/blob/master/LICENSE.txt).
|
|
16
16
|
|
|
17
17
|
If you use this package in software of any kind, please provide a link to [the GitHub repository](https://github.com/bshoshany/OGRePy) in the source code and documentation.
|
|
18
18
|
|