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
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.0.tar.gz
(20.0 kB
view hashes)
Built Distribution
Close
Hashes for probable_fiesta-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 394567e34a23a67f7f84d5031c7669dcbb8dfcbe91f176cddb2056775ae7e513 |
|
MD5 | 663ea9759b5f5bf4d35eb28231b38211 |
|
BLAKE2b-256 | 01753a0220199697dbed8c44807e84f03389388cd6991cfcdb3a0d07a3324cca |