TARDIS-Spectrum-Filtering 1.0.0__py2.py3-none-any.whl → 1.0.1__py2.py3-none-any.whl

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.
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = """Clyde Watson"""
4
4
  __email__ = "clyde.n.watson@gmail.com"
5
- __version__ = "0.0.1"
5
+ __version__ = "1.0.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TARDIS_Spectrum_Filtering
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Package used to apply telescope filters to spectra from Stars or Supernovae
5
5
  Author-email: Clyde Watson <clyde.n.watson@gmail.com>
6
6
  License: MIT License
@@ -17,9 +17,13 @@ Classifier: Programming Language :: Python :: 3.12
17
17
  Requires-Python: >=3.8
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
+ Requires-Dist: matplotlib
20
21
  Requires-Dist: numpy
22
+ Requires-Dist: astropy
23
+ Requires-Dist: requests
24
+ Requires-Dist: pyyaml
21
25
  Provides-Extra: all
22
- Requires-Dist: spectra-filtering[extra]; extra == "all"
26
+ Requires-Dist: TARDIS_Spectrum_Filtering[extra]; extra == "all"
23
27
  Provides-Extra: extra
24
28
  Requires-Dist: pandas; extra == "extra"
25
29
  Dynamic: license-file
@@ -27,8 +31,8 @@ Dynamic: license-file
27
31
  # spectra-filtering
28
32
 
29
33
 
30
- [![image](https://img.shields.io/pypi/v/spectra-filtering.svg)](https://pypi.python.org/pypi/spectra-filtering)
31
- [![image](https://img.shields.io/conda/vn/conda-forge/spectra-filtering.svg)](https://anaconda.org/conda-forge/spectra-filtering)
34
+ [![image](https://img.shields.io/pypi/v/spectra-filtering.svg)](https://pypi.python.org/pypi/TARDIS_Spectrum_Filtering)
35
+ [![image](https://img.shields.io/conda/vn/conda-forge/spectra-filtering.svg)](https://anaconda.org/conda-forge/TARDIS_Spectrum_Filtering)
32
36
 
33
37
 
34
38
  **Package used to apply telescope filters to spectra from Stars or Supernovae**
@@ -0,0 +1,8 @@
1
+ TARDIS_Spectrum_Filtering/TARDIS_Spectrum_Filtering.py,sha256=9m6ajMDodJ9E99B-6pFLUsc05Q7J-7IkSNqQCPFEC0U,4807
2
+ TARDIS_Spectrum_Filtering/__init__.py,sha256=5tPv1_9bPwwa2cmjKiB2rPzPcp7DPLJq8_U3zyzbvGw,149
3
+ tardis_spectrum_filtering-1.0.1.dist-info/licenses/LICENSE,sha256=J8qEL369U2AjyyxQeLNe50xQVZj1CVfxpcR-KZDYSqk,1071
4
+ tardis_spectrum_filtering-1.0.1.dist-info/METADATA,sha256=hF8CzP9XtERH3S9Q105F_3fJNo5v9-M7q3PuzW0kapg,1494
5
+ tardis_spectrum_filtering-1.0.1.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
6
+ tardis_spectrum_filtering-1.0.1.dist-info/entry_points.txt,sha256=VxSb86QTkEoasQ0E8LoEnYMdvYEQ0Ji1sXpvx6CH6II,81
7
+ tardis_spectrum_filtering-1.0.1.dist-info/top_level.txt,sha256=JAeZtUL5WUopZQbw6RgjDU0dO7I7Fytpfil1lz4lLjM,26
8
+ tardis_spectrum_filtering-1.0.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- """The common module contains common functions and classes used by the other modules.
2
- """
3
-
4
- def hello_world():
5
- """Prints "Hello World!" to the console.
6
- """
7
- print("Hello World!")
@@ -1,9 +0,0 @@
1
- TARDIS_Spectrum_Filtering/TARDIS_Spectrum_Filtering.py,sha256=9m6ajMDodJ9E99B-6pFLUsc05Q7J-7IkSNqQCPFEC0U,4807
2
- TARDIS_Spectrum_Filtering/__init__.py,sha256=y_joxtHrPuHZgVWumIkTeL6xQSMtGSZMl37BKLOKiwM,149
3
- TARDIS_Spectrum_Filtering/common.py,sha256=UkxoF8RazqaFu7o-ZH3HUoPu7oVGAAB3Ja02Zm6IW9I,189
4
- tardis_spectrum_filtering-1.0.0.dist-info/licenses/LICENSE,sha256=J8qEL369U2AjyyxQeLNe50xQVZj1CVfxpcR-KZDYSqk,1071
5
- tardis_spectrum_filtering-1.0.0.dist-info/METADATA,sha256=tNAEtN-Z4VXsKN-Wz2zqwLh-qVpkUi1CkdP3iChVpeg,1375
6
- tardis_spectrum_filtering-1.0.0.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
7
- tardis_spectrum_filtering-1.0.0.dist-info/entry_points.txt,sha256=VxSb86QTkEoasQ0E8LoEnYMdvYEQ0Ji1sXpvx6CH6II,81
8
- tardis_spectrum_filtering-1.0.0.dist-info/top_level.txt,sha256=JAeZtUL5WUopZQbw6RgjDU0dO7I7Fytpfil1lz4lLjM,26
9
- tardis_spectrum_filtering-1.0.0.dist-info/RECORD,,