firepype 0.0.1__tar.gz → 0.0.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 (29) hide show
  1. {firepype-0.0.1 → firepype-0.0.3}/PKG-INFO +2 -2
  2. {firepype-0.0.1 → firepype-0.0.3}/firepype.egg-info/PKG-INFO +2 -2
  3. {firepype-0.0.1 → firepype-0.0.3}/pyproject.toml +2 -2
  4. {firepype-0.0.1 → firepype-0.0.3}/LICENSE +0 -0
  5. {firepype-0.0.1 → firepype-0.0.3}/README.md +0 -0
  6. {firepype-0.0.1 → firepype-0.0.3}/firepype/__init__.py +0 -0
  7. {firepype-0.0.1 → firepype-0.0.3}/firepype/calibration.py +0 -0
  8. {firepype-0.0.1 → firepype-0.0.3}/firepype/cli.py +0 -0
  9. {firepype-0.0.1 → firepype-0.0.3}/firepype/coadd.py +0 -0
  10. {firepype-0.0.1 → firepype-0.0.3}/firepype/config.py +0 -0
  11. {firepype-0.0.1 → firepype-0.0.3}/firepype/detection.py +0 -0
  12. {firepype-0.0.1 → firepype-0.0.3}/firepype/extraction.py +0 -0
  13. {firepype-0.0.1 → firepype-0.0.3}/firepype/io.py +0 -0
  14. {firepype-0.0.1 → firepype-0.0.3}/firepype/pipeline.py +0 -0
  15. {firepype-0.0.1 → firepype-0.0.3}/firepype/plotting.py +0 -0
  16. {firepype-0.0.1 → firepype-0.0.3}/firepype/telluric.py +0 -0
  17. {firepype-0.0.1 → firepype-0.0.3}/firepype/utils.py +0 -0
  18. {firepype-0.0.1 → firepype-0.0.3}/firepype.egg-info/SOURCES.txt +0 -0
  19. {firepype-0.0.1 → firepype-0.0.3}/firepype.egg-info/dependency_links.txt +0 -0
  20. {firepype-0.0.1 → firepype-0.0.3}/firepype.egg-info/entry_points.txt +0 -0
  21. {firepype-0.0.1 → firepype-0.0.3}/firepype.egg-info/requires.txt +0 -0
  22. {firepype-0.0.1 → firepype-0.0.3}/firepype.egg-info/top_level.txt +0 -0
  23. {firepype-0.0.1 → firepype-0.0.3}/setup.cfg +0 -0
  24. {firepype-0.0.1 → firepype-0.0.3}/tests/test_cli_help.py +0 -0
  25. {firepype-0.0.1 → firepype-0.0.3}/tests/test_config.py +0 -0
  26. {firepype-0.0.1 → firepype-0.0.3}/tests/test_imports.py +0 -0
  27. {firepype-0.0.1 → firepype-0.0.3}/tests/test_io.py +0 -0
  28. {firepype-0.0.1 → firepype-0.0.3}/tests/test_utils.py +0 -0
  29. {firepype-0.0.1 → firepype-0.0.3}/tests/test_version.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: firepype
3
- Version: 0.0.1
4
- Summary: FIRE AB-pair NIR reduction pipeline
3
+ Version: 0.0.3
4
+ Summary: Python pipeline for Magellan/FIRE Prism-mode data
5
5
  Author: Gemma Cheng
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/gemma-cheng/firepype
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: firepype
3
- Version: 0.0.1
4
- Summary: FIRE AB-pair NIR reduction pipeline
3
+ Version: 0.0.3
4
+ Summary: Python pipeline for Magellan/FIRE Prism-mode data
5
5
  Author: Gemma Cheng
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/gemma-cheng/firepype
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "firepype"
7
- version = "0.0.1"
8
- description = "FIRE AB-pair NIR reduction pipeline"
7
+ version = "0.0.3"
8
+ description = "Python pipeline for Magellan/FIRE Prism-mode data"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = { text = "MIT" }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes