rms-starcat 1.0.0__tar.gz → 1.0.1__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.
Potentially problematic release.
This version of rms-starcat might be problematic. Click here for more details.
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.github/workflows/publish_to_pypi.yml +0 -4
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.github/workflows/publish_to_test_pypi.yml +0 -4
- {rms_starcat-1.0.0/rms_starcat.egg-info → rms_starcat-1.0.1}/PKG-INFO +4 -2
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/pyproject.toml +1 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1/rms_starcat.egg-info}/PKG-INFO +4 -2
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/starcat/__init__.py +6 -1
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/starcat/_version.py +9 -4
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/starcat/ybsc.py +1 -1
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.coveragerc +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.flake8 +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.github/workflows/run-tests.yml +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.gitignore +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.mypy.ini +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/.readthedocs.yaml +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/CODE_OF_CONDUCT.md +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/CONTRIBUTING.md +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/LICENSE +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/README.md +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/docs/Makefile +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/docs/conf.py +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/docs/index.rst +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/docs/make.bat +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/docs/module.rst +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/requirements.txt +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/rms_starcat.egg-info/SOURCES.txt +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/rms_starcat.egg-info/dependency_links.txt +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/rms_starcat.egg-info/requires.txt +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/rms_starcat.egg-info/top_level.txt +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/setup.cfg +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/starcat/py.typed +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/starcat/spice.py +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/starcat/starcatalog.py +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/starcat/ucac4.py +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/tests/test_spice.py +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/tests/test_ucac4.py +0 -0
- {rms_starcat-1.0.0 → rms_starcat-1.0.1}/tests/test_ybsc.py +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: rms-starcat
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Star catalog database
|
|
5
5
|
Maintainer-email: "Robert S. French" <rfrench@seti.org>
|
|
6
6
|
License: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://github.com/SETI/rms-starcat
|
|
8
|
+
Project-URL: Documentation, https://rms-starcat.readthedocs.io/en/latest
|
|
8
9
|
Project-URL: Repository, https://github.com/SETI/rms-starcat
|
|
9
10
|
Project-URL: Source, https://github.com/SETI/rms-starcat
|
|
10
11
|
Project-URL: Issues, https://github.com/SETI/rms-starcat/issues
|
|
@@ -29,6 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
29
30
|
License-File: LICENSE
|
|
30
31
|
Requires-Dist: cspyce
|
|
31
32
|
Requires-Dist: numpy
|
|
33
|
+
Dynamic: license-file
|
|
32
34
|
|
|
33
35
|
[](https://github.com/SETI/rms-starcat/releases)
|
|
34
36
|
[](https://github.com/SETI/rms-starcat/releases)
|
|
@@ -37,6 +37,7 @@ classifiers = [
|
|
|
37
37
|
|
|
38
38
|
[project.urls]
|
|
39
39
|
Homepage = "https://github.com/SETI/rms-starcat"
|
|
40
|
+
Documentation = "https://rms-starcat.readthedocs.io/en/latest"
|
|
40
41
|
Repository = "https://github.com/SETI/rms-starcat"
|
|
41
42
|
Source = "https://github.com/SETI/rms-starcat"
|
|
42
43
|
Issues = "https://github.com/SETI/rms-starcat/issues"
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: rms-starcat
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Star catalog database
|
|
5
5
|
Maintainer-email: "Robert S. French" <rfrench@seti.org>
|
|
6
6
|
License: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://github.com/SETI/rms-starcat
|
|
8
|
+
Project-URL: Documentation, https://rms-starcat.readthedocs.io/en/latest
|
|
8
9
|
Project-URL: Repository, https://github.com/SETI/rms-starcat
|
|
9
10
|
Project-URL: Source, https://github.com/SETI/rms-starcat
|
|
10
11
|
Project-URL: Issues, https://github.com/SETI/rms-starcat/issues
|
|
@@ -29,6 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
29
30
|
License-File: LICENSE
|
|
30
31
|
Requires-Dist: cspyce
|
|
31
32
|
Requires-Dist: numpy
|
|
33
|
+
Dynamic: license-file
|
|
32
34
|
|
|
33
35
|
[](https://github.com/SETI/rms-starcat/releases)
|
|
34
36
|
[](https://github.com/SETI/rms-starcat/releases)
|
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
# starcat/__init__.py
|
|
3
3
|
################################################################################
|
|
4
4
|
|
|
5
|
-
from starcat.starcatalog import Star,
|
|
5
|
+
from starcat.starcatalog import (Star,
|
|
6
|
+
StarCatalog,
|
|
7
|
+
SCLASS_TO_B_MINUS_V,
|
|
8
|
+
SCLASS_TO_SURFACE_TEMP) # noqa: F401
|
|
6
9
|
from starcat.spice import SpiceStar, SpiceStarCatalog # noqa: F401
|
|
7
10
|
from starcat.ucac4 import UCAC4Star, UCAC4StarCatalog # noqa: F401
|
|
8
11
|
from starcat.ybsc import YBSCStar, YBSCStarCatalog # noqa: F401
|
|
@@ -14,6 +17,8 @@ except ImportError:
|
|
|
14
17
|
__version__ = 'Version unspecified'
|
|
15
18
|
|
|
16
19
|
__all__ = [
|
|
20
|
+
'SCLASS_TO_B_MINUS_V',
|
|
21
|
+
'SCLASS_TO_SURFACE_TEMP',
|
|
17
22
|
'Star',
|
|
18
23
|
'StarCatalog',
|
|
19
24
|
'SpiceStar',
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '1.0.
|
|
16
|
-
__version_tuple__ = version_tuple = (1, 0,
|
|
20
|
+
__version__ = version = '1.0.1'
|
|
21
|
+
__version_tuple__ = version_tuple = (1, 0, 1)
|
|
@@ -367,7 +367,7 @@ class YBSCStarCatalog(StarCatalog):
|
|
|
367
367
|
|
|
368
368
|
Parameters:
|
|
369
369
|
dir: The path to the star catalog directory (may be a URL). Within
|
|
370
|
-
|
|
370
|
+
this directory should be the file ``catalog``.
|
|
371
371
|
"""
|
|
372
372
|
|
|
373
373
|
super().__init__()
|
|
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
|
|
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
|