Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/pathspec/_meta.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

6 statements  

1""" 

2This module contains the project meta-data. 

3""" 

4 

5__author__ = "Caleb P. Burns" 

6__copyright__ = "Copyright © 2013-2025 Caleb P. Burns" 

7__credits__ = [ 

8 "dahlia <https://github.com/dahlia>", 

9 "highb <https://github.com/highb>", 

10 "029xue <https://github.com/029xue>", 

11 "mikexstudios <https://github.com/mikexstudios>", 

12 "nhumrich <https://github.com/nhumrich>", 

13 "davidfraser <https://github.com/davidfraser>", 

14 "demurgos <https://github.com/demurgos>", 

15 "ghickman <https://github.com/ghickman>", 

16 "nvie <https://github.com/nvie>", 

17 "adrienverge <https://github.com/adrienverge>", 

18 "AndersBlomdell <https://github.com/AndersBlomdell>", 

19 "thmxv <https://github.com/thmxv>", 

20 "wimglenn <https://github.com/wimglenn>", 

21 "hugovk <https://github.com/hugovk>", 

22 "dcecile <https://github.com/dcecile>", 

23 "mroutis <https://github.com/mroutis>", 

24 "jdufresne <https://github.com/jdufresne>", 

25 "groodt <https://github.com/groodt>", 

26 "ftrofin <https://github.com/ftrofin>", 

27 "pykong <https://github.com/pykong>", 

28 "nhhollander <https://github.com/nhhollander>", 

29 "KOLANICH <https://github.com/KOLANICH>", 

30 "JonjonHays <https://github.com/JonjonHays>", 

31 "Isaac0616 <https://github.com/Isaac0616>", 

32 "SebastiaanZ <https://github.com/SebastiaanZ>", 

33 "RoelAdriaans <https://github.com/RoelAdriaans>", 

34 "raviselker <https://github.com/raviselker>", 

35 "johanvergeer <https://github.com/johanvergeer>", 

36 "danjer <https://github.com/danjer>", 

37 "jhbuhrman <https://github.com/jhbuhrman>", 

38 "WPDOrdina <https://github.com/WPDOrdina>", 

39 "tirkarthi <https://github.com/tirkarthi>", 

40 "jayvdb <https://github.com/jayvdb>", 

41 "jwodder <https://github.com/jwodder>", 

42 "kloczek <https://github.com/kloczek>", 

43 "orens <https://github.com/orens>", 

44 "spMohanty <https://github.com/spMohanty>", 

45 "ichard26 <https://github.com/ichard26>", 

46 "jack1142 <https://github.com/jack1142>", 

47 "mgorny <https://github.com/mgorny>", 

48 "bzakdd <https://github.com/bzakdd>", 

49 "haimat <https://github.com/haimat>", 

50 "Avasam <https://github.com/Avasam>", 

51 "yschroeder <https://github.com/yschroeder>", 

52 "axesider <https://github.com/axesider>", 

53 "tomruk <https://github.com/tomruk>", 

54 "oprypin <https://github.com/oprypin>", 

55 "kurtmckee <https://github.com/kurtmckee>", 

56] 

57__license__ = "MPL 2.0" 

58__version__ = "0.12.2.dev1"