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

5 statements  

1""" 

2This module contains the project meta-data. 

3""" 

4 

5__author__ = "Caleb P. Burns" 

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

7__credits__ = [ 

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

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

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

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

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

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

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

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

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

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

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

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

20 "Wim Jeantine-Glenn <https://github.com/wimglenn>", 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

37 "Jan-Hein Bührman <https://github.com/jhbuhrman>", 

38 "Wim-Peter Dirks <https://github.com/WPDOrdina>", 

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

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

41 "John T. Wodder II <https://github.com/jwodder>", 

42 "Tomasz Kłoczko <https://github.com/kloczek>", 

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

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

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

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

47 "Michał Górny <https://github.com/mgorny>", 

48 "Bartłomiej Żak <https://github.com/bzakdd>", 

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

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

51 "Anıl Karagenç <https://github.com/karagenc>", 

52 "Yannic Schröder <https://github.com/yschroeder>", 

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

54 "TomRuk <https://github.com/tomruk>", 

55 "Oleh Prypin <https://github.com/oprypin>", 

56 "Lumina <https://github.com/lumina37>", 

57 "Kurt McKee <https://github.com/kurtmckee>", 

58 "Dobatymo <https://github.com/Dobatymo>", 

59 "Tomoki Nakamaru <https://github.com/tomokinakamaru>", 

60 "Sebastien Eskenazi <https://github.com/SebastienEske>", 

61 "Bar Vered <https://github.com/barv-jfrog>", 

62 "Tzach Shabtay <https://github.com/tzachshabtay>", 

63] 

64__license__ = "MPL 2.0"