Acknowledgements
Never Won is built on the shoulders of giants. This project wouldn't exist without the incredible work of open source communities and free-tier services that power the modern web.
Core Technologies
Python
The backbone of our application. Python is a powerful, versatile programming language maintained by the Python Software Foundation.
Flask
Our web framework of choice. Flask is a lightweight WSGI web application framework that makes building web apps elegant and simple.
Pandas
Data analysis and manipulation. Pandas provides high-performance data structures that power our historical analysis features.
Bootstrap
Responsive UI framework. Bootstrap 5 provides the CSS and JavaScript components that make our interface work across all devices.
Infrastructure & DevOps
Docker
Containerization platform. Docker ensures our application runs consistently across development and production environments.
Bash
Shell scripting and automation. GNU Bash powers our deployment scripts and system automation.
Git
Version control system. Git manages our source code and enables collaborative development.
Cloudflare
CDN and security. Cloudflare provides DNS, SSL/TLS, DDoS protection, and global content delivery that keeps our site fast and secure.
Data & Storage
SQLite
Embedded database engine. SQLite is a self-contained, serverless database that powers our subscriber management.
CSV Format
Simple, universal data format. The humble comma-separated values format makes our historical data portable and easy to verify.
Development Tools
Linux
Operating system. Linux provides the stable, secure foundation our servers run on.
Jinja2
Template engine. Jinja2 powers Flask's templating system and makes dynamic HTML generation elegant.
Gunicorn
Python WSGI HTTP Server. Gunicorn serves our Flask application in production with reliability and performance.
Open Source Philosophy
We believe in the power of open source software. All of the tools listed above are either fully open source or offer generous free tiers. This demonstrates how amazing software can be built collaboratively and made accessible to everyone.
If we've missed any tools or libraries that deserve recognition, please let us know. We're grateful to every maintainer, contributor, and community member who makes these projects possible.
Thank you to the open source community. Your work enables projects like ours to exist.
Related Pages