Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 07:25
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 ryantm/cdbacd08e251dfd975ce0166aac33052 to your computer and use it in GitHub Desktop.
Save ryantm/cdbacd08e251dfd975ce0166aac33052 to your computer and use it in GitHub Desktop.
/nix/store/7qadjwqz7nks24r1dsd2599j67a2m6zq-python3.8-icalendar-4.0.4
├── bin
│   └── icalendar
├── lib
│   └── python3.8
│   └── site-packages
│   ├── icalendar
│   │   ├── cal.py
│   │   ├── caselessdict.py
│   │   ├── cli.py
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── parser_tools.py
│   │   ├── prop.py
│   │   ├── __pycache__
│   │   │   ├── cal.cpython-38.pyc
│   │   │   ├── caselessdict.cpython-38.pyc
│   │   │   ├── cli.cpython-38.pyc
│   │   │   ├── compat.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── parser.cpython-38.pyc
│   │   │   ├── parser_tools.cpython-38.pyc
│   │   │   ├── prop.cpython-38.pyc
│   │   │   ├── timezone_cache.cpython-38.pyc
│   │   │   ├── tools.cpython-38.pyc
│   │   │   └── windows_to_olson.cpython-38.pyc
│   │   ├── tests
│   │   │   ├── america_new_york.ics
│   │   │   ├── encoding.ics
│   │   │   ├── hypothesis
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── test_fuzzing.cpython-38.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-38.pyc
│   │   │   │   ├── test_encoding.cpython-38.pyc
│   │   │   │   ├── test_fixed_issues.cpython-38.pyc
│   │   │   │   ├── test_icalendar.cpython-38.pyc
│   │   │   │   ├── test_multiple.cpython-38.pyc
│   │   │   │   ├── test_property_params.cpython-38.pyc
│   │   │   │   ├── test_recurrence.cpython-38.pyc
│   │   │   │   ├── test_time.cpython-38.pyc
│   │   │   │   ├── test_timezoned.cpython-38.pyc
│   │   │   │   ├── test_unit_cal.cpython-38.pyc
│   │   │   │   ├── test_unit_caselessdict.cpython-38.pyc
│   │   │   │   ├── test_unit_parser_tools.cpython-38.pyc
│   │   │   │   ├── test_unit_prop.cpython-38.pyc
│   │   │   │   └── test_unit_tools.cpython-38.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.4.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