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 repo.new {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.11.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

curvv-0.4.11-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: curvv-0.4.11.tar.gz
  • Upload date:
  • Size: 4.9 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.11.tar.gz
Algorithm Hash digest
SHA256 b17fef3e8e20a6f84a7d2e870e59e50286b02c36f6d64e955c2ef52e2ff1d540
MD5 2b729e3f4c610f655441b6fc1c83346f
BLAKE2b-256 e5fcf63ae4591020ba46425a891d3951a3785d858d597af5e5181d4ce15fa480

See more details on using hashes here.

File details

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

File metadata

  • Download URL: curvv-0.4.11-py3-none-any.whl
  • Upload date:
  • Size: 5.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.11-py3-none-any.whl
Algorithm Hash digest
SHA256 92a90c1dfb194e737b56bfb8968e40c16243bacdbe9f35ac417436771b4d6d6e
MD5 e5c48245eec92734b5ebaa3d12bde3cd
BLAKE2b-256 1c29f9182be627b0f926c308df0530508df657855507bed8f5e0169db315fc97

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