Skip to content

vechasofnow/curvv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 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 Loading_gif

Acknowledgements

About

The curvv package is a tiny python package mainly for importPackage() and end().

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors