https://github.com/atsushisakai/pylicense
A python tool for OSS license
https://github.com/atsushisakai/pylicense
Last synced: 4 months ago
JSON representation
A python tool for OSS license
- Host: GitHub
- URL: https://github.com/atsushisakai/pylicense
- Owner: AtsushiSakai
- License: mit
- Created: 2019-07-06T23:35:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T01:41:52.000Z (over 6 years ago)
- Last Synced: 2025-02-27T04:46:34.698Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pylicense
A python tool for OSS license# API
## get_license_from_url
# License
Check
print(ylicense.get_license_from_url("https://github.com/AtsushiSakai/pylicense"))
# AuthorAtsushi Sakai (@Atsushi_twi)
# Ref
- [miraculixx/pylicenses: Extensible license scanner & collector supporting conda, pip, pypi and github](https://github.com/miraculixx/pylicenses)
- [Songmu/gocredits: creates CREDITS file from LICENSE files of dependencies](https://github.com/Songmu/gocredits)