debian-weasyprint/WeasyPrint.egg-info/SOURCES.txt

124 lines
4.2 KiB
Plaintext

LICENSE
README.rst
setup.cfg
setup.py
WeasyPrint.egg-info/PKG-INFO
WeasyPrint.egg-info/SOURCES.txt
WeasyPrint.egg-info/dependency_links.txt
WeasyPrint.egg-info/entry_points.txt
WeasyPrint.egg-info/not-zip-safe
WeasyPrint.egg-info/requires.txt
WeasyPrint.egg-info/top_level.txt
weasyprint/VERSION
weasyprint/__init__.py
weasyprint/__main__.py
weasyprint/document.py
weasyprint/draw.py
weasyprint/fonts.py
weasyprint/html.py
weasyprint/images.py
weasyprint/logger.py
weasyprint/pdf.py
weasyprint/stacking.py
weasyprint/text.py
weasyprint/urls.py
weasyprint/css/__init__.py
weasyprint/css/computed_values.py
weasyprint/css/html5_ph.css
weasyprint/css/html5_ua.css
weasyprint/css/media_queries.py
weasyprint/css/properties.py
weasyprint/css/targets.py
weasyprint/css/tests_ua.css
weasyprint/css/utils.py
weasyprint/css/validation/__init__.py
weasyprint/css/validation/descriptors.py
weasyprint/css/validation/expanders.py
weasyprint/css/validation/properties.py
weasyprint/formatting_structure/__init__.py
weasyprint/formatting_structure/boxes.py
weasyprint/formatting_structure/build.py
weasyprint/formatting_structure/counters.py
weasyprint/layout/__init__.py
weasyprint/layout/absolute.py
weasyprint/layout/backgrounds.py
weasyprint/layout/blocks.py
weasyprint/layout/columns.py
weasyprint/layout/flex.py
weasyprint/layout/float.py
weasyprint/layout/inlines.py
weasyprint/layout/min_max.py
weasyprint/layout/pages.py
weasyprint/layout/percentages.py
weasyprint/layout/preferred.py
weasyprint/layout/replaced.py
weasyprint/layout/tables.py
weasyprint/tests/__init__.py
weasyprint/tests/test_acid2.py
weasyprint/tests/test_api.py
weasyprint/tests/test_boxes.py
weasyprint/tests/test_css.py
weasyprint/tests/test_css_descriptors.py
weasyprint/tests/test_css_validation.py
weasyprint/tests/test_float.py
weasyprint/tests/test_fonts.py
weasyprint/tests/test_pdf.py
weasyprint/tests/test_presentational_hints.py
weasyprint/tests/test_stacking.py
weasyprint/tests/test_target.py
weasyprint/tests/test_text.py
weasyprint/tests/test_tools.py
weasyprint/tests/test_unicode.py
weasyprint/tests/test_variables.py
weasyprint/tests/testing_utils.py
weasyprint/tests/resources/AHEM____.TTF
weasyprint/tests/resources/acid2-reference.html
weasyprint/tests/resources/acid2-test.html
weasyprint/tests/resources/blue.jpg
weasyprint/tests/resources/doc1.html
weasyprint/tests/resources/doc1_UTF-16BE.html
weasyprint/tests/resources/icon.png
weasyprint/tests/resources/latin1-test.css
weasyprint/tests/resources/logo_small.png
weasyprint/tests/resources/mini_ua.css
weasyprint/tests/resources/pattern.gif
weasyprint/tests/resources/pattern.palette.png
weasyprint/tests/resources/pattern.png
weasyprint/tests/resources/pattern.svg
weasyprint/tests/resources/really-a-png.svg
weasyprint/tests/resources/really-a-svg.png
weasyprint/tests/resources/sheet2.css
weasyprint/tests/resources/user.css
weasyprint/tests/resources/utf8-test.css
weasyprint/tests/resources/weasyprint.otf
weasyprint/tests/resources/sub_directory/sheet1.css
weasyprint/tests/test_draw/__init__.py
weasyprint/tests/test_draw/test_background.py
weasyprint/tests/test_draw/test_before_after.py
weasyprint/tests/test_draw/test_box.py
weasyprint/tests/test_draw/test_column.py
weasyprint/tests/test_draw/test_current_color.py
weasyprint/tests/test_draw/test_gradient.py
weasyprint/tests/test_draw/test_image.py
weasyprint/tests/test_draw/test_list.py
weasyprint/tests/test_draw/test_opacity.py
weasyprint/tests/test_draw/test_overflow.py
weasyprint/tests/test_draw/test_table.py
weasyprint/tests/test_draw/test_text.py
weasyprint/tests/test_draw/test_transform.py
weasyprint/tests/test_draw/test_visibility.py
weasyprint/tests/test_layout/__init__.py
weasyprint/tests/test_layout/test_block.py
weasyprint/tests/test_layout/test_column.py
weasyprint/tests/test_layout/test_flex.py
weasyprint/tests/test_layout/test_image.py
weasyprint/tests/test_layout/test_inline.py
weasyprint/tests/test_layout/test_inline_block.py
weasyprint/tests/test_layout/test_list.py
weasyprint/tests/test_layout/test_page.py
weasyprint/tests/test_layout/test_position.py
weasyprint/tests/test_layout/test_shrink_to_fit.py
weasyprint/tests/test_layout/test_table.py
weasyprint/tools/__init__.py
weasyprint/tools/navigator.py
weasyprint/tools/renderer.py