You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,9 @@ description=Lightweight pipelining: using Python functions as pipeline jobs.
287
287
[jnius]
288
288
description=Access Java classes from Python
289
289
290
+
[jplephem]
291
+
description=Use a JPL ephemeris to predict planet positions
292
+
290
293
[jsonschema]
291
294
description=An implementation of JSON Schema validation for Python
292
295
@@ -825,6 +828,9 @@ category=deploy
825
828
[sframe]
826
829
description=SFrame is an scalable, out-of-core dataframe, which allows you to work with datasets that are larger than the amount of RAM on your system.
827
830
831
+
[sgp4]
832
+
description=Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
833
+
828
834
[simplegeneric]
829
835
description=Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
830
836
@@ -844,6 +850,9 @@ description=Scikit-learn compatible tools using theano
844
850
[skll]
845
851
description=SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.
846
852
853
+
[skyfield]
854
+
description=Elegant astronomy for Python
855
+
847
856
[snowballstemmer]
848
857
description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
0 commit comments