mesa-reader 0.3.3__tar.gz → 0.3.4__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.
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.1
2
+ Name: mesa_reader
3
+ Version: 0.3.4
4
+ Summary: Tools for interacting with output from MESA star and MESA binary
5
+ Home-page: http://github.com/wmwolf/py_mesa_reader
6
+ Author: William M. Wolf
7
+ Author-email: wolfwm@uwec.edu
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+
15
+ mesa_reader
16
+ ===========
17
+
18
+ Tools for easily accessing and manipulating data from `MESA star` and `MESA binary` in python.
19
+
20
+ ## Installation
21
+ The easiest way to install is via `pip`:
22
+
23
+ pip install mesa_reader
24
+
25
+ You can also install by cloning or downloading the repository at github.com/wmwolf/py_mesa_reader, `cd` into it and then execute
26
+
27
+ python setup.py install
28
+
29
+ or
30
+
31
+ pip install .
32
+
33
+ to install the package on your system.
34
+
35
+ ## Uninstallation
36
+ Uninstall by executing
37
+
38
+ pip uninstall mesa_reader
39
+
40
+ ## Usage
41
+ Complete documentation on the `mesa_reader` module found
42
+ [here](https://wmwolf.github.io/py_mesa_reader).
@@ -0,0 +1,28 @@
1
+ mesa_reader
2
+ ===========
3
+
4
+ Tools for easily accessing and manipulating data from `MESA star` and `MESA binary` in python.
5
+
6
+ ## Installation
7
+ The easiest way to install is via `pip`:
8
+
9
+ pip install mesa_reader
10
+
11
+ You can also install by cloning or downloading the repository at github.com/wmwolf/py_mesa_reader, `cd` into it and then execute
12
+
13
+ python setup.py install
14
+
15
+ or
16
+
17
+ pip install .
18
+
19
+ to install the package on your system.
20
+
21
+ ## Uninstallation
22
+ Uninstall by executing
23
+
24
+ pip uninstall mesa_reader
25
+
26
+ ## Usage
27
+ Complete documentation on the `mesa_reader` module found
28
+ [here](https://wmwolf.github.io/py_mesa_reader).
@@ -0,0 +1,42 @@
1
+ Metadata-Version: 2.1
2
+ Name: mesa-reader
3
+ Version: 0.3.4
4
+ Summary: Tools for interacting with output from MESA star and MESA binary
5
+ Home-page: http://github.com/wmwolf/py_mesa_reader
6
+ Author: William M. Wolf
7
+ Author-email: wolfwm@uwec.edu
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+
15
+ mesa_reader
16
+ ===========
17
+
18
+ Tools for easily accessing and manipulating data from `MESA star` and `MESA binary` in python.
19
+
20
+ ## Installation
21
+ The easiest way to install is via `pip`:
22
+
23
+ pip install mesa_reader
24
+
25
+ You can also install by cloning or downloading the repository at github.com/wmwolf/py_mesa_reader, `cd` into it and then execute
26
+
27
+ python setup.py install
28
+
29
+ or
30
+
31
+ pip install .
32
+
33
+ to install the package on your system.
34
+
35
+ ## Uninstallation
36
+ Uninstall by executing
37
+
38
+ pip uninstall mesa_reader
39
+
40
+ ## Usage
41
+ Complete documentation on the `mesa_reader` module found
42
+ [here](https://wmwolf.github.io/py_mesa_reader).
@@ -1,8 +1,10 @@
1
1
  from setuptools import setup
2
2
 
3
3
  setup(name='mesa_reader',
4
- version='0.3.3',
5
- description='tools for interacting with output from MESA star',
4
+ version='0.3.4',
5
+ description='Tools for interacting with output from MESA star and MESA binary',
6
+ long_description=open('README.md').read(),
7
+ long_description_content_type='text/markdown',
6
8
  url='http://github.com/wmwolf/py_mesa_reader',
7
9
  author='William M. Wolf',
8
10
  author_email='wolfwm@uwec.edu',
@@ -1,12 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: mesa_reader
3
- Version: 0.3.3
4
- Summary: tools for interacting with output from MESA star
5
- Home-page: http://github.com/wmwolf/py_mesa_reader
6
- Author: William M. Wolf
7
- Author-email: wolfwm@uwec.edu
8
- License: MIT
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: MIT License
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.6
@@ -1,24 +0,0 @@
1
- py_mesa_reader
2
- ==============
3
-
4
- Tools for easily accessing and manipulating data from MESA in python.
5
-
6
- ## Installation
7
- Install by cloning or downloading the repository, `cd` into it and then execute
8
-
9
- python setup.py install
10
-
11
- or
12
-
13
- pip install .
14
-
15
- to install package on your system.
16
-
17
- ## Uninstallation
18
- Uninstall by executing
19
-
20
- pip uninstall mesa_reader
21
-
22
- ## Usage
23
- Complete documentation on the `mesa_reader` module found
24
- [here](https://wmwolf.github.io/py_mesa_reader).
@@ -1,12 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: mesa-reader
3
- Version: 0.3.3
4
- Summary: tools for interacting with output from MESA star
5
- Home-page: http://github.com/wmwolf/py_mesa_reader
6
- Author: William M. Wolf
7
- Author-email: wolfwm@uwec.edu
8
- License: MIT
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: MIT License
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.6
File without changes