@@ -258,6 +258,9 @@ description=Sandboxed template engine (provides a Django-like non-XML syntax and
258
258
[joblib]
259
259
description=Lightweight pipelining: using Python functions as pipeline jobs.
260
260
261
+ [jnius]
262
+ description=Access Java classes from Python
263
+
261
264
[jsonschema]
262
265
description=An implementation of JSON Schema validation for Python
263
266
@@ -347,12 +350,19 @@ url=https://anaconda.org/carlkl/mingwpy
347
350
[mistune]
348
351
description =The fastest markdown parser in pure Python, inspired by marked.
349
352
353
+ [MKL-service]
354
+ description =Python bindings to some MKL service functions
355
+ url =https://github.com/ContinuumIO/mkl-service
356
+
350
357
[mpldatacursor]
351
358
description =Interactive data cursors for Matplotlib
352
359
353
360
[mpld3]
354
361
description =D3 Viewer for Matplotlib
355
362
363
+ [mpmath]
364
+ description =Python library for arbitrary-precision floating-point arithmetic
365
+
356
366
[multipledispatch]
357
367
description =A relatively sane approach to multiple dispatch in Python
358
368
@@ -544,7 +554,7 @@ url=http://pygments.org
544
554
545
555
[pygraphviz]
546
556
description =Python interface to Graphviz graph drawing package
547
- https://github.com/pygraphviz/pygraphviz
557
+ url = https://github.com/pygraphviz/pygraphviz
548
558
549
559
[pyhdf]
550
560
description =Python interface to HDF4 files (Hierarchical Data Format version 4)
@@ -645,6 +655,9 @@ description=High performance graph data structures and algorithms
645
655
[python-qwt]
646
656
description =Qt plotting widgets for Python
647
657
658
+ [pythonnet]
659
+ description =.Net and Mono integration for Python
660
+
648
661
[pythonqwt]
649
662
description =Qt plotting widgets for Python
650
663
0 commit comments