https://github.com/pgjones/nusoft
Package manager for neutrino physics
https://github.com/pgjones/nusoft
Last synced: about 1 year ago
JSON representation
Package manager for neutrino physics
- Host: GitHub
- URL: https://github.com/pgjones/nusoft
- Owner: pgjones
- License: other
- Created: 2014-02-26T20:04:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T20:22:16.000Z (almost 12 years ago)
- Last Synced: 2025-02-16T19:33:29.573Z (over 1 year ago)
- Language: Python
- Size: 286 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nusoft package manager
======================
A package manager for software used in particle physics experiments.
Installation
------------
Clone this repository and source the env.(c)sh file.
Requirements
------------
* Python 2.7
Usage
-----
To see the list of packages available run
nusoft list
To install the package run
nusoft install package_name
Documentation
-------------
Sphinx based documentation is available in the `docs` directory. To build HTML documentation,
cd doc
make html
Output is placed in `doc/_build/html`.
Testing
-------
To test the code is working as expected run
python -m unittest discover nusoft/test/