Skip to main content

Commonly used tools across my own personal projects.

Project description

hyclib

A personal python package containing commonly used functions within my projects.

Install

pip install hyclib

If you're developing the package, then clone/fork the package, and in the top level directory of the repository do

pip install -r requirements.txt

Since this package requires pytorch, if you're on a linux system and want a cpu-only version of pytorch, you can instead do

pip install -r requirements_linux_cpu.txt

Note: If you're on M1 Mac, there's a problem with pytables version 3.8.0 (as of writing) that you might encounter during install in which it complains it cannot find hdf5 install. If that is the case, then do

export HDF5_DIR=/opt/homebrew/opt/hdf5

you can put this line in your ~/.bashrc file for convenience.

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

hyclib-0.1.39.tar.gz (48.4 kB view hashes)

Uploaded Source

Built Distribution

hyclib-0.1.39-py3-none-any.whl (49.4 kB view hashes)

Uploaded Python 3

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