Skip to main content

Python Package Repository Creator

Project description

PyPReC: Python Package Repository Creator

DOI

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

Installation

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

pip install pyprec

Or manually:

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 --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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyprec-1.0.2.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

pyprec-1.0.2-py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page