Metadata-Version: 2.1
Name: hypigu
Version: 1.0
Summary: A SageMath package that provides functions to compute the Igusa local zeta function associated with hyperplane arrangements.
Home-page: https://joshmaglione.github.io/hypigu/
Author: Joshua Maglione
Author-email: jmaglione@math.uni-bielefeld.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/joshmaglione/hypigu/issues
Description: # HypIgu
        
        HypIgu (HYPerplane IGUsa) is a SageMath package that provides functions to compute the Igusa local zeta function associated with hyperplane arrangements. It further contains various constructions of hyperplane arrangements and functions to compute their flag Hilbert&ndash;Poincaré series and other zeta functions. 
        
        ## Installation & Setup
        
        The simplest way to install HypIgu in Sage is by running (SOON!)
        
        ```bash
        $ sage -pip install hypigu
        ```
        
        HypIgu source files can be downloaded here: [Latest version](https://github.com/joshmaglione/hypigu/releases/latest)
        
        This package is compatible with [SageMath 9.2](https://www.sagemath.org/) and has no external dependencies.
        
        ## Documentation
        
        Found [online](https://joshmaglione.github.io/hypigu/) or in repo: 
        - Home: `./docs/index.html`
            - Constructors: `./docs/constructors/index.html`
            - Lattices: `./docs/lattices/index.html`
            - Rational Functions: `./docs/rational-functions/index.html`
        
        ## Funding 
        
        This package is funded in part by DFG grant [373111162](https://gepris.dfg.de/gepris/projekt/373111162?language=en).
        
        ## Copyright & License
        
        Copyright 2021 Joshua Maglione.
        
        HypIgu is distributed with the MIT License.
        
Keywords: SageMath,hyperplane arrangements,Igusa zeta functions,topological zeta functions,Flag Hilbert--Poincare series
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
