-
Notifications
You must be signed in to change notification settings - Fork 59
/
setup.py
157 lines (133 loc) · 8.41 KB
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# -*- coding: utf-8 -*-
# The setuptools script to build, test and install a PyGeodesy distribution.
# Tested with 64-bit Python 3.12.0-4, 3.11.0, 3.10.1-5, 3.9.6, 3.8.10,
# 3.7.0, 3.6.4-5, 3.5.3, 2.7,13 and 2.6.9 on macOS 10.12 Sierra, 10.1
# High Sierra, 10.15.5-7 Catalina, 11.0-2 (10.16) Big Sur, 12.0-4 (10.16)
# Monterey, 13.0.1 Ventura and 14.005 Sonoma on Intel (x86_64), Intel
# emulation ("arm64_x86_64") and/or Apple-Silicon M1 native (arm64) and
# with Pythonista 3.1 and 3.2 on iOS 10.3, 11.0, 11.1 and 11.3-4 and
# on iPhone 15.5.
# python setup.py sdist --formats=gztar,bztar,zip # ztar,tar
# python setup.py bdist_wheel --universal # XXX
# python setup.py test
# python setup.py install
# <https://packaging.Python.org/key_projects/#setuptools>
# <https://packaging.Python.org/distributing>
# <https://docs.Python.org/2/distutils/sourcedist.html>
# <https://docs.Python.org/3.6/distutils/sourcedist.html>
# <https://setuptools.ReadTheDocs.io/en/latest/setuptools.html#developer-s-guide>
# <https://setuptools.ReadTheDocs.io/en/latest/setuptools.html#test-build-package-and-run-a-unittest-suite>
from setuptools import setup
__all__ = ()
__version__ = '24.11.29'
def _c2(*names):
return ' :: '.join(names)
def _long_description():
with open('README.rst', 'rb') as f:
t = f.read()
if isinstance(t, bytes):
t = t.decode('utf-8')
return t
def _version():
with open('pygeodesy/__init__.py') as f:
for t in f.readlines():
if t.startswith('__version__'):
v = t.split('=')[-1].strip().strip('\'"')
return '.'.join(map(str, map(int, v.split('.'))))
_KeyWords = ('AER', 'Albers', 'altitude', 'Andoyer', 'annulus', 'antipode', 'area', 'attitude',
'Authalic', 'auxiliary', 'azimuth', 'azimuthal', 'azimuth-elevation-range',
'bearing', 'bank', 'Barsky', 'Barth', 'beta', 'bi-quadratic', 'boolean',
'cached', 'Cagnoli', 'cartesian', 'Cassini', 'Cassini-Soldner', 'chord',
'circle-intersections', 'circumcenter', 'circumcircle', 'circumradius',
'clip', 'Cohen', 'Cohen-Sutherland', 'Collins', 'composite',
'conformal', 'conic', 'constants', 'contact-triangle',
'Cook', 'Correia', 'cosines-law', 'coverage', 'curvature', 'cylindrical',
'datum', 'deprecation', 'deficit', 'development', 'discrete', 'distance', 'Douglas',
'earth', 'east-north-up', 'eccentricity', 'ECEF', 'elevation', 'ellipsoid',
'ellipsoidal-latitude-beta', 'ellipsoidal-longitude-omega', 'elliptic',
'ENU', 'EPSG', 'equal-area', 'equidistant', 'equirectangular', 'ETM', 'ETRF',
'Euclidean', 'even-odd-rule', 'ExactTM', 'excess',
'Farrell', 'Farrell-Barth', 'Ferrari-solution', 'Field-Of-View', 'flattening',
'fma', 'fmath', 'footprint', 'Forster', 'Forster-Hormann-Popa', 'Forsythe', 'FOV',
'fractional', 'Frechet', 'Fréchet', 'frustum', 'Fsum', 'fused-multiply-add',
'GARS', 'geocentric', 'GeoConvert', 'GeodesicExact', 'geodesy', 'geodetic', 'GeodSolve', 'GeodTest',
'geographiclib', 'Geohash', 'geoid', 'geoidHeight', 'GeoidHeights',
'georef', 'Girard', 'gnomonic', 'gons', 'grades', 'gradians', 'Greiner', 'Greiner-Hormann',
'Hartzell', 'Hausdorff', 'Haversine', 'heading', 'height', 'Heikkinen', 'Heron',
'Hodgman', 'horizon', 'Hormann', 'Hubeny',
'IDW', 'incenter', 'incirle', 'infix_@_operator', 'inradius', 'intermediate', 'interpolate',
'intersect', 'intersection', 'intersection3d', 'intersections', 'IntersectTool',
'Inverse-Distance-Weighting', 'Isometric', 'ITRF',
'Jacobi', 'Jacobi-Conformal', 'Jarque-Bera', 'Jekel',
'Karney', 'Krueger', 'Krüger', 'kurtosis',
'Lambert', 'latitude', 'law-of-cosines', 'least-squares', 'Lesh',
'L_Huilier', 'LHuilier', 'Liang', 'Liang-Barsky', 'linearize', 'Line-Of-Sight',
'LocalCartesian', 'local-tangent-plane', 'local-x-y-z', 'longitude', 'LOS', 'loxodrome',
'lstsq', 'LTP', 'lune', 'LV03', 'LV95',
'mean', 'memoize', 'memoized', 'Mercator', 'Meeus', 'MGRS',
'nearest', 'NED', 'Niemeyer', 'non-finite', 'normalize', 'Norrdine', 'north-east-down', 'numpy', 'n-vector', 'Nvector',
'oblate', 'omega', 'orthographic', 'orthometric-height', 'OSGB', 'OSGR', 'overlap',
'parallel', 'parallel-of-latitude', 'Parametric', 'path-intersection',
'perimeter', 'Peucker', 'Pierlot', 'pitch', 'plumb', 'Point-Of-View', 'polar', 'Popa', 'POV',
'precision-cubic-root', 'precision-hypotenuse', 'precision-powers',
'precision-running-summation', 'precision-square-root', 'precision-summation',
'prolate', 'Pseudo-Mercator', 'PyGeodesy', 'PyInstaller', 'PyPy', 'quartic',
'radical', 'radii', 'radius', 'Ramer', 'Ramer-Douglas-Peucker', 'Rectifying',
'Reduced', 'resect', 'resection', 'Rey-Jer', 'Reumann', 'Reumann-Witkam', 'rhumb', 'RhumbSolve',
'running-linear-regression', 'running-statistics', 'running-stats', 'running-summation',
'scipy', 'secant', 'semi-perimeter', 'sexagecimal', 'simplify', 'skewness',
'Snellius', 'Snellius-Pothenot', 'Snyder', 'Soddy', 'Soddy-circles', 'Soldner',
'sphere', 'sphere-intersections', 'spherical-deficit', 'spherical-excess', 'spherical-triangle',
'squared-quartic', 'standard-deviation', 'stereographic', 'Sudano', 'surface-area', 'Sutherland',
'Sutherland-Hodgman', 'tangent-circles', 'Terrestrial-Reference-Frame', 'Thomas', 'Tienstra',
'tilt', 'TMcoords', 'TMExact', 'toise', 'transverse', 'TransverseMercatorExact', 'TRF',
'triangle', 'triangulate', 'triaxial', 'triaxial-ellipsoid',
'trigonometry', 'trilaterate', 'trilaterate-2d', 'trilaterate-3d', 'TwoProduct', 'TwoSum',
'umbilic-point', 'unit', 'unroll', 'UPS', 'UTM', 'UTM/UPS',
'variance', 'velocities', 'Veness', 'Vermeille', 'viewing-frustum', 'Vincenty',
'Visvalingam', 'Visvalingam-Whyatt', 'volume', ' volumetric',
'Web-Mercator', 'Welford', 'WGRS', 'WGS', 'Whyatt', 'Wildberger', 'Witkam', 'winding-number',
'XYZ', 'yaw', 'You', 'zenzi-cubic', 'zenzi-quartic')
setup(name='PyGeodesy',
packages=['pygeodesy', 'pygeodesy.auxilats', 'pygeodesy.deprecated', 'pygeodesy.geodesicx', 'pygeodesy.rhumb'],
description='Pure Python geodesy tools',
version=_version(),
author='Jean M. Brouwers',
author_email='[email protected]',
maintainer='Jean M. Brouwers',
maintainer_email='[email protected]',
license='MIT',
keywords=' '.join(_KeyWords),
url='https://GitHub.com/mrJean1/PyGeodesy',
long_description=_long_description(),
package_data={'pygeodesy': ['LICENSE']},
test_suite='test.TestSuite',
zip_safe=False,
# <https://PyPI.org/pypi?%3Aaction=list_classifiers>
classifiers=[_c2('Development Status', '5 - Production/Stable'),
_c2('Environment', 'Console'),
_c2('Intended Audience', 'Developers'),
_c2('License', 'OSI Approved', 'MIT License'),
_c2('Operating System', 'OS Independent'),
_c2('Programming Language', 'Python'),
# _c2('Programming Language', 'Python', '2.6'),
_c2('Programming Language', 'Python', '2.7'),
# _c2('Programming Language', 'Python', '3.5'),
# _c2('Programming Language', 'Python', '3.6'),
# _c2('Programming Language', 'Python', '3.7'),
# _c2('Programming Language', 'Python', '3.8'),
# _c2('Programming Language', 'Python', '3.9'),
_c2('Programming Language', 'Python', '3.10'),
_c2('Programming Language', 'Python', '3.11'),
_c2('Programming Language', 'Python', '3.12'),
_c2('Programming Language', 'Python', '3.13'),
_c2('Topic', 'Software Development'),
_c2('Topic', 'Scientific/Engineering', 'GIS'),
], # PYCHOK indent
# download_url='https://GitHub.com/mrJean1/PyGeodesy',
# entry_points={},
# include_package_data=False,
# install_requires=[],
# namespace_packages=[],
# py_modules=[],
) # PYCHOK indent