Metadata-Version: 1.1
Name: easylife
Version: 0.1.1
Summary: Group of useful scripts that makes your life easier by doing things for you.
Home-page: https://github.com/JaniszM/easylife
Author: Janiszewski Marcin
Author-email: janiszewski.m.a@gmail.com
License: MIT
Download-URL: https://github.com/JaniszM/easylife/tarball/0.1.1
Description: Read this in other language: [English](README.md), [Polski](README.pl.md).
        
        **FULL Documentation currently available only in [Polish](README.pl.md).** English will soon be completed.
        
        A module that gathers useful tools / scripts that makes life easier. Automates same things you can do every day.
        
        TOC:
        
        - [Requirements](#requirements)
        - [Installation](#installation)
        - [Configuration](#configuration)
        - [Running](#running)
        - [Tools / Scripts](#tools-scripts)
            - [Transfers](#transfers)
                - [Requirements](#requirements)
                - [Configuration](#configuration)
                - [Running](#running)
                - [Usage](#usage)
                - [User support](#user-support)
        - [Help and Improvements](#help-and-improvements)
            
        # Requirements
        
        - Python 2.7 (3.0 should work also, but not tested).
        
        # Installation
        
        ```
        pip install easylife
        ```
        
        # Configuration
        
        # Running
        
        ```
        easylife <tool>
        
        e.g.:
        easylife transfers
        ```
        
        # Tools / Scripts
        
        ## Transfers
        
        Currently supported bank's interfaces:
        - mbank \(Polish version\) **https://www.mbank.pl/indywidualny/**
        
        ### Requirements
        
        ### Configuration
        
        ### Running
        
        ```
        easylife transfers
        ```
        
        ### Usage
        
        ### User support
        
        # Help and Improvements
        
        If you have found some bugs, errors, something is not working as you want, something is not intuitive or something is missing and can be added or you just simply want to concribute then write to me: janiszewski.m.a@gmail.com.
        Or make issue on GitHub.
        Sometimes I check mails quite rarely but at least once per week ;)
        
Keywords: easy,life,shorthand,quick,script,tool,useful,bill,transfer,bank
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Home Automation
