Metadata-Version: 2.4
Name: licenseme
Version: 0.1.0
Summary: License your files with ease!
License-Expression: Unlicense
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.34.2
Dynamic: license-file

### Overview
`licenseme` is a simple program for copyrighting your work. 

### Installing

You can install licenseme using pip.

```bash
pip install licenseme
```

### Usage

You can use licenseme from your terminal with one simple command.

```bash
# File Path defaults to "LICENSE"
licenseme <LicenseName> [FilePath]
```

### Available Licenses

| License      | Link                                                                                |
| ------------ | ----------------------------------------------------------------------------------- |
| GPL-3.0      | https://www.gnu.org/licenses/gpl-3.0.txt                                            |
| GPL-2.0      | https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt                               |
| LGPL-3.0     | https://www.gnu.org/licenses/lgpl-3.0.txt                                           |
| LGPL-2.1     | https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt                              |
| AGPL-3.0     | https://www.gnu.org/licenses/agpl-3.0.txt                                           |
| MIT          | https://raw.githubusercontent.com/spdx/license-list-data/main/text/MIT.txt          |
| Apache-2.0   | https://raw.githubusercontent.com/spdx/license-list-data/main/text/Apache-2.0.txt   |
| BSD-2-Clause | https://raw.githubusercontent.com/spdx/license-list-data/main/text/BSD-2-Clause.txt |
| BSD-3-Clause | https://raw.githubusercontent.com/spdx/license-list-data/main/text/BSD-3-Clause.txt |
| ISC          | https://raw.githubusercontent.com/spdx/license-list-data/main/text/ISC.txt          |
| MPL-2.0      | https://raw.githubusercontent.com/spdx/license-list-data/main/text/MPL-2.0.txt      |
| CDDL-1.0     | https://raw.githubusercontent.com/spdx/license-list-data/main/text/CDDL-1.0.txt     |
| EPL-2.0      | https://raw.githubusercontent.com/spdx/license-list-data/main/text/EPL-2.0.txt      |
| Unlicense    | https://raw.githubusercontent.com/spdx/license-list-data/main/text/Unlicense.txt    |
| CC0-1.0      | https://raw.githubusercontent.com/spdx/license-list-data/main/text/CC0-1.0.txt      |

### Contributing

Anybody is allowed to contribute as long as the PR adds something of value, like a bug fix or a new link. Don't submit a PR just for a comment!

### Licensing

This project is under the unlicense, and anybody may use it as they wish. Go wild!
