Skip to content

icyi2i/python-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-helpers

A collection of helper functions for rapid development!

Installation

  1. Directly from PyPI

    pip install py-helpers-icyi2i
  2. From distributions:

    1. Download the zip package or clone the repo

    2. Use pip to install via wheel or tarball.

      # via wheel
      python -m pip install py_helpers_icyi2i-0.0.1-py3-none-any.whl
      # OR
      # via tgz
      python -m pip install py-helpers-icyi2i-0.0.1.tar.gz

Working with examples

# Setup the virtual environment
python -m pip install --upgrade virtualenv
python -m virtualenv __venv__

# Activate the virtual environment
# windows
source __venv__/Scripts/activate
# linux
source __venv__/bin/activate

pip install -r requirements.txt

# Run the script
python examples/type_input.py

Build

pip install --upgrade build
python -m build

About

A collection of helper functions for rapid development!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages