Metadata-Version: 2.1
Name: xmonkey_namonica
Version: 0.1.20
Summary: Purl2Notices - OSS Attribution Generator
Home-page: https://github.com/Xpertians/xmonkey-namonica
Author: Oscar Valenzuela
Author-email: oscar.valenzuela.b@gmail.com
License: Apache 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: spacy
Requires-Dist: nltk
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: urllib3
Requires-Dist: python-magic
Requires-Dist: beautifulsoup4
Requires-Dist: oslili
Requires-Dist: tqdm

Xmonkey Namonica - Purl2Notices
===============================

Summary
-------
Xmonkey Namonica (xmonkey-namonica) is a Python tool created to facilitate the generation of Open Source Legal Notices, which contain copyright and license information from Open Source packages. The main goal of the tool is to provide a tool for developers to programmatically generate legal notices for the open-source software shipped in their projects, with fewer requirements and no friction.

The tool uses a few other Xmonkey libraries under the hood, for example:
- OSLiLi: Open Source License Identification Library, a tool that uses fuzzy hashing and ML Naive Bayesian Filter to identify licenses.
- Python-ssdeep: the main ssdeep library that wraps ssdeep for Fuzzy Hashing.
