Metadata-Version: 2.4
Name: licenseme
Version: 0.1.2
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> [Holder/s] [FilePath]
```

### Available Licenses

| License      | Link                                                                                     |
| ------------ | ---------------------------------------------------------------------------------------- |
| GPL-3.0      | https://raw.githubusercontent.com/spdx/license-list-data/main/text/GPL-3.0-or-later.txt  |
| GPL-2.0      | https://raw.githubusercontent.com/spdx/license-list-data/main/text/GPL-2.0-or-later.txt  |
| LGPL-3.0     | https://raw.githubusercontent.com/spdx/license-list-data/main/text/LGPL-3.0-or-later.txt |
| LGPL-2.1     | https://raw.githubusercontent.com/spdx/license-list-data/main/text/LGPL-2.1-or-later.txt |
| AGPL-3.0     | https://raw.githubusercontent.com/spdx/license-list-data/main/text/AGPL-3.0-or-later.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!
