gkutils 0.3.2__tar.gz → 0.3.4__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 (25) hide show
  1. {gkutils-0.3.2 → gkutils-0.3.4}/PKG-INFO +4 -1
  2. gkutils-0.3.4/gkutils/__version__.py +1 -0
  3. gkutils-0.3.4/gkutils/commonutils/generalutils.py +3282 -0
  4. gkutils-0.3.2/gkutils/commonutils/generalutils.py → gkutils-0.3.4/gkutils/commonutils/generalutils_backup.py +7 -2
  5. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils.egg-info/PKG-INFO +4 -1
  6. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils.egg-info/SOURCES.txt +1 -0
  7. gkutils-0.3.2/gkutils/__version__.py +0 -1
  8. {gkutils-0.3.2 → gkutils-0.3.4}/LICENSE +0 -0
  9. {gkutils-0.3.2 → gkutils-0.3.4}/README.md +0 -0
  10. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/__init__.py +0 -0
  11. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/__init__.py +0 -0
  12. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/bruteForceConeSearchATLAS.py +0 -0
  13. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/coneSearchCassandra.py +0 -0
  14. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/far.py +0 -0
  15. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/getCSVColumnSubset.py +0 -0
  16. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/getTestSherlockData.py +0 -0
  17. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/mputils.py +0 -0
  18. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/test.py +0 -0
  19. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils/commonutils/testReadGenericDataFile.py +0 -0
  20. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils.egg-info/dependency_links.txt +0 -0
  21. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils.egg-info/entry_points.txt +0 -0
  22. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils.egg-info/requires.txt +0 -0
  23. {gkutils-0.3.2 → gkutils-0.3.4}/gkutils.egg-info/top_level.txt +0 -0
  24. {gkutils-0.3.2 → gkutils-0.3.4}/setup.cfg +0 -0
  25. {gkutils-0.3.2 → gkutils-0.3.4}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gkutils
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: A collection useful utilities - mostly related to astronomy
5
5
  Home-page: https://github.com/genghisken/gkutils
6
6
  Author: genghisken
@@ -13,6 +13,9 @@ Classifier: Topic :: Utilities
13
13
  Requires-Python: >=3.6
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
+ Requires-Dist: pyyaml
17
+ Requires-Dist: docopt
18
+ Requires-Dist: numpy
16
19
 
17
20
  # gkutils Package #
18
21
 
@@ -0,0 +1 @@
1
+ __version__ = '0.3.4'