Metadata-Version: 2.4
Name: caresurveyor
Version: 0.1.0
Summary: Survey Automation Pipeline for Clinical Studies
Home-page: https://github.com/caresurveyor/caresurveyor
Author: CareSurveyor Team
Author-email: CareSurveyor Team <contact@caresurveyor.dev>
Maintainer-email: CareSurveyor Team <contact@caresurveyor.dev>
License: MIT
Project-URL: Homepage, https://github.com/caresurveyor/caresurveyor
Project-URL: Documentation, https://caresurveyor.readthedocs.io/
Project-URL: Repository, https://github.com/caresurveyor/caresurveyor.git
Project-URL: Bug Tracker, https://github.com/caresurveyor/caresurveyor/issues
Keywords: google-forms,clinical-research,survey,automation,medical,healthcare
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-api-python-client>=2.0.0
Requires-Dist: google-auth>=2.0.0
Requires-Dist: google-auth-oauthlib>=0.5.0
Requires-Dist: google-auth-httplib2>=0.1.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: matplotlib>=3.5.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black>=22.0; extra == "dev"
Requires-Dist: flake8>=4.0; extra == "dev"
Requires-Dist: mypy>=0.910; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0; extra == "docs"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# CareSurveyor

**Survey Automation Pipeline for Clinical Studies**

🚧 **Package Under Development** 🚧

CareSurveyor is a high-level Python package that simplifies Google Forms automation for clinical research and medical surveys.

## Features (Coming Soon)

- 🏥 **Clinical Survey Templates**: Pre-built templates for medical research
- 🚀 **Simple API**: Create complex forms with minimal code  
- 📊 **Real-time Monitoring**: Automated response tracking
- 📈 **Data Analysis**: Built-in statistical analysis tools
- 🔧 **Form Enhancement**: Easy customization of existing forms

## Quick Start (Preview)

```python
import caresurveyor as cs

# Create study using convenience function
study = cs.create_study("My Clinical Study")

# Quick one-liner form creation
form = cs.quick_form("Patient Survey", "oncology")

# Or use the class directly
surveyor = cs.CareSurveyor("My Study")

# Monitor responses
surveyor.monitor()
```

## Installation

```bash
pip install caresurveyor
```

## Status

This package is currently in early development. The API is being designed for maximum simplicity while maintaining powerful functionality for clinical research applications.

## License

MIT License

## Contact

For questions or collaboration opportunities, please open an issue on GitHub.

---

*CareSurveyor - Making clinical survey automation accessible to everyone*
