casaconfig 0.0.91__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.
- casaconfig-1.0.1/PKG-INFO +45 -0
- casaconfig-1.0.1/README.md +33 -0
- casaconfig-1.0.1/casaconfig.egg-info/PKG-INFO +45 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/SOURCES.txt +2 -1
- {casaconfig-0.0.91 → casaconfig-1.0.1}/setup.py +1 -1
- casaconfig-1.0.1/tests/test_casaconfig.py +860 -0
- casaconfig-0.0.91/PKG-INFO +0 -123
- casaconfig-0.0.91/README.md +0 -112
- casaconfig-0.0.91/casaconfig.egg-info/PKG-INFO +0 -123
- {casaconfig-0.0.91 → casaconfig-1.0.1}/LICENSE +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/MANIFEST.in +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/__init__.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/__main__.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/config.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/CasaconfigErrors.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/__init__.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/casasiteconfig_example.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/config_defaults.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/config_defaults_static.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/data_available.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/data_update.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/do_auto_updates.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/do_pull_data.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_argparser.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_config.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_data_info.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_data_lock.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/io_redirect.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/measures_available.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/measures_update.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/print_log_messages.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/pull_data.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/read_readme.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/set_casacore_path.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/summary.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/update_all.py +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/dependency_links.txt +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/requires.txt +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/top_level.txt +0 -0
- {casaconfig-0.0.91 → casaconfig-1.0.1}/setup.cfg +0 -0
@@ -0,0 +1,45 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: casaconfig
|
3
|
+
Version: 1.0.1
|
4
|
+
Summary: CASA Operational Configuration Package
|
5
|
+
Home-page: https://github.com/casangi/casaconfig
|
6
|
+
Author: National Radio Astronomy Observatory
|
7
|
+
Author-email: casa-feedback@nrao.edu
|
8
|
+
License: Apache-2.0
|
9
|
+
Description-Content-Type: text/markdown
|
10
|
+
License-File: LICENSE
|
11
|
+
Requires-Dist: certifi>=2023.5.7
|
12
|
+
|
13
|
+
# casaconfig
|
14
|
+
Runtime data necessary for CASA operation.
|
15
|
+
|
16
|
+
- [latest casaconfig API on casadocs](https://casadocs.readthedocs.io/en/latest/api/casaconfig.html)
|
17
|
+
- [stable casaconfig API on casadocs](https://casadocs.readthedocs.io/en/stable/api/casaconfig.html)
|
18
|
+
|
19
|
+
|
20
|
+
## Release Instructions
|
21
|
+
1. Create a release branch with a version name (ie v1.6.2)
|
22
|
+
2. Ensure the version number in setup.py on the branch is set correctly
|
23
|
+
3. Create a tag of the release branch (ie v1.6.2-1)
|
24
|
+
4. Github Action runs automatically to publish a pip package to pypi
|
25
|
+
|
26
|
+
## Installation
|
27
|
+
|
28
|
+
```
|
29
|
+
$: pip install casaconfig
|
30
|
+
```
|
31
|
+
|
32
|
+
## Usage
|
33
|
+
|
34
|
+
See the casaconfig API documentation on casadocs (links above).
|
35
|
+
|
36
|
+
Also see the External Data section of casadocs for additional details
|
37
|
+
|
38
|
+
- [latext External Data section on casadocs](https://casadocs.readthedocs.io/en/latest/notebooks/external-data.html)
|
39
|
+
- [stable External Data section on casadocs](https://casadocs.readthedocs.io/en/latest/notebooks/external-data.html)
|
40
|
+
|
41
|
+
## Developers Instructions
|
42
|
+
1. every push to the casaconfig repository will push a new wheel to [test pypi](https://test.pypi.org/project/casaconfig/#history)
|
43
|
+
2. the version in setup.py must be updated before each push so that the wheel has a unique name (e.g. "1.2.3dev2", where "dev?" could be incremented during development)
|
44
|
+
3. When testing with a casatools build, "pip install" the development casaconfig wheel before running any tests - it may be installed before casatools is installed or after since the casatools build does not depend on casasconfig (uninstall any already installed casaconfig if necessary).
|
45
|
+
4. For release, follow the above instructions.
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# casaconfig
|
2
|
+
Runtime data necessary for CASA operation.
|
3
|
+
|
4
|
+
- [latest casaconfig API on casadocs](https://casadocs.readthedocs.io/en/latest/api/casaconfig.html)
|
5
|
+
- [stable casaconfig API on casadocs](https://casadocs.readthedocs.io/en/stable/api/casaconfig.html)
|
6
|
+
|
7
|
+
|
8
|
+
## Release Instructions
|
9
|
+
1. Create a release branch with a version name (ie v1.6.2)
|
10
|
+
2. Ensure the version number in setup.py on the branch is set correctly
|
11
|
+
3. Create a tag of the release branch (ie v1.6.2-1)
|
12
|
+
4. Github Action runs automatically to publish a pip package to pypi
|
13
|
+
|
14
|
+
## Installation
|
15
|
+
|
16
|
+
```
|
17
|
+
$: pip install casaconfig
|
18
|
+
```
|
19
|
+
|
20
|
+
## Usage
|
21
|
+
|
22
|
+
See the casaconfig API documentation on casadocs (links above).
|
23
|
+
|
24
|
+
Also see the External Data section of casadocs for additional details
|
25
|
+
|
26
|
+
- [latext External Data section on casadocs](https://casadocs.readthedocs.io/en/latest/notebooks/external-data.html)
|
27
|
+
- [stable External Data section on casadocs](https://casadocs.readthedocs.io/en/latest/notebooks/external-data.html)
|
28
|
+
|
29
|
+
## Developers Instructions
|
30
|
+
1. every push to the casaconfig repository will push a new wheel to [test pypi](https://test.pypi.org/project/casaconfig/#history)
|
31
|
+
2. the version in setup.py must be updated before each push so that the wheel has a unique name (e.g. "1.2.3dev2", where "dev?" could be incremented during development)
|
32
|
+
3. When testing with a casatools build, "pip install" the development casaconfig wheel before running any tests - it may be installed before casatools is installed or after since the casatools build does not depend on casasconfig (uninstall any already installed casaconfig if necessary).
|
33
|
+
4. For release, follow the above instructions.
|
@@ -0,0 +1,45 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: casaconfig
|
3
|
+
Version: 1.0.1
|
4
|
+
Summary: CASA Operational Configuration Package
|
5
|
+
Home-page: https://github.com/casangi/casaconfig
|
6
|
+
Author: National Radio Astronomy Observatory
|
7
|
+
Author-email: casa-feedback@nrao.edu
|
8
|
+
License: Apache-2.0
|
9
|
+
Description-Content-Type: text/markdown
|
10
|
+
License-File: LICENSE
|
11
|
+
Requires-Dist: certifi>=2023.5.7
|
12
|
+
|
13
|
+
# casaconfig
|
14
|
+
Runtime data necessary for CASA operation.
|
15
|
+
|
16
|
+
- [latest casaconfig API on casadocs](https://casadocs.readthedocs.io/en/latest/api/casaconfig.html)
|
17
|
+
- [stable casaconfig API on casadocs](https://casadocs.readthedocs.io/en/stable/api/casaconfig.html)
|
18
|
+
|
19
|
+
|
20
|
+
## Release Instructions
|
21
|
+
1. Create a release branch with a version name (ie v1.6.2)
|
22
|
+
2. Ensure the version number in setup.py on the branch is set correctly
|
23
|
+
3. Create a tag of the release branch (ie v1.6.2-1)
|
24
|
+
4. Github Action runs automatically to publish a pip package to pypi
|
25
|
+
|
26
|
+
## Installation
|
27
|
+
|
28
|
+
```
|
29
|
+
$: pip install casaconfig
|
30
|
+
```
|
31
|
+
|
32
|
+
## Usage
|
33
|
+
|
34
|
+
See the casaconfig API documentation on casadocs (links above).
|
35
|
+
|
36
|
+
Also see the External Data section of casadocs for additional details
|
37
|
+
|
38
|
+
- [latext External Data section on casadocs](https://casadocs.readthedocs.io/en/latest/notebooks/external-data.html)
|
39
|
+
- [stable External Data section on casadocs](https://casadocs.readthedocs.io/en/latest/notebooks/external-data.html)
|
40
|
+
|
41
|
+
## Developers Instructions
|
42
|
+
1. every push to the casaconfig repository will push a new wheel to [test pypi](https://test.pypi.org/project/casaconfig/#history)
|
43
|
+
2. the version in setup.py must be updated before each push so that the wheel has a unique name (e.g. "1.2.3dev2", where "dev?" could be incremented during development)
|
44
|
+
3. When testing with a casatools build, "pip install" the development casaconfig wheel before running any tests - it may be installed before casatools is installed or after since the casatools build does not depend on casasconfig (uninstall any already installed casaconfig if necessary).
|
45
|
+
4. For release, follow the above instructions.
|
@@ -6,7 +6,7 @@ with open('README.md', "r") as fid: #encoding='utf-8'
|
|
6
6
|
|
7
7
|
setup(
|
8
8
|
name='casaconfig',
|
9
|
-
version='
|
9
|
+
version='1.0.1',
|
10
10
|
description='CASA Operational Configuration Package',
|
11
11
|
long_description=long_description,
|
12
12
|
long_description_content_type="text/markdown",
|