Skip to content

arghavanvg/Packaging-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Package arghavan

example-package-arghavan is a simple Python library that contains a single function for rescaling arrays.

Installation

Download the source code and use the package manager pip to install package:

pip install .

Usage

import numpy as np
from example_package_arghavan.rescale import rescale

# rescales over 0 to 1
rescale(np.linspace(0, 100, 5))

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL 3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages