Metadata-Version: 2.1
Name: ak_docx
Version: 0.0.1
Summary: Docx parsing library
Author-email: Arun Kishore <pypi@rpakishore.co.in>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pytest>=7.2.1
Requires-Dist: python-docx>=0.8.11
Requires-Dist: ak_file>=0.0.2
Requires-Dist: docx2txt>=0.8
Project-URL: Home, https://github.com/rpakishore/ak_docx

<!--- Heading --->
<div align="center">
  <img src="assets/banner.png" alt="banner" width="auto" height="auto" />
  <h1>ak-docx</h1>
  <p>
    A base module to manipulate docx files
  </p>
<h4>
    <a href="https://github.com/rpakishore/ak-docx/">View Demo</a>
  <span> · </span>
    <a href="https://github.com/rpakishore/ak-docx">Documentation</a>
  <span> · </span>
    <a href="https://github.com/rpakishore/ak-docx/issues/">Report Bug</a>
  <span> · </span>
    <a href="https://github.com/rpakishore/ak-docx/issues/">Request Feature</a>
  </h4>
</div>
<br />

[![tests](https://github.com/rpakishore/ak-docx/actions/workflows/test.yml/badge.svg)](https://github.com/rpakishore/ak-docx/actions/workflows/test.yml)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rpakishore/ak-docx)
![GitHub last commit](https://img.shields.io/github/last-commit/rpakishore/ak-docx)
<!-- Table of Contents -->
<h2>Table of Contents</h2>

- [1. About the Project](#1-about-the-project)
  - [1.1. Features](#11-features)
- [2. Getting Started](#2-getting-started)
  - [2.1. Prerequisites](#21-prerequisites)
  - [2.2. Dependencies](#22-dependencies)
  - [2.3. Installation](#23-installation)
- [3. Usage](#3-usage)
- [4. License](#4-license)
- [5. Contact](#5-contact)
- [6. Acknowledgements](#6-acknowledgements)

<!-- About the Project -->
## 1. About the Project
A base project to simplify `docx` file manipulation

<!-- Features -->
### 1.1. Features

- Feature 1
- Feature 2
- Feature 3

<!-- Getting Started -->
## 2. Getting Started

<!-- Prerequisites -->
### 2.1. Prerequisites

### 2.2. Dependencies
The repo comes pre-compiled with all dependencies.

<!-- Installation -->
### 2.3. Installation

Install from pypi

```bash
python -m venv .venv

venv\Scripts\activate.bat

pip install ak_docx
```
<!-- Usage -->
## 3. Usage

```python

```

<!-- License -->
## 4. License
See LICENSE.txt for more information.

<!-- Contact -->
## 5. Contact

Arun Kishore - [@rpakishore](mailto:pypi@rpakishore.co.in)

Project Link: [https://github.com/rpakishore/ak-docx](https://github.com/rpakishore/ak-docx)


<!-- Acknowledgments -->
## 6. Acknowledgements

Use this section to mention useful resources and libraries that you have used in your projects.

 - [Awesome README Template](https://github.com/Louis3797/awesome-readme-template/blob/main/README-WITHOUT-EMOJI.md)
 - [Banner Maker](https://banner.godori.dev/)
 - [Shields.io](https://shields.io/)
 - [Carbon](https://carbon.now.sh/)
