Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a690165fd340c334b741ae911d0161a1 to your computer and use it in GitHub Desktop.
Save r-ryantm/a690165fd340c334b741ae911d0161a1 to your computer and use it in GitHub Desktop.
/nix/store/xvakgk098g4q53qp1bpqcds32pdi165b-python2.7-icalendar-4.0.6
├── bin
│   └── icalendar
├── lib
│   └── python2.7
│   └── site-packages
│   ├── icalendar
│   │   ├── cal.py
│   │   ├── cal.pyc
│   │   ├── caselessdict.py
│   │   ├── caselessdict.pyc
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── parser_tools.py
│   │   ├── parser_tools.pyc
│   │   ├── prop.py
│   │   ├── prop.pyc
│   │   ├── tests
│   │   │   ├── america_new_york.ics
│   │   │   ├── encoding.ics
│   │   │   ├── hypothesis
│   │   │   │   ├── test_fuzzing.py
│   │   │   │   └── test_fuzzing.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── issue_112_missing_tzinfo_on_exdate.ics
│   │   │   ├── issue_53_parsing_failure.ics
│   │   │   ├── multiple.ics
│   │   │   ├── pacific_fiji.ics
│   │   │   ├── recurrence.ics
│   │   │   ├── test_encoding.py
│   │   │   ├── test_encoding.pyc
│   │   │   ├── test_fixed_issues.py
│   │   │   ├── test_fixed_issues.pyc
│   │   │   ├── test_icalendar.py
│   │   │   ├── test_icalendar.pyc
│   │   │   ├── test_multiple.py
│   │   │   ├── test_multiple.pyc
│   │   │   ├── test_property_params.py
│   │   │   ├── test_property_params.pyc
│   │   │   ├── test_recurrence.py
│   │   │   ├── test_recurrence.pyc
│   │   │   ├── test_time.py
│   │   │   ├── test_time.pyc
│   │   │   ├── test_timezoned.py
│   │   │   ├── test_timezoned.pyc
│   │   │   ├── test_unit_cal.py
│   │   │   ├── test_unit_cal.pyc
│   │   │   ├── test_unit_caselessdict.py
│   │   │   ├── test_unit_caselessdict.pyc
│   │   │   ├── test_unit_parser_tools.py
│   │   │   ├── test_unit_parser_tools.pyc
│   │   │   ├── test_unit_prop.py
│   │   │   ├── test_unit_prop.pyc
│   │   │   ├── test_unit_tools.py
│   │   │   ├── test_unit_tools.pyc
│   │   │   ├── time.ics
│   │   │   ├── timezoned.ics
│   │   │   ├── timezone_rdate.ics
│   │   │   ├── timezone_same_start_and_offset.ics
│   │   │   ├── timezone_same_start.ics
│   │   │   └── x_location.ics
│   │   ├── timezone_cache.py
│   │   ├── timezone_cache.pyc
│   │   ├── tools.py
│   │   ├── tools.pyc
│   │   ├── windows_to_olson.py
│   │   └── windows_to_olson.pyc
│   └── icalendar-4.0.6.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment