Metadata-Version: 1.1
Name: poliBeePsync
Version: 0.2
Summary: Sync files from https://beep.metid.polimi.it (for students of Politecnico di Milano)
Home-page: http://www.davideolianas.com/polibeepsync
Author: Davide Olianas
Author-email: ubuntupk@gmail.com
License: GPLv3+
Description: .. image:: https://badge.waffle.io/davethecipo/polibeepsync.png?label=ready&title=Ready 
         :target: https://waffle.io/davethecipo/polibeepsync
         :alt: 'Stories in Ready'
        
        .. image:: https://pypip.in/download/poliBeePsync/badge.svg?period=day
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Downloads today
        
        .. image:: https://pypip.in/download/poliBeePsync/badge.svg?period=week
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Downloads this week
        
        .. image:: https://pypip.in/download/poliBeePsync/badge.svg?period=month
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Downloads this month
        
        .. image:: https://pypip.in/version/poliBeePsync/badge.svg?text=version
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Version
        
        .. image:: https://pypip.in/py_versions/poliBeePsync/badge.svg
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Supported Python versions
        
        .. image:: https://pypip.in/implementation/poliBeePsync/badge.svg
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Supported Python implementations
        
        .. image:: https://pypip.in/status/poliBeePsync/badge.svg
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Development Status
        
        .. image:: https://pypip.in/wheel/poliBeePsync/badge.svg
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Wheel Status
        
        .. image:: https://pypip.in/egg/poliBeePsync/badge.svg
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: Egg Status
        
        .. image:: https://pypip.in/license/poliBeePsync/badge.svg
            :target: https://pypi.python.org/pypi/poliBeePsync/
            :alt: License
        
        
        
        PoliBeePsync
        ============
        
        This program, aimed at students of Politecnico di Milano, synces a local
        folder with files uploaded by professors on the
         `BeeP <https://beep.metid.polimi.it>`_ platform.
        
        This code is in the beta stage. Documentation is under construction
        `here <http://www.davideolianas.com/polibeepsync/index.html>`_.
        
        Changelog
        =========
        
        0.2.0 (2015-01-02)
        ------------------
        
        New
        ~~~
        
        - --hidden option works #6. [Davide Olianas]
        
        Changes
        ~~~~~~~
        
        - --debug option works #6. [Davide Olianas]
        
        
        0.1.5 (2015-01-02)
        ------------------
        
        New
        ~~~
        
        - Basic working configuration for logging. [Davide Olianas]
        
        Changes
        ~~~~~~~
        
        - Add debugging statements. [Davide Olianas]
        
        - Style fixes. [Davide Olianas]
        
        - Remove unused import. [Davide Olianas]
        
        - Add .ico icon for Windows. [Davide Olianas]
        
        - Store __version__ in __init__.py and use setuptools. [Davide Olianas]
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
