Metadata-Version: 1.2
Name: numtools
Version: 0.9.0
Summary: numeric-gmbH toolbox
Home-page: https://framagit.org/numenic/numtools
Author: numenic
Author-email: info@numeric-gmbh.ch
License: UNKNOWN
Description: ========
        numtools
        ========
        
        numeric-gmbH toolbox
        
        Packages
        --------
        
        * ``csyslib``: basic coordinates transformations
        * ``intzip``: convert sequence of integers into human-friendly string (and vice-versa)
        * ``serializer``: mix in handling serialization to msgpack and json.
        * ``vgextended``: extension of ``vg`` built on top of ``vg`` and ``numpy``
        
        Requirements
        ------------
        
        Requirements are specified in ``requirements.txt`` (``pip install -r requirements.txt``):
        
        * numpy>=1.17.3
        * vg>=1.6.1
        * msgpack>=0.6.1
        * msgpack-numpy
        
        Dev Requirements
        ----------------
        
        For Contributing, generating documentation and/or tests, requirements are
        described in ``requirements_dev.txt``.
        
        
        
        
        
        =======
        History
        =======
        
        0.6.0 (2019-12-16)
        ------------------
        
        * Serialize smoothly numpy data. Add msgpack-numpy as dependency
        
        
        0.5.0 (2019-11-20)
        ------------------
        
        * add option to keep integer keys in JSON format.
        
        0.4.0 (2019-11-19)
        ------------------
        
        * First release on PyPI.
        
Keywords: numtools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
