Metadata-Version: 2.1
Name: incolumepy.makefilelicense
Version: 0.2.13
Summary: This software take a License and agregate into the project.
License: MIT
Keywords: licenses,projects,utilities
Author: Britodfbr
Author-email: britodfbr@gmail.com
Maintainer: Britodfbr
Maintainer-email: britodfbr@gmail.com
Requires-Python: >=3.6.8,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: License :: Free For Educational Use
Classifier: License :: Free For Home Use
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: toml[tomli] (>=0.10.2,<0.11.0); python_version >= "3.6" and python_version < "4.0"
Project-URL: Bug Tracker, https://github.com/incolumepy/incolumepy.makefilelicense/issues
Project-URL: homepage, https://pypi.org/project/incolumepy.makefilelicense
Project-URL: license, https://github.com/incolumepy/incolumepy.makefilelicense/blob/main/LICENSE
Project-URL: repository, https://github.com/incolumepy/incolumepy.makefilelicense
Description-Content-Type: text/markdown

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/incolumepy.makefilelicense)
![PyPI - Status](https://img.shields.io/pypi/status/incolumepy.makefilelicense)
[![GitHub Actions (Tests)](https://github.com/incolumepy/incolumepy.makefilelicense/workflows/Tests/badge.svg)](https://github.com/incolumepy/incolumepy.makefilelicense/)
[![codecov](https://codecov.io/gh/incolumepy/incolumepy.makefilelicense/branch/main/graph/badge.svg?token=QFULL7R8HX)](https://codecov.io/gh/incolumepy/incolumepy.makefilelicense)
![PyPI](https://img.shields.io/pypi/v/incolumepy.makefilelicense)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/incolumepy/incolumepy.makefilelicense?logo=tag)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/incolumepy.makefilelicense)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/incolumepy.makefilelicense)
![PyPI - License](https://img.shields.io/pypi/l/incolumepy.makefilelicense)
!["Code style: black"](https://img.shields.io/badge/code%20style-black-black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=4444444)](https://pycqa.github.io/isort/)
[![Docstring style: pydocstyle](https://img.shields.io/badge/%20Docstring%20Style-PyDocStyle-%231674b1?style=flat&labelColor=444444)](http://www.pydocstyle.org/en/stable/)
[![Linter: mypy](https://img.shields.io/badge/%20Linter-Mypy-%231674b1?style=flat&labelColor=4444444)](https://mypy.readthedocs.io/en/stable/)
[![Linter: pylint](https://img.shields.io/badge/%20Linter-pylint-%231674b1?style=flat&labelColor=4444444)](https://pylint.pycqa.org/en/latest/)
[![Linter: flake8](https://img.shields.io/badge/%20Linter-flake8-%231674b1?style=flat&labelColor=4444444)](https://flake8.pycqa.org/en/latest/)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/incolumepy/incolumepy.makefilelicense)
![GitHub repo size](https://img.shields.io/github/repo-size/incolumepy/incolumepy.makefilelicense)
![GitHub issues](https://img.shields.io/github/issues/incolumepy/incolumepy.makefilelicense)
![GitHub closed issues](https://img.shields.io/github/issues-closed/incolumepy/incolumepy.makefilelicense)
![GitHub closed issues by-label](https://img.shields.io/github/issues-closed/incolumepy/incolumepy.makefilelicense/enhancement)
![GitHub issues by-label](https://img.shields.io/github/issues/incolumepy/incolumepy.makefilelicense/bug)
![GitHub issues by-label](https://img.shields.io/github/issues/incolumepy/incolumepy.makefilelicense/enhancement)
[![Downloads](https://pepy.tech/badge/incolumepy-makefilelicense)](https://pepy.tech/project/incolumepy-makefilelicense)
[![Downloads](https://pepy.tech/badge/incolumepy-makefilelicense/month)](https://pepy.tech/project/incolumepy-makefilelicense)
[![Downloads](https://pepy.tech/badge/incolumepy-makefilelicense/week)](https://pepy.tech/project/incolumepy-makefilelicense)
# Makefile License Incolume Python

---
This software take a License (https://choosealicense.com/licenses/) and agregate into the project.

## pip Install
```bash
pip install incolumepy.makefilelicense
```
## poetry Install
```bash
poetry add incolumepy.makefilelicense
```

[//]: # (## source)
[//]: # (1. Choice the source on https://github.com/incolumepy/incolumepy.makefilelicense/tags;)
[//]: # (2. unzip your package;)
[//]: # (3. cd incolumepy.makefilelicense-x.y.z;)
[//]: # (4.)

## Command make
Licenses avaliables:
```bash
make [license-agpl license-apache license-bsl license-cc0 license-gpl \
      license-lgpl license-mit license-mpl]
```

Options for make command:
```bash
$ make
clean                help                 license-boost-v1
license-gnu-gpl-v3   license-mozilla-v2   release
tox                  clean-all            install
license-cc0          license-gnu-lgpl-v3  lint
setup                unlicense            format
license-apache-v2    license-gnu-agpl-v3  license-mit
prerelease           test
```

