Metadata-Version: 2.1
Name: license-selector
Version: 0.1.2
Summary: A tool to help select an appropriate open-source license for your project
Home-page: https://github.com/yourusername/license-selector
Author: Ty Fiero
Author-email: tyfierodev@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: requests

# License Selector

A tool to help select an appropriate open-source license for your project.

## Installation

You can install the License Selector using pip:

```bash
pip install license-selector
```

## Usage

To use the License Selector, simply run the following command:

```bash
license-selector
```

This will guide you through a series of questions to help you select an appropriate license for your project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Disclaimer

This tool is intended to help you make an informed decision about which license to use for your project. It is not a substitute for legal advice or professional advice. Use this tool at your own discretion.

## Contributing

Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.

## Acknowledgments

The License Selector was inspired by the [Choose a License](https://choosealicense.com/) website, which is a great resource for choosing open-source licenses.
