gpstime 0.9.0__py3-none-any.whl → 0.9.1__py3-none-any.whl

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.
gpstime/__version__.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.9.0'
32
- __version_tuple__ = version_tuple = (0, 9, 0)
31
+ __version__ = version = '0.9.1'
32
+ __version_tuple__ = version_tuple = (0, 9, 1)
33
33
 
34
- __commit_id__ = commit_id = 'gbfcac2c49'
34
+ __commit_id__ = commit_id = 'ge11b843f5'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gpstime
3
- Version: 0.9.0
3
+ Version: 0.9.1
4
4
  Summary: GPS-aware datetime module
5
5
  Author-email: Jameson Graef Rollins <jameson.rollins@ligo.org>
6
6
  License-Expression: GPL-3.0-or-later
@@ -0,0 +1,12 @@
1
+ gpstime/__init__.py,sha256=fre95_2UeDNSeb3kS3JebJOh9Bn30iLVZQh-Juch_AI,7284
2
+ gpstime/__main__.py,sha256=ndEEI2WAOkZzQrwQ7zJs0nbTsMTpIutGyoZR_Tr6DYE,2882
3
+ gpstime/__version__.py,sha256=zplv7GBYzBPIiCUnddm6vYwGMFzT6v7LTm5FQ2L-mnA,712
4
+ gpstime/leaps.py,sha256=QduewuPZce_BpbB5zkMR4c_sZeATn1oD7XuPIECRpOQ,7825
5
+ gpstime/test.py,sha256=0NZVr46dAuxn1gYUMJtU89z0Kd5bn8S7lJAUzPujbns,7845
6
+ gpstime-0.9.1.dist-info/licenses/COPYING,sha256=kD3Y57xS042kgHR4KTOzNOiOHLxiOtxwe2gomX6l0cM,1724
7
+ gpstime-0.9.1.dist-info/licenses/COPYING-GPL-3,sha256=_ILKi2_bGNTj6Fz9irWNG80_Gymr54KJWr2R1kdj-Oc,35068
8
+ gpstime-0.9.1.dist-info/METADATA,sha256=PNP7gvwq2nqnlwfgewHLyr6YJeeWytBXQfVUXKdJRuk,1477
9
+ gpstime-0.9.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
+ gpstime-0.9.1.dist-info/entry_points.txt,sha256=zwYfq0iBds4lr6t_UvZM8jfJc4Y5hiXC3_xm3gu-IpA,50
11
+ gpstime-0.9.1.dist-info/top_level.txt,sha256=LJlZJoesrJMc-u-T2IuSXd6udNzp1TaVD6aJa5Zwj54,8
12
+ gpstime-0.9.1.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ gpstime = gpstime.__main__:main
@@ -1,5 +0,0 @@
1
- #!python
2
- # DON'T DELETE ME! setuptool entry_points adds way too much overhead
3
- # causing execution times to be much longer than they should be
4
- from gpstime.__main__ import main
5
- main()
@@ -1,12 +0,0 @@
1
- gpstime/__init__.py,sha256=fre95_2UeDNSeb3kS3JebJOh9Bn30iLVZQh-Juch_AI,7284
2
- gpstime/__main__.py,sha256=ndEEI2WAOkZzQrwQ7zJs0nbTsMTpIutGyoZR_Tr6DYE,2882
3
- gpstime/__version__.py,sha256=Zco1Vyuo5sw4puW8I8qiB87z9_37yhdD3y1klzVfvHg,712
4
- gpstime/leaps.py,sha256=QduewuPZce_BpbB5zkMR4c_sZeATn1oD7XuPIECRpOQ,7825
5
- gpstime/test.py,sha256=0NZVr46dAuxn1gYUMJtU89z0Kd5bn8S7lJAUzPujbns,7845
6
- gpstime-0.9.0.data/scripts/gpstime,sha256=R2M1Xg02MAqpiPWxuOoSYr3S8zk7aPtfeHBmMG-1jMo,183
7
- gpstime-0.9.0.dist-info/licenses/COPYING,sha256=kD3Y57xS042kgHR4KTOzNOiOHLxiOtxwe2gomX6l0cM,1724
8
- gpstime-0.9.0.dist-info/licenses/COPYING-GPL-3,sha256=_ILKi2_bGNTj6Fz9irWNG80_Gymr54KJWr2R1kdj-Oc,35068
9
- gpstime-0.9.0.dist-info/METADATA,sha256=L2SBzlWvNP6GRjB_qC8EQPOTzVJo-ZwMeWZGJ59uoNE,1477
10
- gpstime-0.9.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
11
- gpstime-0.9.0.dist-info/top_level.txt,sha256=LJlZJoesrJMc-u-T2IuSXd6udNzp1TaVD6aJa5Zwj54,8
12
- gpstime-0.9.0.dist-info/RECORD,,