https://github.com/click-contrib/click-man
Last synced: about 1 month ago
Repository metadata:
Automate generation of man pages for python click applications :star:
- Host: GitHub
- URL: https://github.com/click-contrib/click-man
- Owner: click-contrib
- License: mit
- Created: 2016-09-18T13:15:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T22:27:04.000Z (5 months ago)
- Last Synced: 2024-10-08T00:36:03.212Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.06 MB
- Stars: 169
- Watchers: 9
- Forks: 35
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Owner metadata:
- Name: click-contrib
- Login: click-contrib
- Email:
- Kind: organization
- Description: A collection of third-party code that extends the capabilities of Click. Message @untitaker if you want to put your project here.
- Website: http://click.pocoo.org/contrib/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/13245136?v=4
- Repositories: 18
- Last Synced at: 2024-03-25T20:02:56.406Z
- Profile URL: https://github.com/click-contrib
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 71
Total Committers: 18
Avg Commits per committer: 3.944
Development Distribution Score (DDS): 0.437
Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Timo Furrer | t****o@g****m | 40 |
FeRD (Frank Dana) | f****c@g****m | 4 |
Sean Marlow | s****w@s****m | 4 |
Stephen Finucane | s****n@t****u | 4 |
Timo Furrer | t****r@r****m | 3 |
Bernhard M. Wiedemann | b****n@s****e | 2 |
Richard Ipsum | r****m@f****k | 2 |
Waylan Limberg | w****g@i****m | 2 |
Kian-Meng Ang | k****g@c****g | 1 |
Chandan Singh | c****n@c****t | 1 |
Florian Friesdorf | f****n@t****m | 1 |
Horolsky | h****9@o****m | 1 |
James Ennis | j****s@c****m | 1 |
Jiri Kuncar | j****r@g****m | 1 |
Q | q****r@g****m | 1 |
Robert-96 | d****t@g****m | 1 |
Tomas Hrnciar | t****r@r****m | 1 |
berthin | b****s@g****m | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 21,345,716 last-month
- Total dependent packages: 2
- Total dependent repositories: 44
- Total versions: 8
- Total maintainers: 1
pypi: click-man
Generate man pages for click based CLI applications
- Homepage: https://github.com/click-contrib/click-man
- Documentation: https://click-man.readthedocs.io/
- Licenses: MIT
- Latest release: 0.4.1 (published almost 5 years ago)
- Last Synced: 2024-11-11T00:10:20.638Z (about 1 month ago)
- Versions: 8
- Dependent Packages: 2
- Dependent Repositories: 44
- Downloads: 21,345,716 Last month
-
Rankings:
- Downloads: 0.097%
- Dependent repos count: 2.212%
- Dependent packages count: 3.173%
- Average: 3.598%
- Stargazers count: 6.071%
- Forks count: 6.436%
- Maintainers (1)
Dependencies
.github/workflows/ci.yaml
actions
- actions/checkout v3 composite
- actions/create-release v1 composite
- actions/setup-python v4 composite
- actions/upload-release-asset v1 composite
- pypa/gh-action-pypi-publish master composite
examples/debian_pkg/setup.py
pypi
- click *
requirements-dev.txt
pypi
- pytest * development
- pytest-cov * development
requirements.txt
pypi
- click *
setup.py
pypi
- click *
- setuptools *