openmairie.devtools


Nameopenmairie.devtools JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttp://www.openmairie.org/framework
SummaryopenMairie Developer Tools
upload_time2023-10-08 19:46:48
maintainer
docs_urlNone
authoropenMairie
requires_python
licenseGPL
keywords openmairie
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            openmairie.devtools
===================

openMairie Developer Tools

.. image:: https://img.shields.io/pypi/v/openmairie.devtools.svg
    :target: https://pypi.python.org/pypi/openmairie.devtools/
    :alt: Latest PyPI version

.. contents::

Introduction
------------

openmairie.devtools is a collection of command-line programs to handle tasks on
`openMairie Framework <http://www.openmairie.org/framework/>`_ based projects.
Mainly initialize environment, run tests, release a project, ...


Installation
------------

You just need `pip <https://pip.pypa.io>`_ ::

    pip install openmairie.devtools

om-logo specifics
#################

For PNG rendering, Inkskape should be available. 
On Debian-based OS (Ubuntu, etc) ::

    sudo apt-get install inkscape

For other OS, please visit ::

    https://inkscape.org/en/release

You should have the right font (**Caviar Dream**) available on your system.
Get it there ::

    https://www.fontsquirrel.com/fonts/download/Caviar-Dreams


Available commands
------------------

- **om-tests**: should be run from the *tests* folder of your project and
  allow you to initialize your test environment, to run all tests suites or to
  run only one tests suite.

- **om-svnexternals**: should be run from the root of your project and allow
  you to export the externals props find in EXTERNALS.txt files. Useful when
  you are mirroring your SVN project to GIT.

- **om-logo**: this command allows you to generate SVG and PNG logo for your 
  openMairie application, according to design's guideline available here ::

    http://www.openmairie.org/communaute/ressources-graphiques/openmairie-identite-visuelle.pdf

  Full documentation is available from the help 
  command ::

    om-logo --help  



Changelog
=========

1.1.0 (2023-10-08)
------------------

- Use robot and not pybot command anymore.
  [flohcim]


1.0.0 (2022-05-10)
------------------

- Python 3 support only.
  [flohcim, tiazma]


0.4.0 (2018-04-10)
------------------

- Add 'additional_sql' option config to om-tests.
  [flohcim]


0.3.1 (2018-01-10)
------------------

- Removed unnecessary jinja2 env options
  [tiazma]


0.3.0 (2018-01-10)
------------------

- Added om-logo, application logo generation
  [tiazma]


0.2.2 (2017-11-25)
------------------

- Remove the externals was breaking travis CI.
  [flohcim]

0.2.1 (2017-11-24)
------------------

- Filename of EXTERNALS.txt file parsed was missing.
  [flohcim]

0.2.0 (2017-11-24)
------------------

- Add om-svnexternals script.
  [flohcim]


0.1 (2017-11-23)
----------------

- Initial release as a python package.
  [flohcim, fmichon, jymadier, mbroquet, nhaye, NHaye, nmeucci, oc1n, softime,
  stimezouaght, tiazma]


Contributors
============

* Florent Michon <flohcim@gmail.com> [flohcim][fmichon]
* Grégory Malvolti <gmalvolti@atreal.fr> [gmalvolti]
* Jean-Yves Madier de Champvermeil <> [jymadier]
* Matthias Broquet <mbroquet@atreal.fr> [mbroquet][tiazma]
* Nicolas Haye <> [nhaye][NHaye]
* Nicolas Meucci <> [nmeucci][oc1n]
* Sofien Timezouaght <> [softime][stimezouaght]


            

Raw data

            {
    "_id": null,
    "home_page": "http://www.openmairie.org/framework",
    "name": "openmairie.devtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "openMairie",
    "author": "openMairie",
    "author_email": "contact@openmairie.org",
    "download_url": "https://files.pythonhosted.org/packages/1b/cc/df930fc28e904e7865859ae402007d8c79af067f993318247f2ac135999d/openmairie.devtools-1.1.0.tar.gz",
    "platform": "any",
    "description": "openmairie.devtools\n===================\n\nopenMairie Developer Tools\n\n.. image:: https://img.shields.io/pypi/v/openmairie.devtools.svg\n    :target: https://pypi.python.org/pypi/openmairie.devtools/\n    :alt: Latest PyPI version\n\n.. contents::\n\nIntroduction\n------------\n\nopenmairie.devtools is a collection of command-line programs to handle tasks on\n`openMairie Framework <http://www.openmairie.org/framework/>`_ based projects.\nMainly initialize environment, run tests, release a project, ...\n\n\nInstallation\n------------\n\nYou just need `pip <https://pip.pypa.io>`_ ::\n\n    pip install openmairie.devtools\n\nom-logo specifics\n#################\n\nFor PNG rendering, Inkskape should be available. \nOn Debian-based OS (Ubuntu, etc) ::\n\n    sudo apt-get install inkscape\n\nFor other OS, please visit ::\n\n    https://inkscape.org/en/release\n\nYou should have the right font (**Caviar Dream**) available on your system.\nGet it there ::\n\n    https://www.fontsquirrel.com/fonts/download/Caviar-Dreams\n\n\nAvailable commands\n------------------\n\n- **om-tests**: should be run from the *tests* folder of your project and\n  allow you to initialize your test environment, to run all tests suites or to\n  run only one tests suite.\n\n- **om-svnexternals**: should be run from the root of your project and allow\n  you to export the externals props find in EXTERNALS.txt files. Useful when\n  you are mirroring your SVN project to GIT.\n\n- **om-logo**: this command allows you to generate SVG and PNG logo for your \n  openMairie application, according to design's guideline available here ::\n\n    http://www.openmairie.org/communaute/ressources-graphiques/openmairie-identite-visuelle.pdf\n\n  Full documentation is available from the help \n  command ::\n\n    om-logo --help  \n\n\n\nChangelog\n=========\n\n1.1.0 (2023-10-08)\n------------------\n\n- Use robot and not pybot command anymore.\n  [flohcim]\n\n\n1.0.0 (2022-05-10)\n------------------\n\n- Python 3 support only.\n  [flohcim, tiazma]\n\n\n0.4.0 (2018-04-10)\n------------------\n\n- Add 'additional_sql' option config to om-tests.\n  [flohcim]\n\n\n0.3.1 (2018-01-10)\n------------------\n\n- Removed unnecessary jinja2 env options\n  [tiazma]\n\n\n0.3.0 (2018-01-10)\n------------------\n\n- Added om-logo, application logo generation\n  [tiazma]\n\n\n0.2.2 (2017-11-25)\n------------------\n\n- Remove the externals was breaking travis CI.\n  [flohcim]\n\n0.2.1 (2017-11-24)\n------------------\n\n- Filename of EXTERNALS.txt file parsed was missing.\n  [flohcim]\n\n0.2.0 (2017-11-24)\n------------------\n\n- Add om-svnexternals script.\n  [flohcim]\n\n\n0.1 (2017-11-23)\n----------------\n\n- Initial release as a python package.\n  [flohcim, fmichon, jymadier, mbroquet, nhaye, NHaye, nmeucci, oc1n, softime,\n  stimezouaght, tiazma]\n\n\nContributors\n============\n\n* Florent Michon <flohcim@gmail.com> [flohcim][fmichon]\n* Gr\u00e9gory Malvolti <gmalvolti@atreal.fr> [gmalvolti]\n* Jean-Yves Madier de Champvermeil <> [jymadier]\n* Matthias Broquet <mbroquet@atreal.fr> [mbroquet][tiazma]\n* Nicolas Haye <> [nhaye][NHaye]\n* Nicolas Meucci <> [nmeucci][oc1n]\n* Sofien Timezouaght <> [softime][stimezouaght]\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "openMairie Developer Tools",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "http://www.openmairie.org/framework",
        "Source": "https://gitlab.com/openmairie/openmairie.devtools/"
    },
    "split_keywords": [
        "openmairie"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bccdf930fc28e904e7865859ae402007d8c79af067f993318247f2ac135999d",
                "md5": "3cf296dd030331e7c3690fbccd054dfe",
                "sha256": "179414a4e6db7dc6616d7cfdaa691410f0678433702fa7a822ae25a12847a1fa"
            },
            "downloads": -1,
            "filename": "openmairie.devtools-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3cf296dd030331e7c3690fbccd054dfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 22182,
            "upload_time": "2023-10-08T19:46:48",
            "upload_time_iso_8601": "2023-10-08T19:46:48.773532Z",
            "url": "https://files.pythonhosted.org/packages/1b/cc/df930fc28e904e7865859ae402007d8c79af067f993318247f2ac135999d/openmairie.devtools-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-08 19:46:48",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "openmairie",
    "gitlab_project": "openmairie.devtools",
    "lcname": "openmairie.devtools"
}
        
Elapsed time: 0.13055s