Name | licere JSON |
Version |
20250102
JSON |
| download |
home_page | None |
Summary | Generate licenses from templates. |
upload_time | 2025-01-17 14:28:33 |
maintainer | None |
docs_url | None |
author | Nate Skulic, MetaCompany |
requires_python | >=3.9 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Licere
Generate License files using variables and templates.
- Because copying and pasting is hard.
- ... Even huge companies fail to enter the details right (e.g. Year/Copyright Owner).
- Because some people need licenses.
- ... The entire attorney industrial complex.
- Because licensing should be customizable.
- ... There is no one size fits all.
# Features
- Jinja Templating
- Template Packages
- Custom Licenses
- Render multiple output types (Text/Markdown/HTML)
# Quick Start
1. Install:
```shell
pip install licere
```
2. Generate a license:
```
# generate a polyform strict license
licere generate --license polyform-strict
# generate an apache license with a proper copyright
licere generate --license apache copyright_year=2024 copyright_owner="Example Company"
# load data from a file
licere generate --license apache --data=data.toml
# where data.toml is:
# copyright_year = "2024"
# copyright_owner = "Example Company"
```
# Included Licenses
- Polyform
- Apache
- MIT
- BSD
Raw data
{
"_id": null,
"home_page": null,
"name": "licere",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Nate Skulic, MetaCompany",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ff/af/344148d05c60cb6a18faabd1abc2bc20c5e4855ca10543124a2dd73ee009/licere-20250102.tar.gz",
"platform": null,
"description": "# Licere\n\nGenerate License files using variables and templates.\n\n- Because copying and pasting is hard.\n - ... Even huge companies fail to enter the details right (e.g. Year/Copyright Owner).\n\n- Because some people need licenses. \n - ... The entire attorney industrial complex.\n\n- Because licensing should be customizable.\n - ... There is no one size fits all.\n\n# Features\n\n- Jinja Templating\n- Template Packages\n- Custom Licenses\n- Render multiple output types (Text/Markdown/HTML)\n\n# Quick Start\n\n1. Install:\n\n ```shell\n pip install licere\n ```\n\n2. Generate a license:\n\n ```\n # generate a polyform strict license\n licere generate --license polyform-strict\n \n # generate an apache license with a proper copyright\n licere generate --license apache copyright_year=2024 copyright_owner=\"Example Company\"\n \n # load data from a file\n licere generate --license apache --data=data.toml\n \n # where data.toml is:\n # copyright_year = \"2024\" \n # copyright_owner = \"Example Company\"\n ```\n\n# Included Licenses\n\n- Polyform\n- Apache\n- MIT\n- BSD\n",
"bugtrack_url": null,
"license": null,
"summary": "Generate licenses from templates.",
"version": "20250102",
"project_urls": {
"Documentation": "http://meta.company/go/licere",
"Homepage": "http://meta.company/go/licere",
"Repository": "http://sr.ht/~metacompany/licere"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ffaf344148d05c60cb6a18faabd1abc2bc20c5e4855ca10543124a2dd73ee009",
"md5": "0f95db8b59db5ddabcb5d06b58215dfb",
"sha256": "616f2c1cf21f1db514c214995eda6e700a1890585b708eb5a0573f4c3328ffc9"
},
"downloads": -1,
"filename": "licere-20250102.tar.gz",
"has_sig": false,
"md5_digest": "0f95db8b59db5ddabcb5d06b58215dfb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 12628,
"upload_time": "2025-01-17T14:28:33",
"upload_time_iso_8601": "2025-01-17T14:28:33.584323Z",
"url": "https://files.pythonhosted.org/packages/ff/af/344148d05c60cb6a18faabd1abc2bc20c5e4855ca10543124a2dd73ee009/licere-20250102.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-17 14:28:33",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "licere"
}