Skip to main content

A brief description of your package

Project description

Topsis

A Python package for implementing the TOPSIS method for multi-criteria decision-making. PyPI version License 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

topsis_radhika_102203126-1.0.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Topsis_Radhika_102203126-1.0.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file topsis_radhika_102203126-1.0.0.tar.gz.

File metadata

File hashes

Hashes for topsis_radhika_102203126-1.0.0.tar.gz
Algorithm Hash digest
SHA256 aa64b6112192e4f5ca6922cf70e8e13abc44d1d47ce5a8955a720d1f44eeeaea
MD5 92cb13f71ca90fd88e6cae38178bd1cb
BLAKE2b-256 b34a37fbf269c0a7581eee333937dde9b755c3fa6469e23f65b71b8c18c39e64

See more details on using hashes here.

File details

Details for the file Topsis_Radhika_102203126-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for Topsis_Radhika_102203126-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d8f8057e430436f56d3bda7ce8faab0f848f61d166cb7d276bbf13c63ed45956
MD5 47ae2ee4f8fc0eba1d4bb33d78a28171
BLAKE2b-256 04ce411f18b22234d24664e0b5bb8907907799b41c5086dde652035a657a0680

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page