roman-gdps-cdp 0.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.
@@ -0,0 +1,20 @@
1
+ BSD 2-Clause License
2
+
3
+ Copyright (c) 2026, Roman SSC at IPAC/Caltech
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice, this
9
+ list of conditions and the following disclaimer.
10
+
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
19
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20
+ DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE.
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: roman-gdps-cdp
3
+ Version: 0.0.1
4
+ Summary: Placeholder package reserved for a future Roman SSC release.
5
+ Project-URL: Homepage, https://roman.ipac.caltech.edu/
6
+ Author: Roman SSC at IPAC/Caltech
7
+ Maintainer-email: Roman SSC <no-reply@caltech.edu>
8
+ License-Expression: BSD-2-Clause
9
+ License-File: LICENSE
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Science/Research
12
+ Classifier: License :: OSI Approved :: BSD License
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Topic :: Scientific/Engineering :: Astronomy
16
+ Requires-Python: >=3.9
17
+ Description-Content-Type: text/markdown
18
+
19
+ # roman-gdps-cdp
20
+
21
+ This is a placeholder package.
22
+
23
+ The package name is reserved for a future Roman SSC release. It currently contains no functional implementation.
@@ -0,0 +1,5 @@
1
+ # roman-gdps-cdp
2
+
3
+ This is a placeholder package.
4
+
5
+ The package name is reserved for a future Roman SSC release. It currently contains no functional implementation.
@@ -0,0 +1,28 @@
1
+ [build-system]
2
+ requires = ["hatchling >= 1.26"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "roman-gdps-cdp"
7
+ version = "0.0.1"
8
+ description = "Placeholder package reserved for a future Roman SSC release."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = "BSD-2-Clause"
12
+ authors = [
13
+ { name = "Roman SSC at IPAC/Caltech" }
14
+ ]
15
+ maintainers = [
16
+ { name = "Roman SSC", email = "no-reply@caltech.edu" }
17
+ ]
18
+ classifiers = [
19
+ "Development Status :: 1 - Planning",
20
+ "Intended Audience :: Science/Research",
21
+ "License :: OSI Approved :: BSD License",
22
+ "Operating System :: OS Independent",
23
+ "Programming Language :: Python :: 3",
24
+ "Topic :: Scientific/Engineering :: Astronomy"
25
+ ]
26
+
27
+ [project.urls]
28
+ Homepage = "https://roman.ipac.caltech.edu/"
@@ -0,0 +1,6 @@
1
+ """
2
+ Placeholder package for roman-gdps-cdp.
3
+
4
+ This package name is reserved for a future release.
5
+ """
6
+ __version__ = "0.0.1"