You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the CMI-DAIR Template Python Repository! This template is designed to streamline your project setup and ensure a consistent structure. To get started, follow these steps:
6
-
7
-
8
-
-[x] Run `setup_template.py` to initialize the repository.
9
-
-[ ] Replace the content of this `README.md` with details specific to your project.
10
-
-[ ] Install the `pre-commit` hooks to ensure code quality on each commit.
11
-
-[ ] Revise SECURITY.md to reflect supported versions or remove it if not applicable.
12
-
-[ ] Remove the placeholder src and test files, these are there merely to show how the CI works.
13
-
-[ ] If it hasn't already been done for your organization/acccount, grant third-party app permissions for CodeCov.
14
-
-[ ] To set up an API documentation website, after the first successful build, go to the `Settings` tab of your repository, scroll down to the `GitHub Pages` section, and select `gh-pages` as the source. This will generate a link to your API docs.
15
-
-[ ] Update stability badge in `README.md` to reflect the current state of the project. A list of stability badges to copy can be found [here](https://github.com/orangemug/stability-badges). The [node documentation](https://nodejs.org/docs/latest-v20.x/api/documentation.html#documentation_stability_index) can be used as a reference for the stability levels.
`cmi-docx` is a Python library for manipulating .docx files built on top of `python-docx`. It extends the functionality of `python-docx` by providing additional features and utilities for working with .docx files.
27
11
28
12
## Features
29
13
30
-
-A few
31
-
-Cool
32
-
-Things
14
+
-Find and replace.
15
+
-Insert paragraphs in the middle of a document.
16
+
-Manipulate styles and formatting of paragraphs' substrings.
33
17
34
18
## Installation
35
19
36
-
Install this package via :
20
+
Install this package from pypi using your favorite package manager. For example, using `pip`:
0 commit comments