Metadata-Version: 1.2
Name: icssplit
Version: 0.9.9
Summary: Split big .ics/.ical files into 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.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,
        which only supports files <1MB.  To install and use::
        
          pip3 install icssplit
          icssplit somefile.ics outfile --maxsize=900000
        
        This will split `somefile` into `outfile1.ics`, `outfile2.ics`...
        
        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 :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Office/Business :: Scheduling
Requires-Python: ~=3.0
