├── .gitattributes ├── .gitignore ├── README.md ├── apt.txt ├── materials ├── 01-time_zones │ ├── helper_functions.py │ ├── tz_answers.py │ ├── tz_tests.py │ ├── workbook01-python_time_zones.ipynb │ ├── workbook02-working_with_tzinfo.ipynb │ ├── workbook03-ambiguous_imaginary.ipynb │ ├── workbook04-local_times.ipynb │ └── workbook05-aware_semantics.ipynb ├── 02-serializing_deserializing │ ├── helper_functions.py │ ├── sd_answers.py │ ├── sd_helpers.py │ ├── sd_tests.py │ ├── workbook01-strings.ipynb │ ├── workbook02-numeric.ipynb │ └── workbook03-civil-times.ipynb ├── 03-recurring_events │ ├── helper_functions.py │ ├── images │ │ └── RFC5545-toc.png │ ├── rr_answers.py │ ├── rr_tests.py │ ├── workbook01-introduction.ipynb │ └── workbook02-rruleset.ipynb ├── 04-calendar_arithmetic │ ├── helper_functions.py │ ├── rd_answers.py │ └── workbook01-relativedelta.ipynb ├── README.md ├── helper_functions.py └── slides │ ├── .gitignore │ ├── build.py │ ├── build_config.yml │ ├── custom.css │ ├── custom_template.tpl │ ├── fonts │ ├── Lato │ │ ├── fonts │ │ │ ├── Lato-Black.eot │ │ │ ├── Lato-Black.ttf │ │ │ ├── Lato-Black.woff │ │ │ ├── Lato-Black.woff2 │ │ │ ├── Lato-BlackItalic.eot │ │ │ ├── Lato-BlackItalic.ttf │ │ │ ├── Lato-BlackItalic.woff │ │ │ ├── Lato-BlackItalic.woff2 │ │ │ ├── Lato-Bold.eot │ │ │ ├── Lato-Bold.ttf │ │ │ ├── Lato-Bold.woff │ │ │ ├── Lato-Bold.woff2 │ │ │ ├── Lato-BoldItalic.eot │ │ │ ├── Lato-BoldItalic.ttf │ │ │ ├── Lato-BoldItalic.woff │ │ │ ├── Lato-BoldItalic.woff2 │ │ │ ├── Lato-Hairline.eot │ │ │ ├── Lato-Hairline.ttf │ │ │ ├── Lato-Hairline.woff │ │ │ ├── Lato-Hairline.woff2 │ │ │ ├── Lato-HairlineItalic.eot │ │ │ ├── Lato-HairlineItalic.ttf │ │ │ ├── Lato-HairlineItalic.woff │ │ │ ├── Lato-HairlineItalic.woff2 │ │ │ ├── Lato-Heavy.eot │ │ │ ├── Lato-Heavy.ttf │ │ │ ├── Lato-Heavy.woff │ │ │ ├── Lato-Heavy.woff2 │ │ │ ├── Lato-HeavyItalic.eot │ │ │ ├── Lato-HeavyItalic.ttf │ │ │ ├── Lato-HeavyItalic.woff │ │ │ ├── Lato-HeavyItalic.woff2 │ │ │ ├── Lato-Italic.eot │ │ │ ├── Lato-Italic.ttf │ │ │ ├── Lato-Italic.woff │ │ │ ├── Lato-Italic.woff2 │ │ │ ├── Lato-Light.eot │ │ │ ├── Lato-Light.ttf │ │ │ ├── Lato-Light.woff │ │ │ ├── Lato-Light.woff2 │ │ │ ├── Lato-LightItalic.eot │ │ │ ├── Lato-LightItalic.ttf │ │ │ ├── Lato-LightItalic.woff │ │ │ ├── Lato-LightItalic.woff2 │ │ │ ├── Lato-Medium.eot │ │ │ ├── Lato-Medium.ttf │ │ │ ├── Lato-Medium.woff │ │ │ ├── Lato-Medium.woff2 │ │ │ ├── Lato-MediumItalic.eot │ │ │ ├── Lato-MediumItalic.ttf │ │ │ ├── Lato-MediumItalic.woff │ │ │ ├── Lato-MediumItalic.woff2 │ │ │ ├── Lato-Regular.eot │ │ │ ├── Lato-Regular.ttf │ │ │ ├── Lato-Regular.woff │ │ │ ├── Lato-Regular.woff2 │ │ │ ├── Lato-Semibold.eot │ │ │ ├── Lato-Semibold.ttf │ │ │ ├── Lato-Semibold.woff │ │ │ ├── Lato-Semibold.woff2 │ │ │ ├── Lato-SemiboldItalic.eot │ │ │ ├── Lato-SemiboldItalic.ttf │ │ │ ├── Lato-SemiboldItalic.woff │ │ │ ├── Lato-SemiboldItalic.woff2 │ │ │ ├── Lato-Thin.eot │ │ │ ├── Lato-Thin.ttf │ │ │ ├── Lato-Thin.woff │ │ │ ├── Lato-Thin.woff2 │ │ │ ├── Lato-ThinItalic.eot │ │ │ ├── Lato-ThinItalic.ttf │ │ │ ├── Lato-ThinItalic.woff │ │ │ └── Lato-ThinItalic.woff2 │ │ ├── lato.html │ │ ├── latofonts.css │ │ └── latostyle.css │ ├── LatoLatin │ │ ├── fonts │ │ │ ├── LatoLatin-Black.eot │ │ │ ├── LatoLatin-Black.ttf │ │ │ ├── LatoLatin-Black.woff │ │ │ ├── LatoLatin-Black.woff2 │ │ │ ├── LatoLatin-BlackItalic.eot │ │ │ ├── LatoLatin-BlackItalic.ttf │ │ │ ├── LatoLatin-BlackItalic.woff │ │ │ ├── LatoLatin-BlackItalic.woff2 │ │ │ ├── LatoLatin-Bold.eot │ │ │ ├── LatoLatin-Bold.ttf │ │ │ ├── LatoLatin-Bold.woff │ │ │ ├── LatoLatin-Bold.woff2 │ │ │ ├── LatoLatin-BoldItalic.eot │ │ │ ├── LatoLatin-BoldItalic.ttf │ │ │ ├── LatoLatin-BoldItalic.woff │ │ │ ├── LatoLatin-BoldItalic.woff2 │ │ │ ├── LatoLatin-Hairline.eot │ │ │ ├── LatoLatin-Hairline.ttf │ │ │ ├── LatoLatin-Hairline.woff │ │ │ ├── LatoLatin-Hairline.woff2 │ │ │ ├── LatoLatin-HairlineItalic.eot │ │ │ ├── LatoLatin-HairlineItalic.ttf │ │ │ ├── LatoLatin-HairlineItalic.woff │ │ │ ├── LatoLatin-HairlineItalic.woff2 │ │ │ ├── LatoLatin-Heavy.eot │ │ │ ├── LatoLatin-Heavy.ttf │ │ │ ├── LatoLatin-Heavy.woff │ │ │ ├── LatoLatin-Heavy.woff2 │ │ │ ├── LatoLatin-HeavyItalic.eot │ │ │ ├── LatoLatin-HeavyItalic.ttf │ │ │ ├── LatoLatin-HeavyItalic.woff │ │ │ ├── LatoLatin-HeavyItalic.woff2 │ │ │ ├── LatoLatin-Italic.eot │ │ │ ├── LatoLatin-Italic.ttf │ │ │ ├── LatoLatin-Italic.woff │ │ │ ├── LatoLatin-Italic.woff2 │ │ │ ├── LatoLatin-Light.eot │ │ │ ├── LatoLatin-Light.ttf │ │ │ ├── LatoLatin-Light.woff │ │ │ ├── LatoLatin-Light.woff2 │ │ │ ├── LatoLatin-LightItalic.eot │ │ │ ├── LatoLatin-LightItalic.ttf │ │ │ ├── LatoLatin-LightItalic.woff │ │ │ ├── LatoLatin-LightItalic.woff2 │ │ │ ├── LatoLatin-Medium.eot │ │ │ ├── LatoLatin-Medium.ttf │ │ │ ├── LatoLatin-Medium.woff │ │ │ ├── LatoLatin-Medium.woff2 │ │ │ ├── LatoLatin-MediumItalic.eot │ │ │ ├── LatoLatin-MediumItalic.ttf │ │ │ ├── LatoLatin-MediumItalic.woff │ │ │ ├── LatoLatin-MediumItalic.woff2 │ │ │ ├── LatoLatin-Regular.eot │ │ │ ├── LatoLatin-Regular.ttf │ │ │ ├── LatoLatin-Regular.woff │ │ │ ├── LatoLatin-Regular.woff2 │ │ │ ├── LatoLatin-Semibold.eot │ │ │ ├── LatoLatin-Semibold.ttf │ │ │ ├── LatoLatin-Semibold.woff │ │ │ ├── LatoLatin-Semibold.woff2 │ │ │ ├── LatoLatin-SemiboldItalic.eot │ │ │ ├── LatoLatin-SemiboldItalic.ttf │ │ │ ├── LatoLatin-SemiboldItalic.woff │ │ │ ├── LatoLatin-SemiboldItalic.woff2 │ │ │ ├── LatoLatin-Thin.eot │ │ │ ├── LatoLatin-Thin.ttf │ │ │ ├── LatoLatin-Thin.woff │ │ │ ├── LatoLatin-Thin.woff2 │ │ │ ├── LatoLatin-ThinItalic.eot │ │ │ ├── LatoLatin-ThinItalic.ttf │ │ │ ├── LatoLatin-ThinItalic.woff │ │ │ └── LatoLatin-ThinItalic.woff2 │ │ ├── latolatin.html │ │ ├── latolatinfonts.css │ │ └── latostyle.css │ └── News Cycle │ │ ├── generator_config.txt │ │ ├── newscycle-bold-demo.html │ │ ├── newscycle-bold-webfont.woff │ │ ├── newscycle-bold-webfont.woff2 │ │ ├── newscycle-regular-demo.html │ │ ├── newscycle-regular-webfont.woff │ │ ├── newscycle-regular-webfont.woff2 │ │ ├── specimen_files │ │ ├── grid_12-825-55-15.css │ │ └── specimen_stylesheet.css │ │ └── stylesheet.css │ ├── helper_functions.py │ ├── images │ ├── cc0-standalone.svg │ ├── china_overlay.png │ ├── china_shanghai.png │ ├── china_side_by_side.png │ ├── dateutil-logo.png │ ├── ganssleio_rotated.svg │ ├── pganssle-logos-rotated.svg │ ├── pganssle-logos.svg │ └── zero-gray.svg │ ├── make_slides.sh │ ├── presentation.ipynb │ ├── requirements.txt │ └── reveal.js │ ├── .gitignore │ ├── .travis.yml │ ├── CONTRIBUTING.md │ ├── Gruntfile.js │ ├── LICENSE │ ├── README.md │ ├── bower.json │ ├── css │ ├── print │ │ ├── paper.css │ │ └── pdf.css │ ├── reveal.css │ ├── reveal.scss │ └── theme │ │ ├── README.md │ │ ├── beige.css │ │ ├── black.css │ │ ├── blood.css │ │ ├── league.css │ │ ├── moon.css │ │ ├── night.css │ │ ├── serif.css │ │ ├── simple.css │ │ ├── sky.css │ │ ├── solarized.css │ │ ├── source │ │ ├── beige.scss │ │ ├── black.scss │ │ ├── blood.scss │ │ ├── league.scss │ │ ├── moon.scss │ │ ├── night.scss │ │ ├── serif.scss │ │ ├── simple.scss │ │ ├── sky.scss │ │ ├── solarized.scss │ │ └── white.scss │ │ ├── template │ │ ├── mixins.scss │ │ ├── settings.scss │ │ └── theme.scss │ │ └── white.css │ ├── demo.html │ ├── index.html │ ├── js │ └── reveal.js │ ├── lib │ ├── css │ │ └── zenburn.css │ ├── font │ │ ├── league-gothic │ │ │ ├── LICENSE │ │ │ ├── league-gothic.css │ │ │ ├── league-gothic.eot │ │ │ ├── league-gothic.ttf │ │ │ └── league-gothic.woff │ │ └── source-sans-pro │ │ │ ├── LICENSE │ │ │ ├── source-sans-pro-italic.eot │ │ │ ├── source-sans-pro-italic.ttf │ │ │ ├── source-sans-pro-italic.woff │ │ │ ├── source-sans-pro-regular.eot │ │ │ ├── source-sans-pro-regular.ttf │ │ │ ├── source-sans-pro-regular.woff │ │ │ ├── source-sans-pro-semibold.eot │ │ │ ├── source-sans-pro-semibold.ttf │ │ │ ├── source-sans-pro-semibold.woff │ │ │ ├── source-sans-pro-semibolditalic.eot │ │ │ ├── source-sans-pro-semibolditalic.ttf │ │ │ ├── source-sans-pro-semibolditalic.woff │ │ │ └── source-sans-pro.css │ └── js │ │ ├── classList.js │ │ ├── head.min.js │ │ └── html5shiv.js │ ├── package.json │ ├── plugin │ ├── highlight │ │ └── highlight.js │ ├── markdown │ │ ├── example.html │ │ ├── example.md │ │ ├── markdown.js │ │ └── marked.js │ ├── math │ │ └── math.js │ ├── multiplex │ │ ├── client.js │ │ ├── index.js │ │ ├── master.js │ │ └── package.json │ ├── notes-server │ │ ├── client.js │ │ ├── index.js │ │ └── notes.html │ ├── notes │ │ ├── notes.html │ │ └── notes.js │ ├── print-pdf │ │ └── print-pdf.js │ ├── search │ │ └── search.js │ └── zoom-js │ │ └── zoom.js │ └── test │ ├── examples │ ├── assets │ │ ├── image1.png │ │ └── image2.png │ ├── barebones.html │ ├── embedded-media.html │ ├── math.html │ ├── slide-backgrounds.html │ └── slide-transitions.html │ ├── qunit-2.5.0.css │ ├── qunit-2.5.0.js │ ├── simple.md │ ├── test-markdown-element-attributes.html │ ├── test-markdown-element-attributes.js │ ├── test-markdown-external.html │ ├── test-markdown-external.js │ ├── test-markdown-options.html │ ├── test-markdown-options.js │ ├── test-markdown-slide-attributes.html │ ├── test-markdown-slide-attributes.js │ ├── test-markdown.html │ ├── test-markdown.js │ ├── test-pdf.html │ ├── test-pdf.js │ ├── test.html │ └── test.js ├── requirements-base.txt ├── requirements.txt ├── runtime.txt └── scripts └── regenerate_requirements.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/README.md -------------------------------------------------------------------------------- /apt.txt: -------------------------------------------------------------------------------- 1 | tzdata 2 | -------------------------------------------------------------------------------- /materials/01-time_zones/helper_functions.py: -------------------------------------------------------------------------------- 1 | ../helper_functions.py -------------------------------------------------------------------------------- /materials/01-time_zones/tz_answers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/01-time_zones/tz_answers.py -------------------------------------------------------------------------------- /materials/01-time_zones/tz_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/01-time_zones/tz_tests.py -------------------------------------------------------------------------------- /materials/01-time_zones/workbook01-python_time_zones.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/01-time_zones/workbook01-python_time_zones.ipynb -------------------------------------------------------------------------------- /materials/01-time_zones/workbook02-working_with_tzinfo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/01-time_zones/workbook02-working_with_tzinfo.ipynb -------------------------------------------------------------------------------- /materials/01-time_zones/workbook03-ambiguous_imaginary.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/01-time_zones/workbook03-ambiguous_imaginary.ipynb -------------------------------------------------------------------------------- /materials/01-time_zones/workbook04-local_times.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/01-time_zones/workbook04-local_times.ipynb -------------------------------------------------------------------------------- /materials/01-time_zones/workbook05-aware_semantics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/01-time_zones/workbook05-aware_semantics.ipynb -------------------------------------------------------------------------------- /materials/02-serializing_deserializing/helper_functions.py: -------------------------------------------------------------------------------- 1 | ../helper_functions.py -------------------------------------------------------------------------------- /materials/02-serializing_deserializing/sd_answers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/02-serializing_deserializing/sd_answers.py -------------------------------------------------------------------------------- /materials/02-serializing_deserializing/sd_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/02-serializing_deserializing/sd_helpers.py -------------------------------------------------------------------------------- /materials/02-serializing_deserializing/sd_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/02-serializing_deserializing/sd_tests.py -------------------------------------------------------------------------------- /materials/02-serializing_deserializing/workbook01-strings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/02-serializing_deserializing/workbook01-strings.ipynb -------------------------------------------------------------------------------- /materials/02-serializing_deserializing/workbook02-numeric.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/02-serializing_deserializing/workbook02-numeric.ipynb -------------------------------------------------------------------------------- /materials/02-serializing_deserializing/workbook03-civil-times.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/02-serializing_deserializing/workbook03-civil-times.ipynb -------------------------------------------------------------------------------- /materials/03-recurring_events/helper_functions.py: -------------------------------------------------------------------------------- 1 | ../helper_functions.py -------------------------------------------------------------------------------- /materials/03-recurring_events/images/RFC5545-toc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/03-recurring_events/images/RFC5545-toc.png -------------------------------------------------------------------------------- /materials/03-recurring_events/rr_answers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/03-recurring_events/rr_answers.py -------------------------------------------------------------------------------- /materials/03-recurring_events/rr_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/03-recurring_events/rr_tests.py -------------------------------------------------------------------------------- /materials/03-recurring_events/workbook01-introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/03-recurring_events/workbook01-introduction.ipynb -------------------------------------------------------------------------------- /materials/03-recurring_events/workbook02-rruleset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/03-recurring_events/workbook02-rruleset.ipynb -------------------------------------------------------------------------------- /materials/04-calendar_arithmetic/helper_functions.py: -------------------------------------------------------------------------------- 1 | ../helper_functions.py -------------------------------------------------------------------------------- /materials/04-calendar_arithmetic/rd_answers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/04-calendar_arithmetic/rd_answers.py -------------------------------------------------------------------------------- /materials/04-calendar_arithmetic/workbook01-relativedelta.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/04-calendar_arithmetic/workbook01-relativedelta.ipynb -------------------------------------------------------------------------------- /materials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/README.md -------------------------------------------------------------------------------- /materials/helper_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/helper_functions.py -------------------------------------------------------------------------------- /materials/slides/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/.gitignore -------------------------------------------------------------------------------- /materials/slides/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/build.py -------------------------------------------------------------------------------- /materials/slides/build_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/build_config.yml -------------------------------------------------------------------------------- /materials/slides/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/custom.css -------------------------------------------------------------------------------- /materials/slides/custom_template.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/custom_template.tpl -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Black.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Black.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Black.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Black.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BlackItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BlackItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BlackItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BlackItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BlackItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BlackItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Bold.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Bold.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Bold.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BoldItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BoldItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BoldItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-BoldItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Hairline.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Hairline.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Hairline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Hairline.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Hairline.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Hairline.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Hairline.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Hairline.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HairlineItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Heavy.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Heavy.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Heavy.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Heavy.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Heavy.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Heavy.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Heavy.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-HeavyItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Italic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Italic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Italic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Italic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Light.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Light.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Light.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Light.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-LightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-LightItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-LightItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-LightItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-LightItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Medium.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Medium.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Medium.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Medium.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-MediumItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-MediumItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-MediumItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-MediumItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-MediumItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Regular.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Regular.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Regular.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Semibold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Semibold.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Semibold.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Semibold.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Semibold.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-SemiboldItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Thin.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Thin.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Thin.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-Thin.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-ThinItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-ThinItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-ThinItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-ThinItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-ThinItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/fonts/Lato-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/fonts/Lato-ThinItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/lato.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/lato.html -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/latofonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/latofonts.css -------------------------------------------------------------------------------- /materials/slides/fonts/Lato/latostyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/Lato/latostyle.css -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Black.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BlackItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Bold.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-BoldItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Hairline.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HairlineItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Heavy.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-HeavyItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Italic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Light.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-LightItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Medium.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-MediumItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Regular.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Semibold.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-SemiboldItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-Thin.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.eot -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.ttf -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.woff -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/fonts/LatoLatin-ThinItalic.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/latolatin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/latolatin.html -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/latolatinfonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/latolatinfonts.css -------------------------------------------------------------------------------- /materials/slides/fonts/LatoLatin/latostyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/LatoLatin/latostyle.css -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/generator_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/generator_config.txt -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/newscycle-bold-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/newscycle-bold-demo.html -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/newscycle-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/newscycle-bold-webfont.woff -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/newscycle-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/newscycle-bold-webfont.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/newscycle-regular-demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/newscycle-regular-demo.html -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/newscycle-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/newscycle-regular-webfont.woff -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/newscycle-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/newscycle-regular-webfont.woff2 -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/specimen_files/grid_12-825-55-15.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/specimen_files/grid_12-825-55-15.css -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/specimen_files/specimen_stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/specimen_files/specimen_stylesheet.css -------------------------------------------------------------------------------- /materials/slides/fonts/News Cycle/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/fonts/News Cycle/stylesheet.css -------------------------------------------------------------------------------- /materials/slides/helper_functions.py: -------------------------------------------------------------------------------- 1 | ../helper_functions.py -------------------------------------------------------------------------------- /materials/slides/images/cc0-standalone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/cc0-standalone.svg -------------------------------------------------------------------------------- /materials/slides/images/china_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/china_overlay.png -------------------------------------------------------------------------------- /materials/slides/images/china_shanghai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/china_shanghai.png -------------------------------------------------------------------------------- /materials/slides/images/china_side_by_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/china_side_by_side.png -------------------------------------------------------------------------------- /materials/slides/images/dateutil-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/dateutil-logo.png -------------------------------------------------------------------------------- /materials/slides/images/ganssleio_rotated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/ganssleio_rotated.svg -------------------------------------------------------------------------------- /materials/slides/images/pganssle-logos-rotated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/pganssle-logos-rotated.svg -------------------------------------------------------------------------------- /materials/slides/images/pganssle-logos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/pganssle-logos.svg -------------------------------------------------------------------------------- /materials/slides/images/zero-gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/images/zero-gray.svg -------------------------------------------------------------------------------- /materials/slides/make_slides.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | python3 build.py make --serve -------------------------------------------------------------------------------- /materials/slides/presentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/presentation.ipynb -------------------------------------------------------------------------------- /materials/slides/requirements.txt: -------------------------------------------------------------------------------- 1 | ruamel.yaml 2 | jupyter 3 | python-dateutil 4 | click 5 | -------------------------------------------------------------------------------- /materials/slides/reveal.js/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/.gitignore -------------------------------------------------------------------------------- /materials/slides/reveal.js/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/.travis.yml -------------------------------------------------------------------------------- /materials/slides/reveal.js/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/CONTRIBUTING.md -------------------------------------------------------------------------------- /materials/slides/reveal.js/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/Gruntfile.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/LICENSE -------------------------------------------------------------------------------- /materials/slides/reveal.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/README.md -------------------------------------------------------------------------------- /materials/slides/reveal.js/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/bower.json -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/print/paper.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/print/paper.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/print/pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/print/pdf.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/reveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/reveal.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/reveal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/reveal.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/README.md -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/beige.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/beige.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/black.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/blood.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/blood.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/league.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/league.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/moon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/moon.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/night.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/serif.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/serif.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/simple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/simple.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/sky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/sky.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/solarized.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/solarized.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/beige.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/beige.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/black.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/black.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/blood.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/blood.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/league.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/league.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/moon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/moon.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/night.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/night.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/serif.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/serif.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/simple.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/simple.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/sky.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/sky.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/solarized.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/solarized.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/source/white.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/source/white.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/template/mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/template/mixins.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/template/settings.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/template/settings.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/template/theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/template/theme.scss -------------------------------------------------------------------------------- /materials/slides/reveal.js/css/theme/white.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/css/theme/white.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/demo.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/index.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/js/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/js/reveal.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/css/zenburn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/css/zenburn.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/league-gothic/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/league-gothic/LICENSE -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/league-gothic/league-gothic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/league-gothic/league-gothic.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/league-gothic/league-gothic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/league-gothic/league-gothic.eot -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/league-gothic/league-gothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/league-gothic/league-gothic.ttf -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/league-gothic/league-gothic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/league-gothic/league-gothic.woff -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/LICENSE -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.eot -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.ttf -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.woff -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.eot -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.ttf -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.woff -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.eot -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.woff -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/font/source-sans-pro/source-sans-pro.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/js/classList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/js/classList.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/js/head.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/js/head.min.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/lib/js/html5shiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/lib/js/html5shiv.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/package.json -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/highlight/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/highlight/highlight.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/markdown/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/markdown/example.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/markdown/example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/markdown/example.md -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/markdown/markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/markdown/markdown.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/markdown/marked.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/markdown/marked.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/math/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/math/math.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/multiplex/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/multiplex/client.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/multiplex/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/multiplex/index.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/multiplex/master.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/multiplex/master.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/multiplex/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/multiplex/package.json -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/notes-server/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/notes-server/client.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/notes-server/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/notes-server/index.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/notes-server/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/notes-server/notes.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/notes/notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/notes/notes.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/notes/notes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/notes/notes.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/print-pdf/print-pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/print-pdf/print-pdf.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/search/search.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/plugin/zoom-js/zoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/plugin/zoom-js/zoom.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/examples/assets/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/examples/assets/image1.png -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/examples/assets/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/examples/assets/image2.png -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/examples/barebones.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/examples/barebones.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/examples/embedded-media.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/examples/embedded-media.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/examples/math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/examples/math.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/examples/slide-backgrounds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/examples/slide-backgrounds.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/examples/slide-transitions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/examples/slide-transitions.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/qunit-2.5.0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/qunit-2.5.0.css -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/qunit-2.5.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/qunit-2.5.0.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/simple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/simple.md -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-element-attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-element-attributes.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-element-attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-element-attributes.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-external.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-external.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-external.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-external.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-options.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-options.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-slide-attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-slide-attributes.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown-slide-attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown-slide-attributes.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-markdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-markdown.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-pdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-pdf.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test-pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test-pdf.js -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test.html -------------------------------------------------------------------------------- /materials/slides/reveal.js/test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/materials/slides/reveal.js/test/test.js -------------------------------------------------------------------------------- /requirements-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/requirements-base.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/requirements.txt -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.7 2 | -------------------------------------------------------------------------------- /scripts/regenerate_requirements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pganssle-talks/pycon-us-2019-dealing-with-datetimes/HEAD/scripts/regenerate_requirements.sh --------------------------------------------------------------------------------