Metadata-Version: 2.1
Name: ampx
Version: 0.0.1
Summary: A Python package for prediction and design of antimicrobial peptides
Home-page: https://github.com/JinZhangLab/ampx
Author: J Zhang
Author-email: jzhang@chemoinfolab.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# AMPX

AMPX is a Python package for predicting and designing antimicrobial peptides (AMP). **AMPX currently serves as a placeholder package. Functional features will be included in future versions**.

---

## Features

- **AMP prediction**
- **AMP in silico design**
- **Guides for AMP design**

---

## Installation

To install the package:

```bash
pip install ampx
```

---

## License

This project is licensed under the **Academic Use Only License**:

1. The software is provided exclusively for academic and research purposes.
2. Commercial use is strictly prohibited without prior written permission.
3. For commercial licensing inquiries, please contact us.

Refer to the [LICENSE](./LICENSE) file for detailed terms.



## Usage

```python
import ampx

# Example usage
def example():
    print("AMPX is coming soon!")
```



## Contributing

We welcome academic contributions to AMPX. 
For significant contributions, please reach out to us directly.



## Contact

For academic inquiries or commercial licensing discussions, please contact:

- **Email**: jzhang@chemoinfolab.com



## Acknowledgments

This project draws inspiration from recent advancements in antimicrobial peptide research. Special thanks to the academic community for their invaluable contributions to this field.

