Metadata-Version: 2.4
Name: calcyoulater2
Version: 2.0.0
Summary: A Flask-based calculator web app
Home-page: https://github.com/M-Nwanze/calcyoulater-pkg
Author: Mike
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: flask
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# calcyoulater

A Flask-based calculator web app with Docker, CI/CD, and PyPI packaging.

## Features

- Basic arithmetic operations (add, subtract, multiply, divide)
- RESTful API endpoints
- Unit tested with comprehensive coverage
- Containerized with Docker
- Automated CI/CD pipeline

## Installation

```bash
pip install calcyoulater2   
```

## Usage

Run with Docker:
```bash
docker build -t calcyoulater .
docker run -p 5000:5000 calcyoulater
```

## Development

Repository: GitHub
CI/CD: GitLab CI/CD
Testing: Unit tests for subtraction function and CI/CD pipeline
Packaging: Published to PyPI

## Version

Current: v2.0.0 (published 3 months ago)
Registry: PyPI
Built with Python, Flask, Docker & GitLab CI.

## 🚀 Ready, Set, Calculate!

You've built it, tested it, and now it's time to share your masterpiece with the world. Here's how users can go from zero to calculator hero — no PhD required.

## 📦 Install Like a Pro

pip install calcyoulater2   

Yes, it's that easy. No magic words, no secret handshakes.

## ▶️ Run the App

Just type:
calcyoulater   

It's like saying "Open Sesame" to your very own calculator kingdom.

## 🌐 Open in Browser

Fire up your browser and visit:
http://127.0.0.1:5000   

Your calculator will greet you like an old friend (with buttons).

## ✨ Use It

* Pick an operation: Add, Subtract, Multiply, Divide
* Type in your numbers (we won’t judge)
* Hit that button and watch the magic happen

It's math, but make it fashion.

## Package

Published on:
- PyPI: [calcyoulater2 v2.0.0](https://pypi.org/project/calcyoulater2/)
- GitLab Package Registry: [v2.0.0](https://gitlab.com/mnwanze/calcyoulater-complet-pkg-2/-/packages/41343038) 
