Skip to main content

A Python Package for increase in success of deployability of a program on a different device.

Project description

Curvv

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).

Curvv_logo

Other funx include:

  • wait( *time )
  • end( *time )
  • clearCache()

Last Updated:

26/09/2024

Issues

  • Run Time Loading_gif

Acknowledgements

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

curvv-0.4.3.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

curvv-0.4.3-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file curvv-0.4.3.tar.gz.

File metadata

  • Download URL: curvv-0.4.3.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for curvv-0.4.3.tar.gz
Algorithm Hash digest
SHA256 3e2172aede71d55e1ca98ca72b9f0f99e6b77b308ba28917a65a05701a1d53bc
MD5 0b6087bdb1bc2a7b6c0a0e2104dbb8dc
BLAKE2b-256 9b204efba52bce662ad3c3ffcd68dd3524c392bddbc354b40077c31712c2f77e

See more details on using hashes here.

File details

Details for the file curvv-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: curvv-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for curvv-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c145f4d58592ba6aab26a09e2647ef18d5b1ac155dbf754d8f8c936e4c6b7053
MD5 b3f12e2053d079d9195ba43a7e12b382
BLAKE2b-256 a3bb01bceeb00094ebea6e54a2c518ad45e33065122d60fc100a617bb1ce06f1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page