pyprec

Python Repository Creator

https://github.com/marcorossi5/pyprec

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Python Repository Creator

Basic Info
  • Host: GitHub
  • Owner: marcorossi5
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 40 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 3
Created almost 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation

README.md

PyPReC: Python Package Repository Creator

DOI

This package automates the process of repository creation for Python packages.

Documentation

The documentation for pyprec can be consulted in the readthedocs page: pyprec.readthedocs.io.

Installation

The package can be installed with Python's pip package manager.

bash pip install pyprec

Or manually:

bash git clone https://github.com/marcorossi5/pyprec.git cd pyprec pip install .

The last command installs the pyprec program into the environment python path.

Running the code

Package help message:

```bash $ bash --help usage: pyprec [-h] [-r RUNCARD] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}]

optional arguments: -h, --help show this help message and exit -r RUNCARD, --runcard RUNCARD The settings runcard file. -l {DEBUG,INFO,WARNING,ERROR,CRITICAL} set logging level ```

If a runcard is specified, settings are loaded from it. Please, find a default runcard here.

If no runcard is given by the user, the interactive mode is triggered: answer the prompted questions to proceed.

:warning: Note:
Both modes require that the prefix_folder does not contain any src folder inside. This is needed to ensure a clean workspace and avoid unintentional file deletion.

Owner

  • Name: Marco Rossi
  • Login: marcorossi5
  • Kind: user
  • Company: CERN openlab

Doctoral student in Physics at University of Milan and CERN openlab

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: pyprec
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Marco
    family-names: Rossi
    email: rssmrc.11@gmail.com
    affiliation: CERN openlab
    orcid: 'https://orcid.org/0000-0002-7882-2798'
identifiers:
  - type: doi
    value: https://doi.org/10.5281/zenodo.6631547
    description: >-
      The package DOI for all the versions. Resolves
      to the latest version of the work.
repository-code: 'https://github.com/marcorossi5/pyprec'
url: 'https://pyprec.readthedocs.io/en/latest/'
license: MIT
version: 1.0.2
date-released: '2022-06-10'

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 19
  • Total Committers: 2
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.053
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
marcorossi5 r****1@g****m 18
Marco Rossi 5****5 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.6
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • marcorossi5 (5)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 7 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
pypi.org: pyprec

Python Package Repository Creator

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 7 Last month
Rankings
Dependent packages count: 6.6%
Average: 26.7%
Forks count: 30.5%
Dependent repos count: 30.6%
Stargazers count: 39.1%
Maintainers (1)
Last synced: 7 months ago