Giter Club home page Giter Club logo

gen_readme's Introduction

Create README.md doc module

gen_readme is tool for creating README.md doc module.

Developed in python code.

The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.

Python package GitHub issues open GitHub contributors

Table of Contents

Installation

Install Python2 Package Install Python3 Package

Currently there are three ways to install tool

  • Install process based on pip
  • Install process based on setup.py (setuptools)
  • Install process based on docker mechanism
Install using pip

Python package is located at pypi.org.

You can install by using pip

#python2
pip install gen_readme
#python3
pip3 install gen_readme
Install using setuptools

Navigate to release page download and extract release archive.

To install modules, locate and run setup.py, type the following

tar xvzf gen_readme-x.y.z.tar.gz
cd gen_readme-x.y.z
#python2
pip install -r requirements.txt
python setup.py install_lib
python setup.py install_egg_info
python setup.py install_data
#python3
pip3 install -r requirements.txt
python3 setup.py install_lib
python3 setup.py install_egg_info
python3 setup.py install_data
Install using docker

You can use Dockerfile to create image/container.

gen_readme docker checker

Dependencies

gen_readme requires next modules and libraries

Tool structure

gen_readme is based on OOP

Generator structure

gen_readme/
├── conf/
│   ├── gen_readme.logo
│   ├── gen_readme.cfg
│   ├── gen_readme_util.cfg
│   ├── project.yaml
│   └── template/
│       ├── README_AVR.template
│       ├── README_CC.template
│       ├── README_C.template
│       ├── README_JS.template
│       ├── README_PL.template
│       ├── README_PY.template
│       ├── README_RPI.template
│       ├── README_SH.template
│       ├── README_STM.template
│       └── README_VALA.template
├── __init__.py
├── log/
│   └── gen_readme.log
├── pro/
│   ├── __init__.py
│   ├── read_template.py
│   └── write_template.py
└── run/
    └── gen_readme_run.py

Docs

Documentation Status

More documentation and info at

Copyright and Licence

License: GPL v3 License

Copyright (C) 2020 by vroncevic.github.io/gen_readme

gen_readme is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 2.x/3.x or, at your option, any later version of Python 3 you may have available.

Lets help and support PSF.

Python Software Foundation

Donate

gen_readme's People

Contributors

vroncevic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.