mathgenerator/__init__.py,sha256=UEnlC0CiXJkj2jL_jpVfUxF3xLFxtO565GWYfyiM6Oc,186
mathgenerator/generator.py,sha256=i-MDq76MEFFGy_lya5Jd4QfBzznzGrDr7WSJEq5wBpk,833
mathgenerator/mathgen.py,sha256=M-zEHGaLfZKaNTcOjvAPSM_iwOjR3qRY1hnG4LxU9oM,122
mathgenerator/funcs/__init__.py,sha256=YEpbOEmQ7uyq62HxLoJuz5l-CdiGAjtXthW8m5CyvBU,175
mathgenerator/funcs/template.py,sha256=NdKLka_umOwC-MngU0TbswdzN5nPl1OpX2AYQxzBG0A,332
mathgenerator/funcs/template_comments.py,sha256=xdzs1ATb1k4J3RsFxxZRsnkvc-XVW2jROYY6GXAyDb0,1039
mathgenerator/funcs/algebra/__init__.py,sha256=tY0YLg8warhyjZfw6ufGn-QO59MUB67qwwcBzYyj6U8,1015
mathgenerator/funcs/algebra/basic_algebra.py,sha256=gLFnoKtue12k9-DzStV-8eFO9L1oFcz1UiV2umURMuc,886
mathgenerator/funcs/algebra/combine_like_terms.py,sha256=tyzd0laFKZMwA1_EdU_utFE-zWa_gZmCmMmd33dBk14,1536
mathgenerator/funcs/algebra/complex_quadratic.py,sha256=a4VAP40n4nB5HnuK1BH0DCfrO75qS0p_rwj1fHLVa5E,2057
mathgenerator/funcs/algebra/compound_interest.py,sha256=bILryyyo4HqRSKoGxlgC2_2YKMzRzzV29oYzQPSAKNo,817
mathgenerator/funcs/algebra/distance_two_points.py,sha256=Q9nMaz2vJyTHeParwJl5pBdkba6gd_nbk-AVW0HybtA,895
mathgenerator/funcs/algebra/expanding.py,sha256=Uy5Ker3ol0XfOW12O3JT5IUL9HjNRzdCYoCOcT671FI,1456
mathgenerator/funcs/algebra/factoring.py,sha256=-UdvQkppOFn5jSXP3oe2ZGqpSO3lc1dNpY-zw53tmOs,917
mathgenerator/funcs/algebra/int_matrix_22_determinant.py,sha256=yo2wzqvH3-GoeIQ4We4XFy8OAvxzIX-lnNEFJh_wWMo,738
mathgenerator/funcs/algebra/intersection_of_two_lines.py,sha256=Xn-LUA39AS3GUPXkizO8nt2Sq3ZIaCVI4fyH38XPrlE,2948
mathgenerator/funcs/algebra/invert_matrix.py,sha256=riMe-o1jB28BjJZOJ_UPZOeOrCcSYvwb60Z3orV8q0w,3238
mathgenerator/funcs/algebra/linear_equations.py,sha256=FfO9iAxRlwuwkwFP5bxCr3GOTMO0YopmUuISmpI3xxo,1241
mathgenerator/funcs/algebra/log.py,sha256=n9NQsti1fpnYGeq2IxH9kXn_EOXlFGekOV3gfJ29mdw,602
mathgenerator/funcs/algebra/matrix_multiplication.py,sha256=CnvNnFVjhG5Y-PMR7AjlrfNPiaMVjFh1VIT5XcKy9u8,1723
mathgenerator/funcs/algebra/midpoint_of_two_points.py,sha256=L9yqGrgVzfWwUuy1YOkoWhWlSazxvg-JZgkMfsx1gI4,681
mathgenerator/funcs/algebra/multiply_complex_numbers.py,sha256=xjr4deXGoZwssjJKxJPVzvqjtdaIRWhuOOtF-mZNiJc,888
mathgenerator/funcs/algebra/multiply_int_to_22_matrix.py,sha256=vqfpWe_3FfJYwhgkziJuMaSdbaNTZLheKYWCoc1GFPU,1241
mathgenerator/funcs/algebra/quadratic_equation.py,sha256=baD1NKhXgHBnOOCw7ITA4w8MYV683iluVGwN4hyEZt0,788
mathgenerator/funcs/algebra/simple_interest.py,sha256=OL1PFlpLAfVx9ChjadIp-p9ldyQDLKzUpZJcW-g-7o8,865
mathgenerator/funcs/algebra/system_of_equations.py,sha256=6OOif5SYqDLVebC8Ey1LjqACM4wBdvtioL9RHSKETa4,2339
mathgenerator/funcs/algebra/vector_cross.py,sha256=qcUUMt5OLSvpbTSx3pZ87Bb3c3H7UvV9pHg9YvO-g8E,693
mathgenerator/funcs/algebra/vector_dot.py,sha256=udmiG7KM7Wl94c4RNGNYILTiezpvo17B9YFNMdjxmLc,623
mathgenerator/funcs/basic_math/__init__.py,sha256=ZEkSCUE5j9nNDYvt2KC1YgotZguQxc9sUB43EJSlHAI,893
mathgenerator/funcs/basic_math/absolute_difference.py,sha256=13M49I7262wnl1n8iheOGSaimd9aKINj1hPU2bDma8c,588
mathgenerator/funcs/basic_math/addition.py,sha256=9Bhua-NPyvipgs0qkv1E3ALK6dYXyLNW9WcB-3Yvrh8,783
mathgenerator/funcs/basic_math/compare_fractions.py,sha256=cC-DuCugTkP5aKW7D9QjCOTr9JQx28mXdQbJs9hVTjU,1014
mathgenerator/funcs/basic_math/cube_root.py,sha256=xWBeI_qgRrpEhtYfIGPmd2s6GRoDV5L_-uL3Y7AG_jA,500
mathgenerator/funcs/basic_math/divide_fractions.py,sha256=Xewv-ozqOnWLPEeaRgOZNbxv21fzCpKAkPz4x9lfV4c,1326
mathgenerator/funcs/basic_math/division.py,sha256=SDfgx5hWF8Tzj6ZmpGvcA6DnNSy2HXtYlbbYrn1o0To,617
mathgenerator/funcs/basic_math/exponentiation.py,sha256=IbShYFgW31QAEd0uNKigh21mmWkOB6lZVyAi_Zj8zxc,532
mathgenerator/funcs/basic_math/factorial.py,sha256=i8XwzyW-ODI5uIK6pYoSKEvRUFCUTAUvb-Dbrad0oZs,435
mathgenerator/funcs/basic_math/fraction_multiplication.py,sha256=f0QyqV7Fth8LOfbIf9DVqzP28PWLTvV1u6urqlgJlPE,1179
mathgenerator/funcs/basic_math/fraction_to_decimal.py,sha256=9F7XnqBzxb71d8blcobJd3uOhzhMj2hD6jWlIh_Rvi0,590
mathgenerator/funcs/basic_math/greatest_common_divisor.py,sha256=iu-CXmwNhzH2C4vNdW9vMlFIE-7Sms8RYmIF8aqXOEE,1198
mathgenerator/funcs/basic_math/is_composite.py,sha256=enus2hdUysaDtvA5ckRuTKc93nqj-wAbqYrJd4iOiEE,620
mathgenerator/funcs/basic_math/is_prime.py,sha256=lrT7qNQ2N7yGcRXaCB-FyBfm_yOuI4xmg60jll2-cIQ,689
mathgenerator/funcs/basic_math/multiplication.py,sha256=aBBWQJhM79gCdWW7hnZWWouQUwo99DXs509E-GLCxWg,583
mathgenerator/funcs/basic_math/percentage.py,sha256=23ODzpyvTcP5s3XjyeiJD4df-9sni11cnFwziC95IQE,639
mathgenerator/funcs/basic_math/percentage_difference.py,sha256=cO-tAEBsmxHf9FoZ-RPrD9O-LUgtp8vwsuKjHO93PKY,743
mathgenerator/funcs/basic_math/percentage_error.py,sha256=L7S6lrnm8K3CTtbdqnKxCEnHEIMzKZzW-2aovdFen2M,854
mathgenerator/funcs/basic_math/power_of_powers.py,sha256=SwiBhj6a3NhiTvMCzYwcG1xNBrx8R8OkMvW6PdTQXlY,816
mathgenerator/funcs/basic_math/square.py,sha256=Ij-8Q5jbxRxUTuVRWia5Uv_9LsLVI51k4bRZ4sFxi6c,520
mathgenerator/funcs/basic_math/square_root.py,sha256=y05J_VuHmyiVeT7OU69y-bW4HlobEjAG4492oE-C6zA,567
mathgenerator/funcs/basic_math/subtraction.py,sha256=RocO64uHCf_lcnVRPEuFaD6-sQ0AuWHOBrQtUDRVPqE,550
mathgenerator/funcs/calculus/__init__.py,sha256=YbjCZVnFXOqk48CCHglR5MZvr3Xsbo8DmdXdbsP-AvA,269
mathgenerator/funcs/calculus/definite_integral.py,sha256=T2LX6ufXNM4WkBRXCSZZnPa_gRwUVNsOEVb_fTBgOGk,865
mathgenerator/funcs/calculus/differentiation.py,sha256=NlBEdUcg1LffdZA5JIKc_hEBP6iC7iYHXCYHQtiE5X0,1881
mathgenerator/funcs/calculus/power_rule_differentiation.py,sha256=_1knC-9YNPDUtyQk5Z2y2OfEf3DCrfe9WxR4MMw0Vbo,874
mathgenerator/funcs/calculus/power_rule_integration.py,sha256=mTW8qhmiqpKuzf05pPdsj1zyMoz9bF0GBw5_LKOoObY,984
mathgenerator/funcs/calculus/stationary_points.py,sha256=IMalQJWDIOSoaAk0cqBTliqnqOSE1EFu7nf2C2m-COY,924
mathgenerator/funcs/computer_science/__init__.py,sha256=4nc-7Ys2GFBrGJ_x4i3fE894eA32xrmJ6ZBcRuisIK0,582
mathgenerator/funcs/computer_science/bcd_to_decimal.py,sha256=KoNWu1kPYmw-jE_yJrfvJtbgOrlvJ-QVAQP00k3h12I,824
mathgenerator/funcs/computer_science/binary_2s_complement.py,sha256=ElP0LJriwZOMz2gvpEIyd_-iZDb6-hQG7y4Pob3o9uU,998
mathgenerator/funcs/computer_science/binary_complement_1s.py,sha256=euqt70PkZqvLnHz9yuqmLzlZNlLm5f0zDSEfj12nIJc,612
mathgenerator/funcs/computer_science/binary_to_decimal.py,sha256=S6ySLSjqSCIdw9UVFvlZDkl_YuW3gYmIZvhPn_irhYg,540
mathgenerator/funcs/computer_science/binary_to_hex.py,sha256=NZlmXPMfDgo-uAL0aUFXw84T0meBfcbjdsIunJi9gMM,540
mathgenerator/funcs/computer_science/decimal_to_bcd.py,sha256=zUDlm7r1yNl9Wxtnxm8bMJYT3RlJrNxL85r4omHY2I0,676
mathgenerator/funcs/computer_science/decimal_to_binary.py,sha256=sCwh7pX8JiLgeHL6UVrmZqljG-HzMEKNzZs_fuss50E,506
mathgenerator/funcs/computer_science/decimal_to_hexadeci.py,sha256=cAlh0hw65LpXKSG97TyEax6fqeye0fZGubG8qrGHEJ8,501
mathgenerator/funcs/computer_science/decimal_to_octal.py,sha256=e4eWg_kOgYeCuwMIwuDixh08tA2-Hn-lvLrwml1xdVI,506
mathgenerator/funcs/computer_science/fibonacci_series.py,sha256=2alA7kaxhmNmw-7AIijSMHuUGSpQJapN3I7MmDteNaU,762
mathgenerator/funcs/computer_science/modulo_division.py,sha256=PCWOxPSSo6q0AAAXuqb9vPPSsRzZLVVAwlvivbNJwgk,575
mathgenerator/funcs/computer_science/nth_fibonacci_number.py,sha256=8iNRzzIupjDnaCC1qC5oXF8QOa6yVlcVelYMjglNmZo,579
mathgenerator/funcs/geometry/__init__.py,sha256=3ZHbuhRYeR6YwC0DZS3aap_EGH155ZsXJQP7GGpuqwE,1677
mathgenerator/funcs/geometry/angle_btw_vectors.py,sha256=jMHxqrSPJF7yF2cHT7zmGkeJ_Wpnt2v3YrrzSOHFJH0,1111
mathgenerator/funcs/geometry/angle_regular_polygon.py,sha256=zbFa-cONc6edn0O1LvIHgNnxogycj9c4VvmUdJQkKzM,646
mathgenerator/funcs/geometry/arc_length.py,sha256=wikoU5JAY_AYdyU0F2Uw485Yhdsj2veV-aAjAg1n3sY,787
mathgenerator/funcs/geometry/area_of_circle.py,sha256=oGXKKl_oqvdKTmdmlsqUl3PgEzi8fZaPI5PvquzK2m8,510
mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py,sha256=E42bl9DEjUMIWGP9wGP4Kl-LCU6bL4EGNMhYKBBbtG0,1067
mathgenerator/funcs/geometry/area_of_triangle.py,sha256=04lA9FapxWYsHjDdAwHd7cDW_jsIOVeLGHPIfU5T94I,732
mathgenerator/funcs/geometry/basic_trigonometry.py,sha256=PUoEQ2ESXm_PeYFr7oIPpkI2D1hpmPrNIaLpwD8m7vE,1061
mathgenerator/funcs/geometry/circumference.py,sha256=lADrYPQ9EwXdDcQuysuyqQVWVIESuK-CSNHi_GNiwVA,539
mathgenerator/funcs/geometry/curved_surface_area_cylinder.py,sha256=Blj4YIK_T-4BIpSUWeQVZj5IN07xT2mt5LTs0IGDpz4,831
mathgenerator/funcs/geometry/degree_to_rad.py,sha256=uzOTuMVikTkMLPjm2y6vRRK96fICaVHQvJ40M35n7SU,535
mathgenerator/funcs/geometry/equation_of_line_from_two_points.py,sha256=Xkh63W0RmOj3BsDq1oalGepNgDs8R324viuyOiO7XdM,2233
mathgenerator/funcs/geometry/fourth_angle_of_quadrilateral.py,sha256=27qU4x3fp09U9VVd2sYXEEI-r7ZkHyz04snH3dl4mzA,793
mathgenerator/funcs/geometry/perimeter_of_polygons.py,sha256=m6OqsaDuqoAL7M7aIMXRh3X4lpDNLZ5TaN6GMGOA5hA,822
mathgenerator/funcs/geometry/pythagorean_theorem.py,sha256=dRLQReRS-xMdYW_MpBqfWDJd3-swnPMcXE24tL7i7n8,648
mathgenerator/funcs/geometry/radian_to_deg.py,sha256=7dHEQbDMrBJJS_1aT56vCvJ4Z4UoXBr6MTOeb84bf2k,602
mathgenerator/funcs/geometry/sector_area.py,sha256=y8sNa3nEKEqLoUtm_XJ-NvZpXH3BYq0G4h635GrFH7E,721
mathgenerator/funcs/geometry/sum_of_polygon_angles.py,sha256=1bRjyofjBkr8W_agkkOCWdfDquKG2ghQ1DYGDgFpmQc,535
mathgenerator/funcs/geometry/surface_area_cone.py,sha256=UnCt4okGgIaEr6l6J32ijC_M0wCyqKJf2bpd-P_zQzE,751
mathgenerator/funcs/geometry/surface_area_cube.py,sha256=FAjuhcSqhqbNnF3hbQ5MZWl7w15DXzvblG-VdO0W-L0,553
mathgenerator/funcs/geometry/surface_area_cuboid.py,sha256=aPDuiZFQmJCyAGfEUlCkRnozY72HIUq9AHTDT3TuYCM,678
mathgenerator/funcs/geometry/surface_area_cylinder.py,sha256=ForIbykxxdetZzHScb7ceMj9JZyYq3rInG7oZuD4JNc,753
mathgenerator/funcs/geometry/surface_area_pyramid.py,sha256=oAV9_jFZ_-CkaK31WLtYYFPLyhvNkYMp_NMkn4dT6FY,1492
mathgenerator/funcs/geometry/surface_area_sphere.py,sha256=lHI27KlguQNQbpjUb04dFjZcbWaabRK0pXbve0E-lxE,585
mathgenerator/funcs/geometry/third_angle_of_triangle.py,sha256=mF43OvWvGt1Q3gJx2BElqI1Vwqn72UPpNcvF2-ay6oo,598
mathgenerator/funcs/geometry/valid_triangle.py,sha256=xGlbKrR44ZbOjULcrOzbcwnUo7AAytHj0BK7_RVwwrk,906
mathgenerator/funcs/geometry/volume_cone.py,sha256=fmalmjzsHx5zspvNrhYHaSNeW3njJqH-NBtbJPwi5UI,667
mathgenerator/funcs/geometry/volume_cube.py,sha256=OZ0BoOC_ShNoNUa4p8NrNuytrOcSYGfOjhZI5dtcws8,524
mathgenerator/funcs/geometry/volume_cuboid.py,sha256=PgiaNkWv9WclrHGWg4protftBv3pBS7me2VrdFvB2Jk,636
mathgenerator/funcs/geometry/volume_cylinder.py,sha256=64kHIsOWfC2Dw13S7XDfgpHdTZ6gBL1stQhSGXHBIp4,673
mathgenerator/funcs/geometry/volume_frustum.py,sha256=dbLg9ZnnRVnFmr5C7X9ZVqEmUMjoUpxlhD45inHTPpc,769
mathgenerator/funcs/geometry/volume_hemisphere.py,sha256=REytpqaq0doMrQwafU1siP4UOQp0fML3dXFgUE6e1jc,583
mathgenerator/funcs/geometry/volume_pyramid.py,sha256=xE11nIUHzrSZUBRn6PmQnzEHUtC-hxaKWzpCYMhdp38,805
mathgenerator/funcs/geometry/volume_sphere.py,sha256=FbK7JpkBsvYpB2x4u3dZKhi9R7W4vogQVuz9s-iEgMY,535
mathgenerator/funcs/misc/__init__.py,sha256=q2j3KDPzJpUsfgWktqr2Z7nq_ZFteBaBtwSFzpFT85w,1256
mathgenerator/funcs/misc/arithmetic_progression_sum.py,sha256=fkL3itQ5pFuvAk9JSmTpNVUhntN8899Rslv4dtwNvDs,897
mathgenerator/funcs/misc/arithmetic_progression_term.py,sha256=dOI7YakzP_HENj3elH0hWb7TeUul3_nKQFkDRXknMpo,864
mathgenerator/funcs/misc/base_conversion.py,sha256=sTVlRwOsEDD5jyhDTUsjmTNLeVfC2GDxbuQuOwNSm_s,1927
mathgenerator/funcs/misc/binomial_distribution.py,sha256=5b4x-aZW0cyh4W69LR52GaZRIFURVi5kHImd_QVt4Fw,1430
mathgenerator/funcs/misc/celsius_to_fahrenheit.py,sha256=5iO-tFmw8tEt4us8dZUSIZNhrVu5Y-hrpOymDuQ7BQ8,612
mathgenerator/funcs/misc/common_factors.py,sha256=FoZKdBUckLE4D4maAo22cDVWK3LBmy-YQYA5t_hiKbo,748
mathgenerator/funcs/misc/complex_to_polar.py,sha256=JrOFgxBNBlYEZZZnGI3HOkED2TuuZ4oyGnohcQmwkBM,769
mathgenerator/funcs/misc/decimal_to_roman_numerals.py,sha256=kEYvkhW3N0J4P_g5Cmwpzg9fwfXlFXH0OIvGV6HpUE4,1284
mathgenerator/funcs/misc/euclidian_norm.py,sha256=AcHIBhupwBh3YCHXUmtVbbFCQF1_b3k-WDJm0TQnhDM,616
mathgenerator/funcs/misc/factors.py,sha256=T9JwOG4fHGXhj_01aMxdhTAkyDWd_3xIja64eRe2AnY,736
mathgenerator/funcs/misc/gcd.py,sha256=DowYi24TKrlv85y3gwkj5r-B1aJ4H9WM9ZXwiV3OQ3o,540
mathgenerator/funcs/misc/geometric_mean.py,sha256=kEVexOLY6p_6PzVW-H8XV2wnAKEBAuAyY7EH6R0GDrU,1047
mathgenerator/funcs/misc/geometric_progression.py,sha256=klJctvN4HW-hLpd6xWWoBLYjIieR28Q7PDXfJtNHGhE,1391
mathgenerator/funcs/misc/harmonic_mean.py,sha256=cS4JSpPXZEsIgFxr2-Ol-NYtXQLR9fDrRdQxEfjlA44,1114
mathgenerator/funcs/misc/hcf.py,sha256=mRu6rLgXDwXXCSRw04S4nSHcWoV8Ppku4VkoxqDyOkw,520
mathgenerator/funcs/misc/is_leap_year.py,sha256=FqVQsYHjC6ybP611xNrOh1XYnQoAapgibjGXIHzX2Gg,828
mathgenerator/funcs/misc/lcm.py,sha256=FESA6DjVzW38V-6-Ln9w5uC3HyJ9Wsn20F9WBcO_O5c,546
mathgenerator/funcs/misc/minutes_to_hours.py,sha256=F4nWGM4l5YQFjzQzGHcvRMT664Te8LE8wvwDAS8tQdo,638
mathgenerator/funcs/misc/prime_factors.py,sha256=1Pr2OcaREf-oWVVY-aHz8i4zHe99Aa_8sG4MQ7b3-y4,703
mathgenerator/funcs/misc/product_of_scientific_notations.py,sha256=Xz6rnjWud7t_8N3C44xDkC751YLTS1AOQXap1JE2iSg,910
mathgenerator/funcs/misc/profit_loss_percent.py,sha256=sicUnPcwK7sE3pv1vHeDsmMPi26PC-DAcg0cxbCkVy4,752
mathgenerator/funcs/misc/quotient_of_power_same_base.py,sha256=rgv38fanoBQ-6Je-1DpdztiKTDjdweboHZUIZWbKmUg,811
mathgenerator/funcs/misc/quotient_of_power_same_power.py,sha256=1p0XU1VneIyyjg_xhMjSB9dg56pDfXxTlxbSivn1gg4,811
mathgenerator/funcs/misc/set_operation.py,sha256=d7dF_pZinPflopHMomhM9AwGp_fqjIO6N0ORJroG3pU,1092
mathgenerator/funcs/misc/signum_function.py,sha256=e04LxW0z_SZ9T2uYg10CwUB4mU2L15gMP9zpsEg8oaE,557
mathgenerator/funcs/misc/surds_comparison.py,sha256=2TRjAZClLrod3nfBc38TnmVlpc8AvmziT49Bc4mqG0I,879
mathgenerator/funcs/statistics/__init__.py,sha256=obiSbCKaNfX2BGfzM2uPM_xjhele3yqpwxxEBcZUNf4,321
mathgenerator/funcs/statistics/combinations.py,sha256=9JH4PLC986JNIeXrCgP9OM06EPxT7ROsLID7NPmAh6s,723
mathgenerator/funcs/statistics/conditional_probability.py,sha256=ONPwP-csDV3nsqRXP98QaJMd1rGQOiaTW9TYZvutBVE,1448
mathgenerator/funcs/statistics/confidence_interval.py,sha256=S2IKyPfjaippgIy5zg8x3UKUn6B6R7dxuL9g6DxKEP8,1068
mathgenerator/funcs/statistics/data_summary.py,sha256=6_hs5j7YxXEkCSNOjocWkJDFspJbRZ2S90eP1fwK6Tc,1074
mathgenerator/funcs/statistics/dice_sum_probability.py,sha256=N4D-4ILNp9uMaxAMrsvyAiKUrMlR6_OVv_noHMy1v7c,1044
mathgenerator/funcs/statistics/mean_median.py,sha256=-jnoA1I-9c22QJX16fvZGl-IJ7kPrtE2UMAA2_Du6B8,775
mathgenerator/funcs/statistics/permutation.py,sha256=XenelNSdZCIn3DQO2lYA1iJYUuqsC_MRJ4um0lC--i8,590
mathgenerator-1.4.0.dist-info/LICENSE,sha256=4gC5M2vterAi_QDIpurAWrtUZEG2oQjRTIk3-sexns4,1068
mathgenerator-1.4.0.dist-info/METADATA,sha256=axPRiqMbif4HnqBJVmEErb4cIFviuY10oE-5UakXO0Y,303
mathgenerator-1.4.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
mathgenerator-1.4.0.dist-info/top_level.txt,sha256=mdRz3TYiHuyHWyvJfpYjli96TTBfnluMYNpAlHvvpJI,14
mathgenerator-1.4.0.dist-info/RECORD,,
