Metadata-Version: 2.1
Name: rawbuilder
Version: 0.0.2
Summary: an elegant datasets factory
Home-page: https://github.com/M-Farag/rawbuilder
Author: Mina Farag Amin
Author-email: mina.farag@icloud.com
License: MIT license
Description: ==========
        rawbuilder
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/rawbuilder.svg
                :target: https://pypi.python.org/pypi/rawbuilder
        
        .. image:: https://readthedocs.org/projects/rawbuilder/badge/?version=latest
                :target: https://rawbuilder.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        an elegant datasets factory
        
        
        * Free software: MIT license
        * Documentation: https://rawbuilder.readthedocs.io.
        
        
        
        =================
        Features
        =================
        
        * Schema oriented datasets builder
        
        
        =================
        How to Use it
        =================
        .. code-block:: python
        
            # Import the package into any python app
            import rawbuilder
        
            # Init the dataset object as ds
            ds = rawbuilder.DataSet(
                    size=1000,
                    tasks=['user']
            )
        
            # Build the dataset
            ds.build()
        
        =================
        Credits
        =================
        
        This package was created with Cookiecutter_ .
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        
        
        =======
        History
        =======
        
        0.0.1 (2021-10-24)
        ------------------
        
        * First release on PyPI.
        
Keywords: rawbuilder
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
