Skip to main content

Tool to create README.rst files for Odoo

Project description

README GENERATOR AND VALIDATOR FOR ODOO

This plugin is based on oca-gen-addon-readme from the repository OCA/maintainer-tools.git. The original version is licensed under AGPL-3.

You can find the terms of the license in the LICENSE file available in this repository.

This small utility generates high-quality README.rst files along with a web page, which is displayed when reviewing the module's information. The webpage is located in the static/index.html directory.

The README generation starts by creating a readme directory in the module, containing a number of .rst files called Fractions where the developer can describe the module's functionalities in detail.

tony_stark_module
├── views
├── readme
|   ├── CONFIGURE.rst
|   ├── CONTRIBUTORS.rst
|   ├── CREDITS.rst
|   ├── DESCRIPTION.rst
|   ├── HISTORY.rst
|   ├── INSTALL.rst
|   ├── READMAP.rst
|   └── USAGE.rst
├── reports
├── static
└── views

What gen_readme does:

  1. If the readme directory does not exist in the module, gen-readme will create the directory in situ, with all the fragments plus an empty README.
  2. Make sure that the CONTRIBUTORS.rst section includes the developer(s) who created or modified the module, as there may be multiple authors.
  3. Ensure that the word count in the DESCRIPTION section is at a reasonable level. This can be adjusted using a parameter.
  4. Check that the module's manifest contains the author key, which usually refers to the intellectual property owner, typically the partner.
  5. Additionally, at the request of Raiver Figueroa, ensure that the module has an icon.

pre-commit hook

You can use this module as a pre-commit plugin this way

- repo: https://github.com/quilsoft-org/gen-readme.git
    rev: 1.3.45
    hooks:
    - id: gen-readme
      args:
        - --min-description-words 20
        - --website https://quilsoft.com
        - --org_name quilsoft-org
        - --author Quilsoft

Local Installation

You can install the plugin locally and run it against a set of modules. To do this, you need to install it with:

sudo pipx install gen-odoo-readme

See proyect details in pypi.org/gen-odoo/readme

Use the gen-readme --help command for detailed usage instructions:

Usage: gen-readme [OPTIONS] [FILES]...

main function for gen_readme

Options:
--addons DIRECTORY              Directory containing several addons, the
                                README will be generated for all installable
                                addons found there...
--min-description-words INTEGER
                                Minimum number of words that the DESCRIPTION
                                section must contain./n Default 40
--website TEXT                  Partner website; the logo at the end of the
                                README is taken from this website
--org-name TEXT                 Github Organization from the
                                partner./nDefault quilsoft-org
--help                          Show this message and exit

When working locally, you must provide the --addons-dir DIRECTORY option to make it work

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

gen_odoo_readme-1.3.49.tar.gz (20.3 kB view details)

Uploaded Source

Built Distribution

gen_odoo_readme-1.3.49-py3-none-any.whl (22.8 kB view details)

Uploaded Python 3

File details

Details for the file gen_odoo_readme-1.3.49.tar.gz.

File metadata

  • Download URL: gen_odoo_readme-1.3.49.tar.gz
  • Upload date:
  • Size: 20.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for gen_odoo_readme-1.3.49.tar.gz
Algorithm Hash digest
SHA256 ffe42f81ac913f1afb7096f03671ce3a7b2cf2b8d48e2cb095139f10f260f56b
MD5 29649e3508d9a4f7a1e2936017f3d4b7
BLAKE2b-256 930416a7d4d7ac771347ff26120998e135662765a0feee2defe9066a5d3642ef

See more details on using hashes here.

File details

Details for the file gen_odoo_readme-1.3.49-py3-none-any.whl.

File metadata

File hashes

Hashes for gen_odoo_readme-1.3.49-py3-none-any.whl
Algorithm Hash digest
SHA256 02f4a671b219432f2d2bb08f57a377e8bca31cd22ff9e2146b19e8d042683a24
MD5 7476e956e9116b54ec78e34a047ebe14
BLAKE2b-256 689f9e2e5278e7cd0b311ea41aac38f372912305fcaac5913f36aeb03fcc9191

See more details on using hashes here.

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