https://github.com/cphyc/yt_treefiles
A yt extension to work with HaloMaker catalogs
https://github.com/cphyc/yt_treefiles
Last synced: 15 days ago
JSON representation
A yt extension to work with HaloMaker catalogs
- Host: GitHub
- URL: https://github.com/cphyc/yt_treefiles
- Owner: cphyc
- License: bsd-3-clause
- Created: 2017-08-11T15:47:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T10:37:07.000Z (over 8 years ago)
- Last Synced: 2025-02-23T19:15:11.458Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
This is a template extension package for yt.
To use this template, download an archive of the current state of it from:
https://bitbucket.org/yt_analysis/yt_extension_template/get/tip.zip
and initialize a repository. You will need to update a few things:
* Copyright information in COPYING.txt
* Update setup.py, being sure to change:
* `package_name`, changing the `extname` part to whatever your package is
named
* Your email address (in two places)
* The URL to point to your repository
* Version number
* Description
* Rename the `extname` part of the directory `yt_extname` to be the name of
your package.
Once a package of the form `yt_extname` is installed, it will be importable as
`yt.extensions.extname`.