Python Core Package.
Project description
probable-fiesta
There's probably a fiesta somewhere.
Python Package Core
A Python package core for building a Python package.
Installation
Installation using pip
pip install probable-fiesta
Installation with automatic build and install
It is recommended to setup a virtual environment.
To install locally with automatic build and install, run the following command in the root directory of the project.
git clone https://github.com/sergio-munoz/probable-fiesta.git
cd probable-fiesta
chmod +x scripts/build_install.sh
./scripts/build_install.sh
Installation with manual build and install
Setup a new virtual environment and install packages in requirements.txt
.
python -m venv build_venv
source build_venv/bin/activate
(build_venv) $ pip install -r build_requirements.txt
(build_venv) $ hatch build
(build_venv) $ pip install dist/probable_fiesta-${VERSION}.tar.gz
Installation in Jupyter Notebook
To install the into the Jupyter Notebook kernel:
import sys
!{sys.executable} -m pip install -U --no-deps probable-fiesta
Usage
probable_fiesta --help
Build and Run
Build and Run command
Build and a command. Pass flags, for example --version
:
./scripts/build_install.sh & probable_fiesta --version
Tests
Automatic
./scripts/test_coverage.sh
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
probable_fiesta-0.1.1.tar.gz
(19.8 kB
view hashes)
Built Distribution
Close
Hashes for probable_fiesta-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4f69af46a638032f00f4c34fa102860e09eda36293b857548f9789b63b2c469 |
|
MD5 | dee547663f4574377a49150dc42d534f |
|
BLAKE2b-256 | 9eeb0c51b443dd5b5eb6e4ab3470fee2f014a55a4ed880ade9764577d4c1adef |