Metadata-Version: 1.2
Name: icssplit
Version: 0.9.1
Summary: Split big .ics/.ical files iinto smaller ones for easy import into Google Calendar
Home-page: https://github.com/beorn/icssplit
Author: Bjorn Stabell
Author-email: bjorn@stabell.org
License: MIT
Download-URL: https://github.com/beorn/icssplit/archive/0.9.tar.gz
Description-Content-Type: UNKNOWN
Description: icssplit
        ========
        
        .. image:: https://img.shields.io/pypi/v/icssplit.svg
            :target: https://pypi.python.org/pypi/icssplit
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/beorn/icssplit.png
           :target: https://travis-ci.org/beorn/icssplit
           :alt: Latest Travis CI build status
        
        Split big .ics/.ical files into smaller ones for easy import into Google Calendar.
        
        Usage
        -----
        `icssplit somefile.ics outfile --maxsize=900000`
        
        Will split `somefile` into `outfile1.ics`, `outfile2.ics`...
        
        Installation
        ------------
        `pipenv install`
        
        Licence
        -------
        MIT
        
        See Also
        --------
         - https://github.com/druths/icssplitter - splits by year - so doesn't work if one year is >1MB
         - https://www.g-transfer.com - doesn't seem to be operational?
         - https://github.com/rtsai/icalutil gcalfiltersplit - lots of dependencies
        
        Authors
        -------
        
        `icssplit` was written by `Bjorn Stabell <bjorn@stabell.org>`_.
        
        
        TODO
        ----
         - replace Makefile with invoke
         - replace docopt with invoke - fix default arg
        
Keywords: ics calendar ical vcal
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.0
