Nevora: Transform raw sales and returns data into Nevada chart format for warranty and reliability analysis.
Project description
# 📦 Nevora
---
# Nevora: Transform Warranty and Reliability Data with Ease
Nevora helps you seamlessly convert sales and returns data into Nevada chart format — the essential starting point for warranty analysis, survival modeling, and reliability forecasting.
Built for engineers, analysts, and data scientists who want clean, analysis-ready data without the manual grind.
---
[pyproject.toml](pyproject.toml)
## 🚀 Key Features
- 📊 Nevada Chart Converter: Instantly pivot raw sales/returns into a professional Nevada matrix.
- ⏳ Auto Time Bucketing: Monthly, quarterly, yearly — you choose.
- 🔍 Ready for Survival Analysis: Your first step to reliability modeling.
- 🛠️ Future Enhancements: Plot Nevada charts, fit survival curves, reliability forecasts.
- 🧹 Clean API: Simple, minimalistic, and powerful.
---
## 📥 Installation
```bash
pip install nevora
⚡ Quickstart
import pandas as pd
from nevora import NevadaConverter
# Load your sales/returns data
df = pd.read_csv('sales_returns.csv')
# Convert to Nevada format
converter = NevadaConverter(time_bucket='M') # 'M' = monthly bucketing
nevada_matrix = converter.to_nevada_format(df)
# View the output
print(nevada_matrix)
🎯 Tip: You can use any custom time bucket like
'Q'(quarterly),'Y'(yearly) based on your needs.
📈 Upcoming Roadmap
- 🎨 Plot beautiful Nevada charts automatically
- ⏱️ Fit Kaplan-Meier and Weibull survival models
- 🔮 Forecast warranty returns and reliability metrics
- 🌎 Export datasets for external tools like ReliaSoft and Minitab
💬 Why Nevora?
Warranty analysis and reliability modeling start with good data.
Nevora automates the most painful and error-prone step, letting you focus on insights — not spreadsheet wrangling.
🤝 Contributing
Pull requests, feature suggestions, and issue reports are warmly welcome.
Let's make warranty and reliability analysis effortless for everyone.
📄 License
MIT License
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 nevora-0.1.0.tar.gz.
File metadata
- Download URL: nevora-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
422cebc4d96974be178d2af41df258c1d9010ca6c4d9f021b8ac5178d6905f9d
|
|
| MD5 |
eb886d33118d65f44c955dd4338d203f
|
|
| BLAKE2b-256 |
1571f897b5d10fe43b53e0fb597535c75b413fc84c90ee60034a93c4b0d5d2c1
|
File details
Details for the file nevora-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nevora-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91842b3afc95cc2cdc1abef7f3a629f38946a7221c95920edaa7bf20f96903df
|
|
| MD5 |
c5c56670e016d7991a93cd6f544a150f
|
|
| BLAKE2b-256 |
d671fe4b32fea747e538e67f18ffa51c1fa7c7f073646d9fa1765f25197deb5f
|