Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 16:16
Show Gist options
  • Save ryantm/c9cdbddcafd9de39700ac44fe65218a7 to your computer and use it in GitHub Desktop.
Save ryantm/c9cdbddcafd9de39700ac44fe65218a7 to your computer and use it in GitHub Desktop.
/nix/store/2z7snmvaa1g2ki173j8n0mfmf1cy6wi8-python3.6-icalendar-4.0.3
├── bin
│   └── icalendar
├── lib
│   └── python3.6
│   └── site-packages
│   ├── icalendar
│   │   ├── cal.py
│   │   ├── caselessdict.py
│   │   ├── cli.py
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── parser_tools.py
│   │   ├── prop.py
│   │   ├── __pycache__
│   │   │   ├── cal.cpython-36.pyc
│   │   │   ├── caselessdict.cpython-36.pyc
│   │   │   ├── cli.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── parser.cpython-36.pyc
│   │   │   ├── parser_tools.cpython-36.pyc
│   │   │   ├── prop.cpython-36.pyc
│   │   │   ├── timezone_cache.cpython-36.pyc
│   │   │   ├── tools.cpython-36.pyc
│   │   │   └── windows_to_olson.cpython-36.pyc
│   │   ├── tests
│   │   │   ├── america_new_york.ics
│   │   │   ├── encoding.ics
│   │   │   ├── hypothesis
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── test_fuzzing.cpython-36.pyc
│   │   │   │   └── test_fuzzing.py
│   │   │   ├── __init__.py
│   │   │   ├── issue_112_missing_tzinfo_on_exdate.ics
│   │   │   ├── issue_53_parsing_failure.ics
│   │   │   ├── multiple.ics
│   │   │   ├── pacific_fiji.ics
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── test_encoding.cpython-36.pyc
│   │   │   │   ├── test_fixed_issues.cpython-36.pyc
│   │   │   │   ├── test_icalendar.cpython-36.pyc
│   │   │   │   ├── test_multiple.cpython-36.pyc
│   │   │   │   ├── test_property_params.cpython-36.pyc
│   │   │   │   ├── test_recurrence.cpython-36.pyc
│   │   │   │   ├── test_time.cpython-36.pyc
│   │   │   │   ├── test_timezoned.cpython-36.pyc
│   │   │   │   ├── test_unit_cal.cpython-36.pyc
│   │   │   │   ├── test_unit_caselessdict.cpython-36.pyc
│   │   │   │   ├── test_unit_parser_tools.cpython-36.pyc
│   │   │   │   ├── test_unit_prop.cpython-36.pyc
│   │   │   │   └── test_unit_tools.cpython-36.pyc
│   │   │   ├── recurrence.ics
│   │   │   ├── test_encoding.py
│   │   │   ├── test_fixed_issues.py
│   │   │   ├── test_icalendar.py
│   │   │   ├── test_multiple.py
│   │   │   ├── test_property_params.py
│   │   │   ├── test_recurrence.py
│   │   │   ├── test_time.py
│   │   │   ├── test_timezoned.py
│   │   │   ├── test_unit_cal.py
│   │   │   ├── test_unit_caselessdict.py
│   │   │   ├── test_unit_parser_tools.py
│   │   │   ├── test_unit_prop.py
│   │   │   ├── test_unit_tools.py
│   │   │   ├── time.ics
│   │   │   ├── timezoned.ics
│   │   │   ├── timezone_rdate.ics
│   │   │   ├── timezone_same_start_and_offset.ics
│   │   │   ├── timezone_same_start.ics
│   │   │   └── x_location.ics
│   │   ├── timezone_cache.py
│   │   ├── tools.py
│   │   └── windows_to_olson.py
│   └── icalendar-4.0.3.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment