Metadata-Version: 2.1
Name: etutils
Version: 0.1.0
Summary: etutils is Python package with helper functions that are used across various other packages. Installing this package on itself may not be so interesting.
Home-page: https://github.com/erdogant/etutils
Author: Erdogan Taskesen
Author-email: erdogant@gmail.com
License: UNKNOWN
Download-URL: https://github.com/erdogant/etutils/archive/0.1.0.tar.gz
Description: # etutils
        
        [![Python](https://img.shields.io/pypi/pyversions/etutils)](https://img.shields.io/pypi/pyversions/etutils)
        [![PyPI Version](https://img.shields.io/pypi/v/etutils)](https://pypi.org/project/etutils/)
        [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/etutils/blob/master/LICENSE)
        
        * etutils is Python package with helper functions that are used across various other packages. Installing this package on itself may not be so interesting.
        
        ## Contents
        - [Installation](#-installation)
        - [Requirements](#-Requirements)
        - [Quick Start](#-quick-start)
        - [Contribute](#-contribute)
        - [Citation](#-citation)
        - [Maintainers](#-maintainers)
        - [License](#-copyright)
        
        ## Installation
        * Install etutils from PyPI (recommended). etutils is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows. 
        * It is distributed under the MIT license.
        
        ## Quick Start
        ```
        pip install etutils
        ```
        * Alternatively, install etutils from the GitHub source:
        ```bash
        git clone https://github.com/erdogant/etutils.git
        cd etutils
        python setup.py install
        ```  
        
        ### Import etutils package
        ```python
        import etutils as etutils
        ```
           
        ## Maintainers
        * Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)
        
        ## Contribute
        * Contributions are welcome.
        
        ## Â© Copyright
        See [LICENSE](LICENSE) for details.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
