A Python Package for increase in success of deployability of a program on a different device.
Project description
Curvv is an open-minded python package which focuses on deployability of a program on devices which do not have required packages installed along with other functionality.
To install curvv run:
pip install curvv
Uses
The best function of curvv is the packageSafety(*args).
For example, suppose you are making a program that requires you to import the numpy package however you are not sure if the device where the program shall run has numpy installed. This is where the packageSafety(*args) function becomes useful.
Just write:
import curvv
from curvv import packageSafety as pS
pS("numpy")
This shall check if the numpy package is installed and if it does not find the package it will automatically install the package(s).
Other funx include:
- wait( *time )
- end( *time )
- clearCache()
Other CLI commands
Curvv has CLI commands for various tasks.
New Github Repository.
Simply run the following in the command prompt:
cvv gh-new --token TOKEN --name NAME --type TYPE
TaskVault Portable (Beta version 0.0.2)
Simply run the following in the command prompt:
cvv async --launch TSV
Last Updated:
05/10/2024
Issues
- Run Time
Acknowledgements
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file curvv-0.4.25.tar.gz
.
File metadata
- Download URL: curvv-0.4.25.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84e3481b73a0493968118dd67e77601ec5fab0e16de1adc94c4c7bb2ce3b4e91 |
|
MD5 | 8eea16e44188fcc4347c588dc737124f |
|
BLAKE2b-256 | 3db0f60e0785d49db21928ef0bfe9959c629b3acb31e4e8d75d27c4bd35cfe23 |
File details
Details for the file curvv-0.4.25-py3-none-any.whl
.
File metadata
- Download URL: curvv-0.4.25-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f2167a363eaa4de8679aa764808386874f67add32d2407a13031341b4400905 |
|
MD5 | 2a55eb9add2101d4dee0ad04826756b2 |
|
BLAKE2b-256 | 54e1fd835bb77a8a127057921669f7290aa01330f42baab53329f4ea97fc9240 |