A brief description of your package
Project description
Topsis
A Python package for implementing the TOPSIS method for multi-criteria decision-making.
TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) is a multi-criteria decision-making (MCDM) method. This package allows users to easily apply the TOPSIS method to datasets to rank alternatives based on multiple criteria.
Table of Contents
Installation
Install the package using pip:
pip install topsis
---
### **6. Usage**
Provide instructions on how to use the package, including code examples:
```markdown
## Usage
Import the package and use it in your Python scripts:
```python
from topsis import topsis
# Example usage
data = [[250, 16, 12, 5],
[200, 16, 8, 3],
[300, 32, 16, 4],
[275, 32, 8, 4],
[225, 16, 16, 2]]
weights = [0.25, 0.25, 0.25, 0.25]
impacts = ['+', '+', '-', '-']
rankings = topsis(data, weights, impacts)
print(rankings)
---
### **7. Examples**
Add real-world examples or use cases to help users understand how to apply the package:
```markdown
## Examples
Here’s how you can use the package to rank different laptops based on criteria like price, performance, and battery life.
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request. For major changes, open an issue first to discuss what you would like to change.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contact
For questions or support, reach out at your.email@example.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file topsis_radhika_102203126-1.0.0.tar.gz.
File metadata
- Download URL: topsis_radhika_102203126-1.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa64b6112192e4f5ca6922cf70e8e13abc44d1d47ce5a8955a720d1f44eeeaea
|
|
| MD5 |
92cb13f71ca90fd88e6cae38178bd1cb
|
|
| BLAKE2b-256 |
b34a37fbf269c0a7581eee333937dde9b755c3fa6469e23f65b71b8c18c39e64
|
File details
Details for the file Topsis_Radhika_102203126-1.0.0-py3-none-any.whl.
File metadata
- Download URL: Topsis_Radhika_102203126-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8f8057e430436f56d3bda7ce8faab0f848f61d166cb7d276bbf13c63ed45956
|
|
| MD5 |
47ae2ee4f8fc0eba1d4bb33d78a28171
|
|
| BLAKE2b-256 |
04ce411f18b22234d24664e0b5bb8907907799b41c5086dde652035a657a0680
|