Helper utilities around the Scikit-HEP ecosystem for common tasks in HEP
Project description
heputils
Helper utilities around the Scikit-HEP ecosystem for common tasks in HEP
This library is not meant for wide use and will probably be deprecated in favor of a Scikit-HEP library soon. This library should be viewed as a testing grounds for API design decisions.
Installation
In a fresh virtual environment you can install from PyPI with
python -m pip install heputils
Development releases
If you want to install unsupported development releases you can do so from TestPyPI.
First install heputils
like normal from PyPI to get stable releases of all dependencies
python -m pip install heputils
then install the development release of heputils
from TestPyPI with the following
python -m pip install --upgrade --extra-index-url https://test.pypi.org/simple/ --pre heputils
which will get the release on TestPyPI that corresponds to the most recent commit on master
.
You can of course also install directly from the Git repository "locally" by first cloning the repo and then from the top level of it running
python -m pip install .
Contributing
As this library is experimental contributions of all forms are welcome. If you have ideas on how to improve the API or conceptually how a library meant to introduce people to the Scikit-HEP ecosystem should be structured please open an Issue. You are of course also most welcome and encouraged to open PRs.
Developing
To develop, use a virtual environment. Once the environment is activated, clone the repo from GitHub
git clone git@github.com:matthewfeickert/heputils.git
and install all necessary packages for development
python -m pip install --ignore-installed --upgrade --editable .[complete]
Then setup the Git pre-commit hooks by running
pre-commit install
Acknowledgements
This library is built upon the hard work of many people in the Scikit-HEP ecosystem and is only possible because of the exchange of ideas and contributions of people working together, across experiments and fields to improve science. This is not an inevitability, but rather the result of directed thought, time, and effort, to which I am most thankful to have benefited from and have been involved in.
Requests
Cite the software you use in your papers.
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
Built Distribution
File details
Details for the file heputils-0.0.5.tar.gz
.
File metadata
- Download URL: heputils-0.0.5.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 279b560afa66fd4aac234840c36fcd77730a3023c143d5a0906fae223f093725 |
|
MD5 | 5c398b63adbae9310d8b85eda1fa7d27 |
|
BLAKE2b-256 | 41a541651fc7818177473f887ecbeb4d263095909d73e234ae77ded53faf9d07 |
File details
Details for the file heputils-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: heputils-0.0.5-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc1b4385f6d4719ac84c0bd3cdb0130c3edc53e2a32b6032abb9849ab1112a20 |
|
MD5 | e87a0e6560a541a22e3ae4e23b8d3096 |
|
BLAKE2b-256 | 5d8f2f706bc3948108c4976c67ed7e681e04da2e21846a614ac6c8c3cedd846a |