Metadata-Version: 1.2
Name: icssplit
Version: 1.0.0
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/1.0.0.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 import into
        Google Calendar, which only supports files <1MB.  To install and use:
        
        .. code-block:: console
        
          $ pip3 install icssplit
          $ icssplit somefile.ics outfile --maxsize=900000
        
        This will split `somefile` into `outfile1.ics`, `outfile2.ics`...
        
        
        Related Works
        -------------
         - https://github.com/druths/icssplitter - splits by year - so doesn't work if one year is >1MB
         - https://github.com/rtsai/icalutil gcalfiltersplit - lots of dependencies
         - https://www.g-transfer.com - doesn't seem to be operational?
        
Keywords: ics calendar ical vcal google gcal
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
