Giter Site home page Giter Site logo

oarepo-cli's Introduction

CESNET, UCT Prague and NTK wrapper around invenio v3

This meta-package contains a curated and tested set of dependencies on Invenio and OArepo libraries. It should be considered as a base building block for creating any OA repository applications.

The package contains the following dependency bundles:

Bundle name Description
deploy All the dependencies needed for a basic repository deployment
deploy-es7 All the ElasticSearch 7 compatible dependencies needed for a basic repository deployment
openid Dependencies needed for openid authentication
multisum Support for multiple file checksums (deprecated)
files Support for uploading files
acls ACLs support
links Enable linking to another records
models Includes all the common data models (DCObject, multilingual fields, Invenio model,...)
includes Adds support to compose ES mappings by including another mappings
taxonomies Adds support for taxonomic trees
tests Includes test dependencies
draft Adds support for draft records
iiif Adds support for file (image) preview generation
micro-api A WSGI app to serve API-only apps under the /api prefix

They could be installed, depending on needs of each repository application, by running:

pip install oarepo[bundle-name]

oarepo-cli's People

Contributors

mesemus avatar mirekys avatar silvypuzzlewell avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

oarepo-cli's Issues

Update virtualenvs created by the installer

The installer creates .venv/* virtualenvs. Installer steps does not check if the virtualenv is up to date - if it exists, it is used.

The correct behaviour would be to check for our code and if required, upgrade

Add support for language selection in site add

Add support for setting up BABEL_DEFAULT_LOCALE and I18N_LANGUAGES in nrp-cli site add command
(this means adding this to cookiecutter_site or patching the default config)

 # Other supported languages (do not include BABEL_DEFAULT_LOCALE in list).
 I18N_LANGUAGES = [
-    # ('de', _('German')),
-    # ('tr', _('Turkish')),
+    ('cs', _('Czech')),
 ]

Also, add support for timezone selection (BABEL_DEFAULT_TIMEZONE)

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.