Metadata-Version: 2.4
Name: ulula
Version: 1.0.2
Summary: A lightweight 2D hydro solver
Author-email: Benedikt Diemer <diemer@umd.edu>
License: MIT
Project-URL: Homepage, https://bitbucket.org/bdiemer/ulula
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: h5py
Dynamic: license-file

Ulula
=====

Ulula is an ultra-lightweight 2D hydro code for teaching and experimentation. The code is designed
to be as short as possible and easy to understand, while not compromising on performance. 

You can find the code in the `public BitBucket repository <https://bitbucket.org/bdiemer/ulula/src/master/>`_.
Ulula is in the testing phase and comes with absolutely zero warranty! Please see the 
`documentation <https://bdiemer.bitbucket.io/ulula/>`_ and the 
`code paper <https://ui.adsabs.harvard.edu/abs/2025arXiv250520399D/abstract>`_
for more information.

Main Developer: Benedikt Diemer (diemer@umd.edu)

License:        MIT. Copyright (c) 2020-2025
