devoir


Namedevoir JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttp://framagit.org/spalax/devoir
Summary"Quickly set up a working environment to edit a file.
upload_time2024-12-26 23:19:01
maintainerNone
docs_urlNone
authorLouis Paternault
requires_python<4,>=3.8
licenseGPLv3 or any later version
keywords work setup
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Devoir ✏️ Quickly set up a working environment to edit a file
=============================================================

When editing a LaTeX file, I want the file being edited with `vim <http://www.vim.org>`_, the compiled file displayed using a pdf viewer, and latex being run whenever something changes, using `latexmk <http://users.phys.psu.edu/~collins/software/latexmk-jcc/>`_. But wait, there is more.

- I often start a LaTeX document by copying an existing one, as a template.
- The pdf file may or may not exist when I start working: if I have already
  been working on this file before, the pdf file exists; if not, it does not
  exists, and my pdf viewer won't start on a non-existing file.

This program aims to automate all this process. I built it to process LaTeX
files, but it should work with other files too.

What's new?
-----------

See `changelog <https://git.framasoft.org/spalax/devoir/blob/main/CHANGELOG.md>`_.

Download and install
--------------------

See the end of list for a (quick and dirty) Debian package.

* From sources:

  * Download: https://pypi.python.org/pypi/devoir
  * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::

        python3 setup.py install

* From pip::

    pip install devoir

* Quick and dirty Debian (and Ubuntu?) package

  This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed::

      python3 setup.py --command-packages=stdeb.command bdist_deb
      sudo dpkg -i deb_dist/devoir-<VERSION>_all.deb

Documentation
-------------

* The compiled documentation is available on `readthedocs <http://devoir.readthedocs.io>`_

* To compile it from source, download and run::

      cd doc && make html

            

Raw data

            {
    "_id": null,
    "home_page": "http://framagit.org/spalax/devoir",
    "name": "devoir",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": null,
    "keywords": "work setup",
    "author": "Louis Paternault",
    "author_email": "spalax@gresille.org",
    "download_url": "https://files.pythonhosted.org/packages/29/7d/5e13e2a0f10b113c2515d5edf6da9f0d3f1a1fb9e294aa4a24bdff38e8d4/devoir-1.1.0.tar.gz",
    "platform": null,
    "description": "Devoir \u270f\ufe0f Quickly set up a working environment to edit a file\n=============================================================\n\nWhen editing a LaTeX file, I want the file being edited with `vim <http://www.vim.org>`_, the compiled file displayed using a pdf viewer, and latex being run whenever something changes, using `latexmk <http://users.phys.psu.edu/~collins/software/latexmk-jcc/>`_. But wait, there is more.\n\n- I often start a LaTeX document by copying an existing one, as a template.\n- The pdf file may or may not exist when I start working: if I have already\n  been working on this file before, the pdf file exists; if not, it does not\n  exists, and my pdf viewer won't start on a non-existing file.\n\nThis program aims to automate all this process. I built it to process LaTeX\nfiles, but it should work with other files too.\n\nWhat's new?\n-----------\n\nSee `changelog <https://git.framasoft.org/spalax/devoir/blob/main/CHANGELOG.md>`_.\n\nDownload and install\n--------------------\n\nSee the end of list for a (quick and dirty) Debian package.\n\n* From sources:\n\n  * Download: https://pypi.python.org/pypi/devoir\n  * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::\n\n        python3 setup.py install\n\n* From pip::\n\n    pip install devoir\n\n* Quick and dirty Debian (and Ubuntu?) package\n\n  This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed::\n\n      python3 setup.py --command-packages=stdeb.command bdist_deb\n      sudo dpkg -i deb_dist/devoir-<VERSION>_all.deb\n\nDocumentation\n-------------\n\n* The compiled documentation is available on `readthedocs <http://devoir.readthedocs.io>`_\n\n* To compile it from source, download and run::\n\n      cd doc && make html\n",
    "bugtrack_url": null,
    "license": "GPLv3 or any later version",
    "summary": "\"Quickly set up a working environment to edit a file.",
    "version": "1.1.0",
    "project_urls": {
        "Documentation": "http://devoir.readthedocs.io",
        "Homepage": "http://framagit.org/spalax/devoir",
        "Source": "https://framagit.org/spalax/devoir",
        "Tracker": "https://framagit.org/spalax/devoir/issues"
    },
    "split_keywords": [
        "work",
        "setup"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d6237aba27c68c43199d8dcccf072af4b3ce208e02a9be39b8a0565f1d8ad1a",
                "md5": "8dff4ed3acd000363271b13c56b5c41a",
                "sha256": "4ba7e35796e11e93da084f6038ec3ab891d2c216a0b31601820077c85e5ca95a"
            },
            "downloads": -1,
            "filename": "devoir-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8dff4ed3acd000363271b13c56b5c41a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 19332,
            "upload_time": "2024-12-26T23:18:59",
            "upload_time_iso_8601": "2024-12-26T23:18:59.597371Z",
            "url": "https://files.pythonhosted.org/packages/7d/62/37aba27c68c43199d8dcccf072af4b3ce208e02a9be39b8a0565f1d8ad1a/devoir-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "297d5e13e2a0f10b113c2515d5edf6da9f0d3f1a1fb9e294aa4a24bdff38e8d4",
                "md5": "af1ca4f0a53975b52ca70afcb2bdca82",
                "sha256": "5891b4bc32083452127829cff37c23f6ca78147c3661d63051ccf7d814244e3f"
            },
            "downloads": -1,
            "filename": "devoir-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "af1ca4f0a53975b52ca70afcb2bdca82",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 26011,
            "upload_time": "2024-12-26T23:19:01",
            "upload_time_iso_8601": "2024-12-26T23:19:01.884737Z",
            "url": "https://files.pythonhosted.org/packages/29/7d/5e13e2a0f10b113c2515d5edf6da9f0d3f1a1fb9e294aa4a24bdff38e8d4/devoir-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-26 23:19:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "devoir"
}
        
Elapsed time: 1.25903s