No project description provided
Project description
ManageCor
A command-line tool for managing and using a customized Docker development environment based on Texlive. It includes Python, Pandoc, along with LaTeX packages and Pandoc templates, including eisvogel.latex.
Features
- 🐳 Docker-based isolated environment
- 📦 Pre-configured TeXLive installation
- 🐍 Python with essential development tools
- 📄 Pandoc with custom templates
- 🎨 ImageMagick support
- 🔄 Automatic updates and configuration
Prerequisites
- Docker installed on your system
- Python 3.12 or higher
- pip package manager
Installation
Install managecor
using pip:
pip install managecor
Quick Start
Initialize the environment:
managecor init
This will:
- Update configuration from GitHub
- Pull required Docker images
Commands
Command | Description |
---|---|
managecor init |
Initialize the environment |
managecor update |
Force update Docker images to latest version |
managecor update-config |
Update configuration from GitHub |
managecor run -- <command> |
Run a command in the Docker container |
Configuration
The configuration file is stored at ~/.managecor_config.yaml
. It's automatically updated during initialization or via the update-config
command.
Docker Images
ManageCor uses two Docker images:
- Base image (
infocornouaille/tools:base
): Contains core tools and dependencies - Custom image (
infocornouaille/tools:perso
): Includes additional templates and configurations
To force update the Docker images to their latest versions:
managecor update
Development
To contribute to ManageCor:
- Fork the repository
- Create a feature branch
- Submit a Pull Request
Troubleshooting
Common issues and solutions:
- For Docker-related issues, ensure Docker daemon is running
- For permission issues on Linux, ensure your user is in the docker group
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
- TeXLive team for the base Docker image
- Pandoc team for document conversion tools
- All contributors to the project
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 managecor-0.3.2.tar.gz
.
File metadata
- Download URL: managecor-0.3.2.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a75cd135908d25954f21e51af084cfcbc80104b0d7cc9973ec1a8f8f7f9d4fb3 |
|
MD5 | 9e6e34e519942fce1ccfcbe4c89a41fa |
|
BLAKE2b-256 | 7151adf721d3e10c016b5c79030f9fad83affe2f45b2ce1cbd3c8c728c9379ec |
File details
Details for the file managecor-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: managecor-0.3.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/24.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 081f15ebd79acaf8339ac74fd6fd36d08a580d9070cd4e23fa4057c5b889306a |
|
MD5 | 5bf5f4072f883c1795c00db4cd07fe18 |
|
BLAKE2b-256 | 517c21365df1e62d30d5461522ce2c315200cf30df7c702374955490c1175fcd |