Metadata-Version: 2.4
Name: nemo_library
Version: 1.6.18
Summary: A Python library for data management, project automation, and integration with the NEMO cloud solution
Author: Gunnar Schug
Author-email: GunnarSchug81@gmail.com
Project-URL: Github, https://github.com/H3rm1nat0r/nemo_library
Project-URL: NEMO, https://enter.nemo-ai.com/nemo/
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: bs4
Requires-Dist: build
Requires-Dist: deprecated
Requires-Dist: hubspot
Requires-Dist: hubspot-api-client
Requires-Dist: keyring
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: pytest-coverage
Requires-Dist: rapidfuzz
Requires-Dist: requests
Requires-Dist: selenium
Requires-Dist: tabulate
Requires-Dist: twine
Requires-Dist: webdriver_manager
Requires-Dist: lark
Requires-Dist: streamlit
Requires-Dist: prefect
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary


# NEMO Library

Welcome to the **NEMO Library**, a Python library designed to bring simplicity and efficiency to your data-driven workflows. This library offers powerful tools to streamline your operations, analyze data, and implement AI-driven insights effortlessly.

---

## Key Features

- **Data Processing:** Transform, clean, and manage your data with ease.
- **Integration-Friendly:** Seamlessly integrate into your existing Python workflows or applications.
- **Scalable Solutions:** Designed to work efficiently with both small datasets and large-scale applications.

---

## Installation

To get started, install the NEMO Library using pip:

```bash
pip install nemo-library
```

For detailed installation instructions, refer to the [Installation Guide](https://github.com/NEMOGunnar/nemo_library/blob/master/docs/setup_guide.md).

---

## Usage

Here’s a quick overview of what you can do with the NEMO Library:

1. load reports from NEMO
1. create and update projects
1. create reports and deficiency mining rules
   
For a comprehensive guide, refer to the [Usage Documentation](https://github.com/NEMOGunnar/nemo_library/blob/master/docs/usage_guide.md).

---


# Contributions

Contributions are welcome! If you would like to suggest improvements or have found a bug, please open an issue or submit a pull request.

---

# License

This project is released under the Unlicense. You can find the full text of the Unlicense in the [UNLICENSE](UNLICENSE) file. This means that the code is released into the public domain, and you are free to use, modify, distribute, and do whatever you want with it, without any restrictions or requirements.

---

Happy coding with NEMO Library!
