Metadata-Version: 1.2
Name: aliyunoss2-autoupload
Version: 0.1b1
Summary: Monitor files by wildcard patterns, upload them to ALIYUN OSS, then move to backup directory.
Home-page: https://github.com/tanbro/aliyunoss2-autoupload
Author: liu xue yan
Author-email: liu_xue_yan@foxmail.com
License: AGPLv3+
Description: :Source: https://github.com/tanbro/aliyunoss2-autoupload
        :Package: https://pypi.org/project/aliyunoss2-autoupload/
        
        |CircleCI| |CodacyBadge| |PypiVersion| |PypiLicense| |PypiPythonVersion| |PypiStatus| |PypiFormat|
        
        aliyunoss2-autoupload
        #####################
        
        Monitor files by wildcard patterns, upload them to ALIYUN OSS, then move to backup directory.
        
        Usages
        ******
        
        After the package installed, run the command in a terminator, show help messages::
        
            aliyunoss2-autoupload --help
        
        ------
        
        .. |CircleCI| image:: https://circleci.com/gh/tanbro/aliyunoss2-autoupload.svg?style=svg
            :target: https://circleci.com/gh/tanbro/aliyunoss2-autoupload
        
        .. |CodacyBadge| image:: https://api.codacy.com/project/badge/Grade/2fff1a8c9fd84366bffb92f026862dc2
            :target: https://www.codacy.com/app/tanbro/aliyunoss2-autoupload?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=tanbro/aliyunoss2-autoupload&amp;utm_campaign=Badge_Grade
        
        
        .. |PypiVersion| image:: https://img.shields.io/pypi/v/aliyunoss2-autoupload.svg
            :target: https://pypi.org/project/aliyunoss2-autoupload/
        
        .. |PypiLicense| image:: https://img.shields.io/pypi/l/aliyunoss2-autoupload.svg
            :target: https://pypi.org/project/aliyunoss2-autoupload/
        
        .. |PypiPythonVersion| image:: https://img.shields.io/pypi/pyversions/aliyunoss2-autoupload.svg
            :target: https://pypi.org/project/aliyunoss2-autoupload/
        
        .. |PypiStatus| image:: https://img.shields.io/pypi/status/aliyunoss2-autoupload.svg
            :target: https://pypi.org/project/aliyunoss2-autoupload/
        
        .. |PypiFormat| image:: https://img.shields.io/pypi/format/aliyunoss2-autoupload.svg
            :target: https://pypi.org/project/aliyunoss2-autoupload/
        
        Install
        *******
        
        Install by pip
        ==============
        
        ::
        
            pip install aliyunoss2-autoupload
        
        Install from code
        =================
        
        ::
        
            git clone https://github.com/tanbro/aliyunoss2-autoupload.git
            cd aliyunoss2-autoupload
            path/of/your/python setup.py install
        
        Changelog
        *********
        
        0.1b1
        =====
        
        :Date: 2018-06-19
        
        Changes
        -------
        * Support old `Python 2.7`, `Python 3.4`
        * Config file name extension changed from ``".yaml"`` to ``".yml"``
        * Default config file environment variable name
        * Default config file path if no environment variable
        
        Adds
        ----
        * Some simple test cases
        * CircleCI
        * Codacy
        
        0.1a3
        =====
        The first ever-usable version.
        
        :Date: 2018-04-18
        
        Changes
        -------
        * Now Python 3.5+ ONLY, because ``glob.iglob`` has no ``recursive`` argument and ``"**"`` wildcard in lower Python version
        
        Bug Fixes
        ---------
        * Backup directory errors
        * OSS exception
        
        CONTRIBUTING
        ************
        
        Contributions are welcome!
        
        It's advised to develop in venv_
        
        ::
        
            /path/of/your/python -m venv .venv
            source .venv/bin/activate
            git clone git@github.com:tanbro/aliyunoss2-autoupload.git
            cd aliyunoss2-autoupload
            python setup.py develop
        
        .. _venv: https://docs.python.org/library/venv.html
        
        Authors
        *******
        
        * liu xue yan <liu_xue_yan@foxmail.com>
        
Keywords: aliyun oss autoupload
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet
Classifier: Topic :: Communications :: File Sharing
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
