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.
Files changed (40) hide show
  1. casaconfig-1.0.1/PKG-INFO +45 -0
  2. casaconfig-1.0.1/README.md +33 -0
  3. casaconfig-1.0.1/casaconfig.egg-info/PKG-INFO +45 -0
  4. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/SOURCES.txt +2 -1
  5. {casaconfig-0.0.91 → casaconfig-1.0.1}/setup.py +1 -1
  6. casaconfig-1.0.1/tests/test_casaconfig.py +860 -0
  7. casaconfig-0.0.91/PKG-INFO +0 -123
  8. casaconfig-0.0.91/README.md +0 -112
  9. casaconfig-0.0.91/casaconfig.egg-info/PKG-INFO +0 -123
  10. {casaconfig-0.0.91 → casaconfig-1.0.1}/LICENSE +0 -0
  11. {casaconfig-0.0.91 → casaconfig-1.0.1}/MANIFEST.in +0 -0
  12. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/__init__.py +0 -0
  13. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/__main__.py +0 -0
  14. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/config.py +0 -0
  15. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/CasaconfigErrors.py +0 -0
  16. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/__init__.py +0 -0
  17. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/casasiteconfig_example.py +0 -0
  18. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/config_defaults.py +0 -0
  19. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/config_defaults_static.py +0 -0
  20. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/data_available.py +0 -0
  21. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/data_update.py +0 -0
  22. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/do_auto_updates.py +0 -0
  23. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/do_pull_data.py +0 -0
  24. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_argparser.py +0 -0
  25. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_config.py +0 -0
  26. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_data_info.py +0 -0
  27. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/get_data_lock.py +0 -0
  28. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/io_redirect.py +0 -0
  29. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/measures_available.py +0 -0
  30. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/measures_update.py +0 -0
  31. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/print_log_messages.py +0 -0
  32. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/pull_data.py +0 -0
  33. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/read_readme.py +0 -0
  34. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/set_casacore_path.py +0 -0
  35. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/summary.py +0 -0
  36. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig/private/update_all.py +0 -0
  37. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/dependency_links.txt +0 -0
  38. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/requires.txt +0 -0
  39. {casaconfig-0.0.91 → casaconfig-1.0.1}/casaconfig.egg-info/top_level.txt +0 -0
  40. {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.
@@ -31,4 +31,5 @@ casaconfig/private/pull_data.py
31
31
  casaconfig/private/read_readme.py
32
32
  casaconfig/private/set_casacore_path.py
33
33
  casaconfig/private/summary.py
34
- casaconfig/private/update_all.py
34
+ casaconfig/private/update_all.py
35
+ tests/test_casaconfig.py
@@ -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='0.0.91',
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",