Last updated:
0 purchases
openmairie.devtools 1.1.0
openmairie.devtools
openMairie Developer Tools
Contents
openmairie.devtools
Introduction
Installation
om-logo specifics
Available commands
Changelog
1.1.0 (2023-10-08)
1.0.0 (2022-05-10)
0.4.0 (2018-04-10)
0.3.1 (2018-01-10)
0.3.0 (2018-01-10)
0.2.2 (2017-11-25)
0.2.1 (2017-11-24)
0.2.0 (2017-11-24)
0.1 (2017-11-23)
Contributors
Introduction
openmairie.devtools is a collection of command-line programs to handle tasks on
openMairie Framework based projects.
Mainly initialize environment, run tests, release a project, …
Installation
You just need pip
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]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.