https://github.com/chaoss/grimoirelab-chronicler
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: chaoss
- Language: Python
- Default Branch: main
- Size: 52.7 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Chronicler
Tool and library to convert Perceval data into events.
Usage
```text $ chronicler --help Usage: chronicler [OPTIONS] DATASOURCE
Generates GrimoireLab events from the items obtained by Perceval.
The chronicler is a command line tool and a library that converts items generated by Perceval into events. The tool reads these events from the standard input or from a given file.
To run it, you will have to give the type of items the chronicler is receiving with DATASOURCE argument (e.g. git, github, gitlab).
Output is produced using JSON format. Use the option
Options: --input FILENAME File with perceval items --output FILENAME File where events will be written --json-line Produce a JSON line for each output item --version Show the version and exit. --help Show this message and exit. ```
You can connect the Chronicler with Perceval to generate events.
sh
perceval git --json-line https://example.com | chronicler git
Installation
There are several methods to install this tool.
pip
sh
pip install grimoirelab-chronicler
poetry (source code)
We use poetry for dependency management and packaging. You can install chronicler and its dependencies on an isolated environment provided by poetry.
sh
poetry install
poetry shell
Contributing
Chronicler is part of the GrimoireLab project. Please read its Contributing Guidelines for more information.
Owner
- Name: CHAOSS
- Login: chaoss
- Kind: organization
- Website: https://chaoss.community/
- Twitter: chaossproj
- Repositories: 64
- Profile: https://github.com/chaoss
GitHub Events
Total
- Issues event: 2
- Issue comment event: 2
- Push event: 2
- Pull request review event: 5
- Pull request review comment event: 3
- Pull request event: 3
- Fork event: 1
Last Year
- Issues event: 2
- Issue comment event: 2
- Push event: 2
- Pull request review event: 5
- Pull request review comment event: 3
- Pull request event: 3
- Fork event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jose Javier Merchante | j****e@b****m | 8 |
| Santiago Dueñas | s****s@b****m | 5 |
| Eva Millán | e****n@b****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 1
- Total pull requests: 6
- Average time to close issues: 3 minutes
- Average time to close pull requests: 13 days
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.17
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 6
- Average time to close issues: 3 minutes
- Average time to close pull requests: 13 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.17
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- canasdiaz (1)
Pull Request Authors
- jjmerchante (4)
- evamillan (2)
- sduenas (1)