Metadata-Version: 2.4
Name: pathadder
Version: 0.8
Summary: A Python library for managing and modifying system paths efficiently. (Wattleflow)
Home-page: https://github.com/wattleflow/pathadder.git
Author: WattleFlow
Author-email: wattleflow <wattleflow@outlook.com>
License-Expression: Apache-2.0
Project-URL: homepage, https://github.com/wattleflow/pathadder.git
Project-URL: repository, https://github.com/wattleflow/pathadder.git
Project-URL: documentation, https://github.com/wattleflow/pathadder.git
Keywords: pathadder,python,library,wattleflow
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7.1
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# WattleFlow PathAdder Library

![WattleFlow Logo](doc/wattleflow.png)

PathAdder—streamlined paths,
modular, flexible with aim,
directions shape the way,
expandable, intuitive form,
crafted to endure and persist.

---

| Characteristic           | Value                                                      |
| ------------------------ | ---------------------------------------------------------- |
| **Version**              | 0.8 (latest release)                                       |
| **License**              | Apache 2.0 License                                         |
| **Python Compatibility** | Python >=3.7.1                                             |
| **Dependencies**         | wattleflow                                                 |
| **Size**                 | nimble                                                     |
| **Documentation**        | [WattleFlow PathAdder Documentation](https://github.com/wattleflow/pathadder.git) |


# WattleFlow PathAdder Library
`PathAdder` is a Python library designed for managing and modifying system paths efficiently. It allows for dynamic path addition and manipulation, making it ideal for use cases where you need to manage multiple paths for module imports or configuration files.

With `PathAdder`, you can easily add directories to the sys.path, ensuring the correct paths are in place for your application to function smoothly.

# Installation
```bash

pip install pathadder

```


# Key Features

Dynamic Path Addition – Add directories to sys.path at runtime, enabling seamless module imports from custom locations.

Path Overriding – Replace or override existing paths in sys.path, ensuring that the required directory is prioritised in module resolution.

Recursive Path Searching – Search directories recursively to find specific files or subdirectories, ensuring paths are correctly set for complex directory structures.

Path Listing – Easily view and verify all paths currently in sys.path using built-in methods for path inspection.


# Documentation

[N/A]

# Contributing

We welcome contributions! Please check our GitHub repository for guidelines.

# License

WattleFlow PathAdder is licensed under the Apache 2.0 License. See the LICENSE file for more details.
