Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/openpyxl/_constants.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# Copyright (c) 2010-2024 openpyxl
3"""
4Package metadata
5"""
7__author__ = "See AUTHORS"
8__author_email__ = "charlie.clark@clark-consulting.eu"
9__license__ = "MIT"
10__maintainer_email__ = "openpyxl-users@googlegroups.com"
11__url__ = "https://openpyxl.readthedocs.io"
12__version__ = "3.1.5"
13__python__ = "3.8"