Skip to main content

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

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 TOKEN --name NAME --type TYPE

Last Updated:

04/10/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.21.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

curvv-0.4.21-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: curvv-0.4.21.tar.gz
  • Upload date:
  • Size: 6.0 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.21.tar.gz
Algorithm Hash digest
SHA256 1e7a80a812f55279c896c3e636633086d43ed574960bfb2ac9e55fcdbbedf3d6
MD5 f44f399ed96a3fc50bda7a195acc7625
BLAKE2b-256 a299cdeea3c38a5d09d001a00fb5736ae4ad42727b8f8afe3a060a9a36c594d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: curvv-0.4.21-py3-none-any.whl
  • Upload date:
  • Size: 7.6 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.21-py3-none-any.whl
Algorithm Hash digest
SHA256 3d456b65f77a07326c8bc6ec267ac3adbc7f93d38185291b6ce0ad3e55147f52
MD5 160d7b6bf94423e9652d413e77d3b150
BLAKE2b-256 d7be0fd80d2656b028772af449742c4565762e6f9445b3b26add08ebb8f159b4

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