Skip to main content

No project description provided

Project description

ManageCor

PyPI Version Python Version License Docker Pulls Docker Image Size PyPI Downloads GitHub last commit

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:

  1. Fork the repository
  2. Create a feature branch
  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

managecor-0.3.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

managecor-0.3.1-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page