Metadata-Version: 1.2
Name: datamart-augmentation
Version: 0.8.1
Summary: Augmentation functions for Datamart services
Home-page: https://gitlab.com/ViDA-NYU/datamart/datamart
Author: Remi Rampin
Author-email: remi.rampin@nyu.edu
Maintainer: Remi Rampin
Maintainer-email: remi.rampin@nyu.edu
License: Apache-2.0
Project-URL: Homepage, https://gitlab.com/ViDA-NYU/datamart/datamart
Project-URL: Source, https://gitlab.com/ViDA-NYU/datamart/datamart
Project-URL: Tracker, https://gitlab.com/ViDA-NYU/datamart/datamart/issues
Description: Datamart augmentation library
        =============================
        
        This library performs data augmentation between datasets from Auctus, NYU's Datamart system. You can use it to augment a dataset with a search result directly on your side without relying on the server. It is also used internally by the service to perform augmentations (the ``/augment`` endpoint downloads the dataset using this library, performs augmentation, then sends the result to you).
        
        See also:
        
        * `The datamart-rest library for search/augmentation <https://pypi.org/project/datamart-rest/>`__
        * `The datamart-profiler library, used to profile datasets for search <https://pypi.org/project/datamart-profiler/>`__
        * `The datamart-materialize library, used to materialize dataset from search results <https://pypi.org/project/datamart-materialize/>`__
        * `Auctus, NYU's Datamart system <https://auctus.vida-nyu.org/>`__
        * `Our project on GitLab <https://gitlab.com/ViDA-NYU/datamart/datamart>`__
        
Keywords: datamart
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
