Licensize is a super simple app that adds a LICENSE file to your current
directory.
Installation
-------
From PyPi:
pip install licensize
Manually:
python setup.py install
Usage
-------
Just do...
licensize
...to license the current directory as GPL 3.0 using your git or mercurial
config name in the copyright notice. Or...
licensize -a 'Hacker Corp.' -l mit -n COPYING
...to save the MIT license licensed to 'Hacker Corp.' to a COPYING file in the
current directory.
License name list is searched for close matches with a preference on newer
more common licenses, so "bsd" will match "BSD 3 Clause", and "bsd2" will
match "BSD 2 Clause".
Purpose
---------
It's a great script to speed up creating a new repo for a little FOSS licensed
library or something, like if you want to quickly spin off a rails / Django
app, or jQuery plugin, as a properly licensed GPL or MIT licensed FOSS software
package. Hopefully will help combat "license laziness" which plagues
github/bitbucket presently with so many un-licensed projects.
Contributing
---------
Fork requests are welcome of course :)
directory.
Installation
-------
From PyPi:
pip install licensize
Manually:
python setup.py install
Usage
-------
Just do...
licensize
...to license the current directory as GPL 3.0 using your git or mercurial
config name in the copyright notice. Or...
licensize -a 'Hacker Corp.' -l mit -n COPYING
...to save the MIT license licensed to 'Hacker Corp.' to a COPYING file in the
current directory.
License name list is searched for close matches with a preference on newer
more common licenses, so "bsd" will match "BSD 3 Clause", and "bsd2" will
match "BSD 2 Clause".
Purpose
---------
It's a great script to speed up creating a new repo for a little FOSS licensed
library or something, like if you want to quickly spin off a rails / Django
app, or jQuery plugin, as a properly licensed GPL or MIT licensed FOSS software
package. Hopefully will help combat "license laziness" which plagues
github/bitbucket presently with so many un-licensed projects.
Contributing
---------
Fork requests are welcome of course :)
Release files for licensize 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| licensize-0.1.2.tar.gz | 31.5 kB | Details |
Release files / licensize-0.1.2.tar.gz
| Download URL | licensize-0.1.2.tar.gz |
|---|---|
| Size | 31.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fb2a97b1daf6869d2a49d1836955551109cc9a0cdfe77338cc9fb591a5f5743
|
|
BLAKE2b-256 checksum How to use checksums |
77a51824b472c73ed410c89ef69f59359770a87927d7f4653da6a1f9819ec748
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |