about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/docx/templates/default-docx-template/docProps/core.xml
blob: 55109c766514571da4779ca4efa3497c7072f4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <dc:title/>
  <dc:subject/>
  <dc:creator>python-docx</dc:creator>
  <cp:keywords/>
  <dc:description>generated by python-docx</dc:description>
  <cp:lastModifiedBy/>
  <cp:revision>1</cp:revision>
  <dcterms:created xsi:type="dcterms:W3CDTF">2013-12-23T23:15:00Z</dcterms:created>
  <dcterms:modified xsi:type="dcterms:W3CDTF">2013-12-23T23:15:00Z</dcterms:modified>
  <cp:category/>
</cp:coreProperties>