Metadata-Version: 2.1
Name: WokeyTalky
Version: 0.1.3
Summary: A scalable and dynamic pipeline set for generation of spurious features.
Author-email: Adam Nguyen <Adanato@vt.edu>
Project-URL: Homepage, https://github.com/ruoxi-jia-group/Woke-Pipeline
Project-URL: Issues, https://github.com/ruoxi-jia-group/Woke-Pipeline/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

```
# Package Name

Short description of what your package does.

## Installation

```bash
pip install package-name
```

## Usage

Provide examples of how to use your package. Include code snippets if applicable.

```python
import package_name

# Example of using your package
result = package_logs.function_name(param1, param2)
print(result)
```

## Features

- Feature 1
- Feature 2
- Feature 3

## Requirements

List the requirements if there are any specific dependencies that need to be installed separately.

## Contributing

Instructions for how others can contribute to the package. You can include guidelines for how to submit issues and pull requests.

## License

Specify the license under which your package is released.

## Authors

- Your Name - Initial work - [YourGitHub](https://github.com/YourGitHub)

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc.
```
