Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-agate-1.9.1-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-agate Distribution: openSUSE:Factory:zSystems
Version: 1.9.1 Vendor: openSUSE
Release: 1.3 Build date: Wed Dec 27 11:03:27 2023
Group: Development/Languages/Python Build host: reproducible
Size: 615283 Source RPM: python-agate-1.9.1-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/wireservice/agate
Summary: Data analysis library optimized for humans instead of machines
Agate is a Python data analysis library that is optimized for humans
instead of machines. It is an alternative to numpy and pandas that
solves real-world problems with readable code.

Agate was previously known as journalism.

Provides

Requires

License

MIT

Changelog

* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.9.1:
    * Add Babel 2.14 support.
* Fri Nov 10 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.9.0:
    * feat: Add a ``text_truncation_chars`` configuration for
      values that exceed ``max_column_width`` in
      :meth:`.Table.print_table` and :meth:`.Table.print_html`.
    * feat: Add a ``number_truncation_chars`` configuration for
      values that exceed ``max_precision`` in
      :meth:`.Table.print_table` and :meth:`.Table.print_html`.
    * feat: Lowercase the ``null_values`` provided to individual
      data types, since all comparisons to ``null_values`` are
      case-insensitive. (#770)
    * feat: :class:`.Mean` works with :class:`.TimeDelta`. (#761)
    * Switch from ``pytz`` to ``ZoneInfo``.
    * Add Python 3.12 support.
    * Drop Python 3.7 support (end-of-life was June 27, 2023).
* Thu Mar 09 2023 pgajdos@suse.com
  - python-six is not required
* Fri Jan 20 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.7.1:
    * Allow parsedatetime 2.6.
* Wed Jan 04 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.7.0:
    * Drop support for Python 2.7 (no longer works) and 3.6 (no longer
      tested).
* Tue Mar 01 2022 Dirk Müller <dmueller@suse.com>
  - buildrequire glibc-locale for tests
* Sat Jan 15 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.6.3
    * feat: Table.from_csv() accepts a row_limit keyword argument.
      (#740)
    * feat: Table.from_json() accepts an encoding keyword argument.
      (#734)
    * feat: Table.print_html() accepts a max_precision keyword
      argument, like Table.print_table(). (#753)
    * feat: TypeTester accepts a null_values keyword argument, like
      individual data types. (#745)
    * feat: Min, Max and Sum (#735) work with TimeDelta.
    * feat: FieldSizeLimitError includes the line number in the error
      message. (#681)
    * feat: csv.Sniffer warns on error while sniffing CSV dialect.
    * fix: Table.normalize() works with basic processing methods.
      (#691)
    * fix: Table.homogenize() works with basic processing methods.
      (#756)
    * fix: Table.homogenize() casts compare_values and default_row.
      (#700)
    * fix: Table.homogenize() accepts tuples. (#710)
    * fix: TableSet.group_by() accepts input with no rows. (#703)
    * fix: TypeTester warns if a column specified by the force
      argument is not in the table, instead of raising an error.
      (#747)
    * fix: Aggregations return None if all values are None, instead
      of raising an error. Note that Sum, MaxLength and MaxPrecision
      continue to return 0 if all values are None. (#706)
    * fix: Ensure files are closed when errors occur. (#734)
    * build: Make PyICU an optional dependency.
* Thu Jul 15 2021 Matej Cepl <mcepl@suse.com>
  - Fixed URL of the tarball, and the tarball refreshed.
* Wed Jul 14 2021 Hans-Peter Jansen <hpj@urpla.net>
  - Update to 1.6.2 - March 10, 2021
    * feat: :meth:`.Date.__init__` and :meth:`.DateTime.__init__`
      accepts a locale keyword argument (e.g. en_US) for parsing
      formatted dates. (#730)
    * feat: :meth:`.Number.cast` casts True to 1 and False to 0.
      (#733)
    * fix: :meth:`.utils.max_precision` ignores infinity when
      calculating precision. (#726)
    * fix: :meth:`.Date.cast` catches OverflowError when type
      testing. (#720)
    * Included examples in Python package. (#716)
  - Enable test_sniffer test again
* Thu Sep 24 2020 Hans-Peter Jansen <hpj@urpla.net>
  - Disable another failing test: test_sniffer
    https://github.com/wireservice/agate/issues/746

Files

/usr/lib/python3.11/site-packages/agate
/usr/lib/python3.11/site-packages/agate-1.9.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/agate-1.9.1-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/agate-1.9.1-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/agate-1.9.1-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/agate-1.9.1-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/agate-1.9.1-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/agate/__init__.py
/usr/lib/python3.11/site-packages/agate/__pycache__
/usr/lib/python3.11/site-packages/agate/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/columns.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/columns.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/csv_py3.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/csv_py3.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/fixed.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/fixed.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/mapped_sequence.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/mapped_sequence.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/rows.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/rows.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/testcase.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/testcase.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/type_tester.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/type_tester.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/warns.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/__pycache__/warns.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations
/usr/lib/python3.11/site-packages/agate/aggregations/__init__.py
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/all.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/all.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/any.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/any.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/count.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/count.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/deciles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/deciles.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/first.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/first.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/has_nulls.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/has_nulls.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/iqr.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/iqr.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/mad.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/mad.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/max.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/max.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/max_length.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/max_length.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/max_precision.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/max_precision.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/mean.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/mean.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/median.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/median.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/min.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/min.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/mode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/mode.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/percentiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/percentiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/quartiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/quartiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/quintiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/quintiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/stdev.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/stdev.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/sum.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/sum.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/summary.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/summary.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/variance.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/__pycache__/variance.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/aggregations/all.py
/usr/lib/python3.11/site-packages/agate/aggregations/any.py
/usr/lib/python3.11/site-packages/agate/aggregations/base.py
/usr/lib/python3.11/site-packages/agate/aggregations/count.py
/usr/lib/python3.11/site-packages/agate/aggregations/deciles.py
/usr/lib/python3.11/site-packages/agate/aggregations/first.py
/usr/lib/python3.11/site-packages/agate/aggregations/has_nulls.py
/usr/lib/python3.11/site-packages/agate/aggregations/iqr.py
/usr/lib/python3.11/site-packages/agate/aggregations/mad.py
/usr/lib/python3.11/site-packages/agate/aggregations/max.py
/usr/lib/python3.11/site-packages/agate/aggregations/max_length.py
/usr/lib/python3.11/site-packages/agate/aggregations/max_precision.py
/usr/lib/python3.11/site-packages/agate/aggregations/mean.py
/usr/lib/python3.11/site-packages/agate/aggregations/median.py
/usr/lib/python3.11/site-packages/agate/aggregations/min.py
/usr/lib/python3.11/site-packages/agate/aggregations/mode.py
/usr/lib/python3.11/site-packages/agate/aggregations/percentiles.py
/usr/lib/python3.11/site-packages/agate/aggregations/quartiles.py
/usr/lib/python3.11/site-packages/agate/aggregations/quintiles.py
/usr/lib/python3.11/site-packages/agate/aggregations/stdev.py
/usr/lib/python3.11/site-packages/agate/aggregations/sum.py
/usr/lib/python3.11/site-packages/agate/aggregations/summary.py
/usr/lib/python3.11/site-packages/agate/aggregations/variance.py
/usr/lib/python3.11/site-packages/agate/columns.py
/usr/lib/python3.11/site-packages/agate/computations
/usr/lib/python3.11/site-packages/agate/computations/__init__.py
/usr/lib/python3.11/site-packages/agate/computations/__pycache__
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/change.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/change.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/formula.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/formula.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/percent.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/percent.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/percent_change.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/percent_change.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/percentile_rank.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/percentile_rank.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/rank.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/rank.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/slug.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/computations/__pycache__/slug.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/computations/base.py
/usr/lib/python3.11/site-packages/agate/computations/change.py
/usr/lib/python3.11/site-packages/agate/computations/formula.py
/usr/lib/python3.11/site-packages/agate/computations/percent.py
/usr/lib/python3.11/site-packages/agate/computations/percent_change.py
/usr/lib/python3.11/site-packages/agate/computations/percentile_rank.py
/usr/lib/python3.11/site-packages/agate/computations/rank.py
/usr/lib/python3.11/site-packages/agate/computations/slug.py
/usr/lib/python3.11/site-packages/agate/config.py
/usr/lib/python3.11/site-packages/agate/csv_py3.py
/usr/lib/python3.11/site-packages/agate/data_types
/usr/lib/python3.11/site-packages/agate/data_types/__init__.py
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/boolean.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/boolean.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/date.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/date.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/date_time.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/date_time.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/number.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/number.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/time_delta.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/data_types/__pycache__/time_delta.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/data_types/base.py
/usr/lib/python3.11/site-packages/agate/data_types/boolean.py
/usr/lib/python3.11/site-packages/agate/data_types/date.py
/usr/lib/python3.11/site-packages/agate/data_types/date_time.py
/usr/lib/python3.11/site-packages/agate/data_types/number.py
/usr/lib/python3.11/site-packages/agate/data_types/text.py
/usr/lib/python3.11/site-packages/agate/data_types/time_delta.py
/usr/lib/python3.11/site-packages/agate/exceptions.py
/usr/lib/python3.11/site-packages/agate/fixed.py
/usr/lib/python3.11/site-packages/agate/mapped_sequence.py
/usr/lib/python3.11/site-packages/agate/rows.py
/usr/lib/python3.11/site-packages/agate/table
/usr/lib/python3.11/site-packages/agate/table/__init__.py
/usr/lib/python3.11/site-packages/agate/table/__pycache__
/usr/lib/python3.11/site-packages/agate/table/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/aggregate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/aggregate.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/bar_chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/bar_chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/bins.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/bins.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/column_chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/column_chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/compute.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/compute.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/denormalize.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/denormalize.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/distinct.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/distinct.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/exclude.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/exclude.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/find.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/find.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_csv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_csv.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_fixed.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_fixed.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_json.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_json.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_object.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/from_object.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/group_by.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/group_by.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/homogenize.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/homogenize.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/join.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/join.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/limit.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/limit.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/line_chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/line_chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/merge.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/merge.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/normalize.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/normalize.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/order_by.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/order_by.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/pivot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/pivot.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_bars.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_bars.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_html.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_html.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_structure.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_structure.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_table.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/print_table.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/rename.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/rename.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/scatterplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/scatterplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/select.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/select.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/to_csv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/to_csv.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/to_json.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/to_json.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/where.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/table/__pycache__/where.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/table/aggregate.py
/usr/lib/python3.11/site-packages/agate/table/bar_chart.py
/usr/lib/python3.11/site-packages/agate/table/bins.py
/usr/lib/python3.11/site-packages/agate/table/column_chart.py
/usr/lib/python3.11/site-packages/agate/table/compute.py
/usr/lib/python3.11/site-packages/agate/table/denormalize.py
/usr/lib/python3.11/site-packages/agate/table/distinct.py
/usr/lib/python3.11/site-packages/agate/table/exclude.py
/usr/lib/python3.11/site-packages/agate/table/find.py
/usr/lib/python3.11/site-packages/agate/table/from_csv.py
/usr/lib/python3.11/site-packages/agate/table/from_fixed.py
/usr/lib/python3.11/site-packages/agate/table/from_json.py
/usr/lib/python3.11/site-packages/agate/table/from_object.py
/usr/lib/python3.11/site-packages/agate/table/group_by.py
/usr/lib/python3.11/site-packages/agate/table/homogenize.py
/usr/lib/python3.11/site-packages/agate/table/join.py
/usr/lib/python3.11/site-packages/agate/table/limit.py
/usr/lib/python3.11/site-packages/agate/table/line_chart.py
/usr/lib/python3.11/site-packages/agate/table/merge.py
/usr/lib/python3.11/site-packages/agate/table/normalize.py
/usr/lib/python3.11/site-packages/agate/table/order_by.py
/usr/lib/python3.11/site-packages/agate/table/pivot.py
/usr/lib/python3.11/site-packages/agate/table/print_bars.py
/usr/lib/python3.11/site-packages/agate/table/print_html.py
/usr/lib/python3.11/site-packages/agate/table/print_structure.py
/usr/lib/python3.11/site-packages/agate/table/print_table.py
/usr/lib/python3.11/site-packages/agate/table/rename.py
/usr/lib/python3.11/site-packages/agate/table/scatterplot.py
/usr/lib/python3.11/site-packages/agate/table/select.py
/usr/lib/python3.11/site-packages/agate/table/to_csv.py
/usr/lib/python3.11/site-packages/agate/table/to_json.py
/usr/lib/python3.11/site-packages/agate/table/where.py
/usr/lib/python3.11/site-packages/agate/tableset
/usr/lib/python3.11/site-packages/agate/tableset/__init__.py
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/aggregate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/aggregate.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/bar_chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/bar_chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/column_chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/column_chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/from_csv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/from_csv.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/from_json.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/from_json.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/having.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/having.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/line_chart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/line_chart.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/merge.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/merge.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/print_structure.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/print_structure.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/proxy_methods.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/proxy_methods.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/scatterplot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/scatterplot.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/to_csv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/to_csv.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/to_json.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/agate/tableset/__pycache__/to_json.cpython-311.pyc
/usr/lib/python3.11/site-packages/agate/tableset/aggregate.py
/usr/lib/python3.11/site-packages/agate/tableset/bar_chart.py
/usr/lib/python3.11/site-packages/agate/tableset/column_chart.py
/usr/lib/python3.11/site-packages/agate/tableset/from_csv.py
/usr/lib/python3.11/site-packages/agate/tableset/from_json.py
/usr/lib/python3.11/site-packages/agate/tableset/having.py
/usr/lib/python3.11/site-packages/agate/tableset/line_chart.py
/usr/lib/python3.11/site-packages/agate/tableset/merge.py
/usr/lib/python3.11/site-packages/agate/tableset/print_structure.py
/usr/lib/python3.11/site-packages/agate/tableset/proxy_methods.py
/usr/lib/python3.11/site-packages/agate/tableset/scatterplot.py
/usr/lib/python3.11/site-packages/agate/tableset/to_csv.py
/usr/lib/python3.11/site-packages/agate/tableset/to_json.py
/usr/lib/python3.11/site-packages/agate/testcase.py
/usr/lib/python3.11/site-packages/agate/type_tester.py
/usr/lib/python3.11/site-packages/agate/utils.py
/usr/lib/python3.11/site-packages/agate/warns.py
/usr/share/doc/packages/python311-agate
/usr/share/doc/packages/python311-agate/CHANGELOG.rst
/usr/share/doc/packages/python311-agate/README.rst
/usr/share/licenses/python311-agate
/usr/share/licenses/python311-agate/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024