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

Other CLI commands

Curvv has CLI commands for many tasks including creating github repos.

Simply run the following in the command prompt:

cvv gh-new --token {your_github_api} {repository_name} {repository_type}

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.20.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

curvv-0.4.20-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: curvv-0.4.20.tar.gz
  • Upload date:
  • Size: 5.4 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.20.tar.gz
Algorithm Hash digest
SHA256 f891de634aa4f3c394b257ae3da88e0489943445abe48608987462d626db16bd
MD5 d42c5c84ce6e174ff08ec5362b906b1c
BLAKE2b-256 97490fed32c1b3d15382f80d832bc99dbfb4d38b98eadb400caf4c1b9225038e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: curvv-0.4.20-py3-none-any.whl
  • Upload date:
  • Size: 6.2 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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 8bddabbf30b77e38138f11546852b6283158047ec63760d7d9b8de839bbd58aa
MD5 ce669bcae9cf24a2138235d08677362a
BLAKE2b-256 934b0dacf752ecf91941336e070b2846c762bc01ccaa112f6548c547818e8e9b

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