Giter Site home page Giter Site logo

grimoirelab-perceval-finos's Introduction

perceval-finos Build Status Coverage Status

Bundle of Perceval backends for FINOS ecosystem.

Backends

The backends currently managed by this package support the next repositories:

  • FINOS meetings attendance

Requirements

  • Python >= 3.4
  • python3-requests >= 2.7
  • grimoirelab-toolkit >= 0.1.9
  • perceval >= 0.12.12

Installation

To install this package you will need to clone the repository first:

$ git clone https://github.com/Bitergia/grimoirelab-perceval-finos.git

Then you can execute the following commands:

$ pip3 install -r requirements.txt
$ pip3 install -e .

In case you are a developer, you should execute the following commands to install Perceval in your working directory (option -e) and the packages of requirements_tests.txt.

$ pip3 install -r requirements.txt
$ pip3 install -r requirements_tests.txt
$ pip3 install -e .

Examples

FINOS meetings

Locating via URL

$ perceval finosmeetings https://gist.githubusercontent.com/maoo/27db80e0dba349caf95cd3f2af909fe8/raw/d8bdc91ed1ac2c0e5b8e0dc95d5248527c88260d/finos-meetings.csv

Locating via file path

$ perceval finosmeetings file:///Users/m/w/projects/metadata-tool/roster-data.csv

License

Licensed under GNU General Public License (GPL), version 3 or later.

grimoirelab-perceval-finos's People

Contributors

animeshk08 avatar harshalmittal4 avatar maoo avatar sduenas avatar valeriocos avatar vchrombie avatar zhquan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

grimoirelab-perceval-finos's Issues

finos backend doesn't seem to be present (?)

I've just run (in the root of a clone of this repo):

$ python3 -m venv /tmp/gl-finos
$ source /tmp/gl-finos/bin/activate
$ pip install -e .
$ perceval finos --help
Traceback (most recent call last):
  File "/tmp/gl-finos/bin/perceval", line 158, in <module>
    main()
  File "/tmp/gl-finos/bin/perceval", line 96, in main
    raise RuntimeError("Unknown backend %s" % args.backend)
RuntimeError: Unknown backend finos

Any clue about the problem?

(Before running pip install -e . y installed the latest grimoirelab-toolkit, also from its repository, also using pip install -e . in it, because otherwise pip cannot satisfy dependencies for grimoirelab-perceval-finos)

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.