PyPReC: Python Package Repository Creator
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.
Release files for pyprec 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyprec-1.0.2.tar.gz | 14.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyprec-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 33.1 kB
Release files / pyprec-1.0.2.tar.gz
| Download URL | pyprec-1.0.2.tar.gz |
|---|---|
| Size | 14.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
648de147de472c38ae78e6948403633d714ffe660d71ce6378f04142ed805bf9
|
|
BLAKE2b-256 checksum How to use checksums |
3c3af1fd36f19b14ae6118f9c3377c2dc3e05507c694f3b090f3d88c05f4b537
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|
Release files / pyprec-1.0.2-py3-none-any.whl
| Download URL | pyprec-1.0.2-py3-none-any.whl |
|---|---|
| Size | 18.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6640efd3838763b6cbb554e106f6fb1b0046e0575cc9584e507ca23e966447aa
|
|
BLAKE2b-256 checksum How to use checksums |
f1ebd87ce4a72aec4b68abfc5dc926eb2f6090c87cc0e0c2f38b050c60d2403c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|