Metadata-Version: 2.4
Name: asantiya
Version: 0.1.1
Summary: Docker deployment CLI tool for local and remote environments
Author-email: Shahid Khan <shahiddev91@gmail.com>
License: MIT License
        
        Copyright (c) 2025 shahid-0
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/shahid-0/asantiya
Project-URL: Documentation, https://github.com/shahid-0/asantiya#readme
Project-URL: Issues, https://github.com/shahid-0/asantiya/issues
Keywords: docker,deployment,cli,devops
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docker>=7.1.0
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: typer>=0.16.0
Requires-Dist: paramiko>=3.5.1
Requires-Dist: tabulate>=0.9.0
Requires-Dist: pydantic>=2.11.7
Requires-Dist: python-dateutil>=2.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: flake8>=6.0; extra == "dev"
Requires-Dist: isort>=5.12; extra == "dev"
Requires-Dist: ipython>=8.0; extra == "dev"
Provides-Extra: django
Requires-Dist: Django>=5.0; extra == "django"
Dynamic: license-file

# Asantiya – Bringing Ease to Your Deployment Workflow

**Asantiya** (*Pashto: اسانتیا*) isn't just a name – it embodies the spirit of the tool. In Pashto:

- **asan (اسان)** = *easy*  
- **asantiya (اسانتیا)** = *ease*, *comfort*, *convenience*

This CLI tool makes deploying applications effortless, whether you're targeting local environments or remote servers.

[![PyPI version](https://img.shields.io/pypi/v/asantiya)](https://pypi.org/project/asantiya/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Documentation](https://img.shields.io/badge/docs-website-brightgreen)](https://yourwebsite.com)  <!-- Replace with your actual website -->

## ✨ Why Asantiya?

- **Zero-Deploy-Friction**: Automate deployments so you can focus on coding, not server setup
- **Environment Agnostic**: Works seamlessly for both local testing and production environments
- **Docker-Powered**: Ensures consistency across environments with containerization
- **Developer-Friendly**: Intuitive CLI commands abstract away complex deployment steps
- **Config-Driven**: Control ports, images, and environments through simple YAML files

## 🚀 Quick Start

```bash
pip install asantiya
asantiya init  # Creates default configuration
asantiya deploy --env production
