Skip to content

pixalytics-ltd/pixutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixutils

Pixalytics python utilities - useful python code

Install

Install manually by cloning the git repository or let pip handle resolving the download and install process.

Manual install

  • download git repository
  • pip install .

To upgrade: pip install . --upgrade

Install using pip

This repository can also be installed as a pip module

Using http authentication

This will require the user to enter their username and github password:

  • Install from master branch:
$ python3 -m pip install git+https://github.com/pixalytics-ltd/pixutils.git
  • Install from a specific branch:
$ python3 -m pip install git+https://github.com/pixalytics-ltd/pixutils.git@feature/7

Using ssh authentication

This will not require the user to enter credentials, providing ssh authentication has been set up for the users development system on github.

  • Install from master branch:
$ python3 -m pip install git+ssh://[email protected]/pixalytics-ltd/pixutils.git
  • Install from a specific branch:
$ python3 -m pip install git+ssh://[email protected]/pixalytics-ltd/pixutils.git@feature/7

Utilities

Instructions for each module can be found in their respective readme files:

About

Pixalytics python utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published