27 MB
126
1.5k
615
psf
python
Source code for python.org
www.python.orgRepo health (75%)
- Readme
- Apache License 2.0
- Code of conduct
- No contribution guidelines
- No issue template
- Pull request template
Package
- pythondotorg
- Version: failed to load
- Downloads: failed to load
- Bundle size: failed to load
- Install size: failed to load
- Publish size: failed to load
Filter syntax examples
.js
will only include paths containing.js
..js$
will only include files with.js
extension.!test,!.lock
will ignore paths containingtest
or.lock
.!.test.js$,!^docs/
will ignore paths ending with.test.js
or starting withdocs/
.!.md$,^README.md$
will ignore all Markdown files (i.e. ending with.md
) except forREADME.md
in the root of the repository.^src/
will exclude all paths, except for the ones starting withsrc/
(i.e. placed in thesrc
folder).
See ghloc for details.