invenio-groups Documentation

Similar documents
invenio-formatter Documentation

dublincore Documentation

TPS Documentation. Release Thomas Roten

Roman Numeral Converter Documentation

Python Project Example Documentation

chatterbot-weather Documentation

PyCRC Documentation. Release 1.0

Python wrapper for Viscosity.app Documentation

Python simple arp table reader Documentation

I2C LCD Documentation

Aircrack-ng python bindings Documentation

sainsmart Documentation

Simple libtorrent streaming module Documentation

django-idioticon Documentation

Release Nicholas A. Del Grosso

django-reinhardt Documentation

google-search Documentation

Poulpe Documentation. Release Edouard Klein

Simple Binary Search Tree Documentation

Django Wordpress API Documentation

Pykemon Documentation

Redis Timeseries Documentation

DNS Zone Test Documentation

OpenUpgrade Library Documentation

Google Domain Shared Contacts Client Documentation

django-cas Documentation

Release Fulfil.IO Inc.

open-helpdesk Documentation

Poetaster. Release 0.1.1

doconv Documentation Release Jacob Mourelos

Mantis STIX Importer Documentation

django CMS Export Objects Documentation

smartfilesorter Documentation

Game Server Manager Documentation

Python Schema Generator Documentation

withenv Documentation

Frontier Documentation

e24paymentpipe Documentation

dj-libcloud Documentation

gunny Documentation Release David Blewett

django-users2 Documentation

Python State Machine Documentation

pyldavis Documentation

pydrill Documentation

Release Ralph Offinger

Python AMT Tools Documentation

django-telegram-bot Documentation

Aldryn Installer Documentation

PyCon APAC 2014 Documentation

timegate Documentation

nacelle Documentation

AnyDo API Python Documentation

Python AutoTask Web Services Documentation

eventbrite-sdk-python Documentation

django-responsive2 Documentation

smsghussd Documentation

PyZillow Documentation

django-composite-foreignkey Documentation

gpib-ctypes Documentation

django-composite-foreignkey Documentation

Python State Machine Documentation

xmljson Documentation

django-stored-messages Documentation

API Wrapper Documentation

Python data pipelines similar to R Documentation

pvl Documentation Release William Trevor Olson

CID Documentation. Release Francis Reyes

Python Finite State Machine. Release 0.1.5

ejpiaj Documentation Release Marek Wywiał

Dragon Mapper Documentation

syslog-ng Apache Kafka destination

django-private-chat Documentation

yardstick Documentation

cwmon-mysql Release 0.5.0

lazy-object-proxy Release 1.3.1

invenio-oauthclient Documentation

xmodels Documentation

Job Submitter Documentation

ProxySQL Tools Documentation

dicompyler-core Documentation

OTX to MISP. Release 1.4.2

Airoscript-ng Documentation

django-bootstrap3 Documentation

Gearthonic Documentation

pytest-benchmark Release 2.5.0

Infoblox Client Documentation

Durga Documentation. Release dev2. transcode

DoJSON Documentation. Release Invenio collaboration

Microlab Instruments Documentation

Archan. Release 2.0.1

Connexion Sqlalchemy Utils Documentation

Flask-Sitemap Documentation

Release Manu Phatak

MT940 Documentation. Release Rick van Hattem (wolph)

Flask Gravatar. Release 0.5.0

contribution-guide.org Release

invenio-accounts Documentation

redis-lock Release 3.2.0

python-hologram-api Documentation

Face Recognition Documentation

Transcription:

invenio-groups Documentation Release 1.0.0.dev20160000 CERN Oct 03, 2016

Contents 1 User s Guide 3 1.1 Installation................................................ 3 1.2 Usage................................................... 3 2 API Reference 5 2.1 API Docs................................................. 5 3 Additional Notes 7 3.1 Contributing............................................... 7 3.2 Changes................................................. 9 3.3 License.................................................. 9 3.4 Authors.................................................. 9 i

ii

invenio-groups Documentation, Release 1.0.0.dev20160000 Invenio module that adds support for user groups. This is an experimental developer preview release. Free software: GPLv2 license Documentation: https://invenio-groups.readthedocs.io/ Contents 1

invenio-groups Documentation, Release 1.0.0.dev20160000 2 Contents

CHAPTER 1 User s Guide This part of the documentation will show you how to get started in using Invenio-Groups. 1.1 Installation 1.2 Usage 3

invenio-groups Documentation, Release 1.0.0.dev20160000 4 Chapter 1. User s Guide

CHAPTER 2 API Reference If you are looking for information on a specific function, class or method, this part of the documentation is for you. 2.1 API Docs 2.1.1 API 2.1.2 Models 5

invenio-groups Documentation, Release 1.0.0.dev20160000 6 Chapter 2. API Reference

CHAPTER 3 Additional Notes Notes on how to contribute, legal information and changes are here for the interested. 3.1 Contributing Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. 3.1.1 Types of Contributions Report Bugs Report bugs at https://github.com/inveniosoftware/invenio-groups/issues. If you are reporting a bug, please include: Your operating system name and version. Any details about your local setup that might be helpful in troubleshooting. Detailed steps to reproduce the bug. Fix Bugs Look through the GitHub issues for bugs. Anything tagged with bug is open to whoever wants to implement it. Implement Features Look through the GitHub issues for features. Anything tagged with feature is open to whoever wants to implement it. Write Documentation Invenio-Groups could always use more documentation, whether as part of the official Invenio-Groups docs, in docstrings, or even on the web in blog posts, articles, and such. 7

invenio-groups Documentation, Release 1.0.0.dev20160000 Submit Feedback The best way to send feedback is to file an issue at https://github.com/inveniosoftware/invenio-groups/issues. If you are proposing a feature: Explain in detail how it would work. Keep the scope as narrow as possible, to make it easier to implement. Remember that this is a volunteer-driven project, and that contributions are welcome :) 3.1.2 Get Started! Ready to contribute? Here s how to set up invenio for local development. 1. Fork the invenio repo on GitHub. 2. Clone your fork locally: $ git clone git@github.com:your_name_here/invenio-groups.git 3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development: $ mkvirtualenv invenio-groups $ cd invenio-groups/ $ pip install -e.[all] 4. Create a branch for local development: $ git checkout -b name-of-your-bugfix-or-feature Now you can make your changes locally. 5. When you re done making changes, check that your changes pass tests: $./run-tests.sh The tests will provide you with test coverage and also check PEP8 (code style), PEP257 (documentation), flake8 as well as build the Sphinx documentation and run doctests. 6. Commit your changes and push your branch to GitHub: $ git add. $ git commit -s -m "Your detailed description of your changes." $ git push origin name-of-your-bugfix-or-feature 7. Submit a pull request through the GitHub website. 3.1.3 Pull Request Guidelines Before you submit a pull request, check that it meets these guidelines: 1. The pull request should include tests and must not decrease test coverage. 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring. 8 Chapter 3. Additional Notes

invenio-groups Documentation, Release 1.0.0.dev20160000 3. The pull request should work for Python 2.7, 3.3, 3.4 and 3.5. Check https://travis-ci.com/inveniosoftware/ invenio-groups/pull_requests and make sure that the tests pass for all supported Python versions. 3.2 Changes Version 0.1.3 (released 2015-09-07) Adds space between icons and text within buttons. This follows the bootstrap design guidelines and makes it more consistent with the rest of Invenio. Reintegrates permission checks after module rewrite. (#17) (#19) Version 0.1.2 (released 2015-08-25) Adds missing invenio_upgrader dependency and amends past upgrade recipes following its separation into standalone package. Version 0.1.1 (released 2015-08-04) Removes dependency on Invenio legacy package. Version 0.1.0 (released 2015-07-31) Initial public release. 3.3 License Invenio is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Invenio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Invenio; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or submit itself to any jurisdiction. 3.4 Authors Invenio-Groups is a module developed for the Invenio digital library software. Contact us at info@inveniosoftware.org. Adrian Pawel Baran <adrian.pawel.baran@cern.ch> Alizee Pace <alizee.pace@gmail.com> Benoit Thiell <bthiell@cfa.harvard.edu> Charlotte Cattaneo <ciris.cattaneo@gmail.com> Diane Berkovits <diane.berkovits@cern.ch> Eirini Psallida <eirini.psallida@cern.ch> 3.2. Changes 9

invenio-groups Documentation, Release 1.0.0.dev20160000 Gregory Favre <gregory.favre@cern.ch> Guillaume Lastecoueres <PX9e@gmx.fr> Javier Martin <javier.martin.montull@cern.ch> Jerome Caffaro <jerome.caffaro@cern.ch> Jiri Kuncar <jiri.kuncar@cern.ch> Kamil Neczaj <kamil.neczaj@cern.ch> Konstantinos Kostis <konstantinos.kostis@cern.ch> Lars Holm Nielsen <lars.holm.nielsen@cern.ch> Leonardo Rossi <leonardo.r@cern.ch> Marco Neumann <marco@crepererum.net> Raquel Jimenez Encinar <raquel.jimenez.encinar@cern.ch> Sami Hiltunen <sami.mikael.hiltunen@cern.ch> Samuele Kaplun <samuele.kaplun@cern.ch> Tibor Simko <tibor.simko@cern.ch> Yoan Blanc <yoan.blanc@cern.ch> 10 Chapter 3. Additional Notes