Giter VIP home page Giter VIP logo

bertanthonyrochester / cookiecutter-invenio-instance Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inveniosoftware/cookiecutter-invenio-instance

1.0 1.0 0.0 242 KB

Cookiecutter template for an Invenio instance.

Home Page: https://cookiecutter-invenio-instance.readthedocs.io

License: MIT License

Python 58.71% HTML 5.91% Shell 10.65% Makefile 10.65% Batchfile 9.98% Dockerfile 1.82% Smarty 0.59% JavaScript 0.78% CSS 0.92%

cookiecutter-invenio-instance's Introduction

Cookiecutter-Invenio-Instance

image

image

This Cookiecutter template is designed to help you to bootstrap an Invenio service.

Quickstart

Install the latest Cookiecutter if you haven't installed it yet:

pip install -U cookiecutter

Generate your Invenio instance:

cookiecutter https://github.com/inveniosoftware/cookiecutter-invenio-instance.git -c v3.1

More detailed steps can be found in the https://invenio.readthedocs.io/en/latest/quickstart/quickstart.html

Features

  • Python package: Python package for your service.
  • Boilerplate files: README including important badges, AUTHORS and CHANGES files.
  • License: MIT file and headers.
  • Installation: Installation workflow and dependency management using pipenv.
  • Tests: Testing setup using pytest.
  • Documentation: Documentation generator using Sphinx. Also includes all files required for Read the Docs. Mocking module to simulate not-installed requirements for faster documentation building.
  • Continuous integration: Support for Travis which tests all requirement levels and adds coverage tests using Coveralls.
  • Your toolchain: Ignores a decent set of files when working with Git and Docker. Gets your editor to adapt project guidelines by providing an EditorConfig file.

Configuration

To generate correct files, please provide the following input to Cookiecutter:

project_name

Full project name, might contain spaces.

project_shortname

Project shortname, no spaces allowed, use - as a separator.

project_site

Project website host.

package_name

Package/Module name for Python, must follow PEP 0008.

github_repo

GitHub repository of the project in form of USER/REPO, not the full GitHub URL.

description

A short description of the functionality of the module, its length should not extend one line.

author_name

The name of the primary author of the project, not necessarily the same as the copyright holder.

author_email

E-Mail address of the primary author.

year

Current year.

copyright_holder

Name of the person or organization who acts as the copyright holder of this project.

transifex_project

Name of the project on transifex translation platform.

database

The database you are planning to use. PostgreSQL (postgresql) and MySQL (mysql) supported at the moment.

elasticsearch

The version of ElasticSearch you are planning to use. Versions 6.x (elasticsearch6) and 7.x (elasticsearch7) supported at the moment.

datamodel

Whether to create a custom model (Custom) or continue without one (None).

datamodel_extension_class

Name of the class of your custom datamodel.

datamodel_pid_name

Name of the Persistent IDentifier attribute of the datamodel.

Further documentation is available on https://invenio.readthedocs.io/

cookiecutter-invenio-instance's People

Contributors

slint avatar lnielsen avatar glignos avatar chiarabi avatar egabancho avatar mvidalgarcia avatar switowski avatar dinosk avatar equadon avatar topless avatar fenekku avatar frankois avatar kpsherva avatar okraskaj avatar monaawi avatar ntarocco avatar

Stargazers

BERT ANTHONY ROCHESTER avatar

Watchers

James Cloos 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.