Name | probable-fiesta JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | Python Core Package. |
upload_time | 2023-01-27 22:48:30 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.7 |
license | BSD 3-Clause License Copyright (c) 2023, Sergio M Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# probable-fiesta
[](https://github.com/sergio-munoz/probable-fiesta/actions/workflows/python_app.yml) [](https://github.com/sergio-munoz/probable-fiesta/actions/workflows/python_publish.yml) [](https://wakatime.com/badge/user/1e0e8b49-a94f-431f-8ca2-93081dfb4c8b/project/0dca8cc1-046e-4345-a174-50d11cad482b)
> There's probably a fiesta somewhere.
Python Package Core
A Python package core for building a Python package.
## Installation
## Installation using pip
```bash
pip install probable-fiesta
```
## Installation with automatic build and install
> It is recommended to setup a [virtual environment](https://docs.python.org/3/library/venv.html).
To install locally with automatic build and install, run the following command in the root directory of the project.
```bash
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`.
```bash
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:
```bash
import sys
!{sys.executable} -m pip install -U --no-deps probable-fiesta
```
## Usage
```bash
probable_fiesta --help
```
## Build and Run
### Build and Run command
Build and a command. Pass flags, for example `--version`:
```bash
./scripts/build_install.sh & probable_fiesta --version
```
Raw data
{
"_id": null,
"home_page": "",
"name": "probable-fiesta",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Sergio Munoz <sergio.munoz@pubnub.com>",
"download_url": "https://files.pythonhosted.org/packages/19/9a/4484139702b689a5dece990d3876d93a04a115b6f04d96d8a114ced0d913/probable_fiesta-0.1.0.tar.gz",
"platform": null,
"description": "# probable-fiesta\n\n[](https://github.com/sergio-munoz/probable-fiesta/actions/workflows/python_app.yml) [](https://github.com/sergio-munoz/probable-fiesta/actions/workflows/python_publish.yml) [](https://wakatime.com/badge/user/1e0e8b49-a94f-431f-8ca2-93081dfb4c8b/project/0dca8cc1-046e-4345-a174-50d11cad482b)\n\n> There's probably a fiesta somewhere.\n\nPython Package Core \n\nA Python package core for building a Python package.\n\n## Installation\n\n## Installation using pip\n\n\n```bash\npip install probable-fiesta\n```\n\n## Installation with automatic build and install\n\n\n> It is recommended to setup a [virtual environment](https://docs.python.org/3/library/venv.html).\n\nTo install locally with automatic build and install, run the following command in the root directory of the project.\n\n```bash\ngit clone https://github.com/sergio-munoz/probable-fiesta.git\ncd probable-fiesta\nchmod +x scripts/build_install.sh\n./scripts/build_install.sh\n```\n\n## Installation with manual build and install\n\nSetup a new virtual environment and install packages in `requirements.txt`.\n\n```bash\npython -m venv build_venv\nsource build_venv/bin/activate\n(build_venv) $ pip install -r build_requirements.txt\n(build_venv) $ hatch build\n(build_venv) $ pip install dist/probable_fiesta-${VERSION}.tar.gz\n```\n\n### Installation in Jupyter Notebook\n\nTo install the into the Jupyter Notebook kernel:\n\n```bash\nimport sys\n!{sys.executable} -m pip install -U --no-deps probable-fiesta\n```\n\n## Usage\n\n```bash\nprobable_fiesta --help\n```\n\n## Build and Run\n\n### Build and Run command\n\nBuild and a command. Pass flags, for example `--version`:\n\n```bash\n./scripts/build_install.sh & probable_fiesta --version\n```\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) 2023, Sergio M Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "Python Core Package.",
"version": "0.1.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "01753a0220199697dbed8c44807e84f03389388cd6991cfcdb3a0d07a3324cca",
"md5": "663ea9759b5f5bf4d35eb28231b38211",
"sha256": "394567e34a23a67f7f84d5031c7669dcbb8dfcbe91f176cddb2056775ae7e513"
},
"downloads": -1,
"filename": "probable_fiesta-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "663ea9759b5f5bf4d35eb28231b38211",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 27132,
"upload_time": "2023-01-27T22:48:29",
"upload_time_iso_8601": "2023-01-27T22:48:29.727865Z",
"url": "https://files.pythonhosted.org/packages/01/75/3a0220199697dbed8c44807e84f03389388cd6991cfcdb3a0d07a3324cca/probable_fiesta-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "199a4484139702b689a5dece990d3876d93a04a115b6f04d96d8a114ced0d913",
"md5": "252c5f1bd632841dd462b7a069c77c3e",
"sha256": "feff4fc059d63458c48f9457db4d39d2600c3f0e4dab7f6232081a6aabd6b4d3"
},
"downloads": -1,
"filename": "probable_fiesta-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "252c5f1bd632841dd462b7a069c77c3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 19971,
"upload_time": "2023-01-27T22:48:30",
"upload_time_iso_8601": "2023-01-27T22:48:30.857698Z",
"url": "https://files.pythonhosted.org/packages/19/9a/4484139702b689a5dece990d3876d93a04a115b6f04d96d8a114ced0d913/probable_fiesta-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-27 22:48:30",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "probable-fiesta"
}