Program for creating MS Word reports from data and content templates
Project description
imprint
This program is a system for data aggregation and presentation through Microsoft Word documents. It uses templates to define dynamically generated portions of the document, which the user can construct in arbitrary ways. The content of the document is separated from the style information and the content generation.
Using this system does not remove the need to write the initial draft of the document you want to create, or the need to generate the data you plan on aggregating. This program is only useful if you plan on generating a similarly formatted document many times with the same content but different data sources. It is not useful for one-off reports or documents.
See the documentation at https://imprint.readthedocs.io/en/latest for more information, including the history of the project, turorials, and API references and installation instructions.
The source and binaries for this program are available on PyPI. The simplest
installation method is with pip
:
pip install imprint[all]
The extra [all]
is recommended for but not required. Installing from source
is also an option, by running
python setup.py install
in the root folder of the project source distribution. The source distribution, including documentation can be found at https://github.com/madphysicist/imprint.
This program in licensed under the AGPLv3 or later. You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Changelog
0.1.0a3 (2023-03-26)
- Migrated hosting to GitLab
0.1.0a2 (2022-01-20)
- Documentation updates
- Source distribution includes docs
0.1.0a1 (2019-04-01)
- Added new haggis optional dependencies
0.1a1.dev2 (2019-03-26)
- Added majority of documentation
0.1a1.dev1 (2019-03-20)
- First release on PyPI.
- Created Read the Docs pages.
- Code 95% complete.
- Documentation 50% complete (reference portion 95% complete).
- No tests worth speaking of.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file imprint-0.1.0a3.tar.gz
.
File metadata
- Download URL: imprint-0.1.0a3.tar.gz
- Upload date:
- Size: 550.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72739c21fbec277333146d0426133fc6d4899121f717a0c4d2d9e93f4f7f4945 |
|
MD5 | 994f8769d22b8750b6d5d361823a0ae4 |
|
BLAKE2b-256 | 3264eb58d0a8b4f32147ec5de61332da2948641039ebcb73e9e24f07cb158a01 |
File details
Details for the file imprint-0.1.0a3-py3-none-any.whl
.
File metadata
- Download URL: imprint-0.1.0a3-py3-none-any.whl
- Upload date:
- Size: 98.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d22eb59ee468ac4d33fe52c450162cbefa8e9a5f4df1fd0036579390151c3c7 |
|
MD5 | b70aa3cef0e3333b5c3d819b433fb21e |
|
BLAKE2b-256 | b1d50051935e3b3e39a3f47ea91738fcc544b26a0001f0823b6266d7264751af |