An open API service indexing awesome lists of open source software.

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

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"))

# Author

Atsushi 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)