hilbert-modular-group 0.1.3__cp312-cp312-macosx_15_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hilbert-modular-group might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ from .version import version as __version__
@@ -0,0 +1,9 @@
1
+ try:
2
+ # Need to import some symbols explicitly for command line imports when using Passagemath
3
+ from sage.all__sagemath_symbolics import Category
4
+ except ImportError:
5
+ pass
6
+ from .hilbert_modular_group_class import HilbertModularGroup, is_HilbertModularGroup
7
+ from .pullback import HilbertPullback
8
+ from .upper_half_plane import UpperHalfPlaneProductElement, ComplexPlaneProductElement, \
9
+ ComplexPlaneProduct, UpperHalfPlaneProduct