Metadata-Version: 2.1
Name: DataGun
Version: 0.1.1
Summary: Data converter
Home-page: https://github.com/pavelmaksimov/datagun
Author: Pavel Maksimov
Author-email: vur21@ya.ru
License: MIT
Description: # Deserialization and converting data to the required type using Python tools, for subsequent insertion into the database
        
        ![Supported Python Versions](https://img.shields.io/static/v1?label=python&message=>=3.5&color=green)
        [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vintasoftware/datagun/master/LICENSE)
        [![Downloads](https://pepy.tech/badge/tapi-yandex-metrika)](https://pepy.tech/project/datagun)
        <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
        
        ## Installation
        ```
        pip install datagun
        ```
        
        ## Documentation
        
        ## Authors
        Pavel Maksimov -
        [Telegram](https://t.me/pavel_maksimow),
        [Facebook](https://www.facebook.com/pavel.maksimow)
        
        Good luck friend! Put an asterisk;)
        
        Удачи тебе, друг! Поставь звездочку ;)
        
        Copyright (c) Pavel Maksimov.
        
        ## Change log
Keywords: datagun,data,transform,transformer,deserialize,serialize
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: pandas
