Copyrights and Licenses Information
path start end what value
python-agate/python-agate.spec 18 18 license mit
python-agate/python-agate.spec 102 103 license ace-tao
python-agate/agate-1.9.0/COPYING 1 1 license mit
python-agate/agate-1.9.0/COPYING 5 21 license mit
python-agate/agate-1.9.0/PKG-INFO 8 8 license mit
python-agate/agate-1.9.0/PKG-INFO 14 14 license mit
python-agate/agate-1.9.0/setup.py 18 18 license mit
python-agate/agate-1.9.0/setup.py 24 24 license mit
python-agate/agate-1.9.0/agate.egg-info/PKG-INFO 8 8 license mit
python-agate/agate-1.9.0/agate.egg-info/PKG-INFO 14 14 license mit
python-agate/agate-1.9.0/docs/about.rst 17 17 license mit
python-agate/agate-1.9.0/docs/index.rst 74 74 license mit
File Information
path type name extension date size sha1 md5 files_count mime_type file_type programming_language is_binary is_text is_archive is_media is_source is_script
python-agate directory
python-agate/agate-1.9.0-SPECPARTS directory
python-agate/agate-1.9.0.tar.gz file
python-agate/python-agate.spec file
python-agate/sources file
python-agate/agate-1.9.0 directory
python-agate/agate-1.9.0/AUTHORS.rst file
python-agate/agate-1.9.0/CHANGELOG.rst file
python-agate/agate-1.9.0/charts.py file
python-agate/agate-1.9.0/COPYING file
python-agate/agate-1.9.0/example.py file
python-agate/agate-1.9.0/example.py.ipynb file
python-agate/agate-1.9.0/exonerations.py file
python-agate/agate-1.9.0/MANIFEST.in file
python-agate/agate-1.9.0/PKG-INFO file
python-agate/agate-1.9.0/README.rst file
python-agate/agate-1.9.0/setup.cfg file
python-agate/agate-1.9.0/setup.py file
python-agate/agate-1.9.0/tutorial.ipynb file
python-agate/agate-1.9.0/agate directory
python-agate/agate-1.9.0/agate/__init__.py file
python-agate/agate-1.9.0/agate/columns.py file
python-agate/agate-1.9.0/agate/config.py file
python-agate/agate-1.9.0/agate/csv_py3.py file
python-agate/agate-1.9.0/agate/exceptions.py file
python-agate/agate-1.9.0/agate/fixed.py file
python-agate/agate-1.9.0/agate/mapped_sequence.py file
python-agate/agate-1.9.0/agate/rows.py file
python-agate/agate-1.9.0/agate/testcase.py file
python-agate/agate-1.9.0/agate/type_tester.py file
python-agate/agate-1.9.0/agate/utils.py file
python-agate/agate-1.9.0/agate/warns.py file
python-agate/agate-1.9.0/agate/aggregations directory
python-agate/agate-1.9.0/agate/aggregations/__init__.py file
python-agate/agate-1.9.0/agate/aggregations/all.py file
python-agate/agate-1.9.0/agate/aggregations/any.py file
python-agate/agate-1.9.0/agate/aggregations/base.py file
python-agate/agate-1.9.0/agate/aggregations/count.py file
python-agate/agate-1.9.0/agate/aggregations/deciles.py file
python-agate/agate-1.9.0/agate/aggregations/first.py file
python-agate/agate-1.9.0/agate/aggregations/has_nulls.py file
python-agate/agate-1.9.0/agate/aggregations/iqr.py file
python-agate/agate-1.9.0/agate/aggregations/mad.py file
python-agate/agate-1.9.0/agate/aggregations/max.py file
python-agate/agate-1.9.0/agate/aggregations/max_length.py file
python-agate/agate-1.9.0/agate/aggregations/max_precision.py file
python-agate/agate-1.9.0/agate/aggregations/mean.py file
python-agate/agate-1.9.0/agate/aggregations/median.py file
python-agate/agate-1.9.0/agate/aggregations/min.py file
python-agate/agate-1.9.0/agate/aggregations/mode.py file
python-agate/agate-1.9.0/agate/aggregations/percentiles.py file
python-agate/agate-1.9.0/agate/aggregations/quartiles.py file
python-agate/agate-1.9.0/agate/aggregations/quintiles.py file
python-agate/agate-1.9.0/agate/aggregations/stdev.py file
python-agate/agate-1.9.0/agate/aggregations/sum.py file
python-agate/agate-1.9.0/agate/aggregations/summary.py file
python-agate/agate-1.9.0/agate/aggregations/variance.py file
python-agate/agate-1.9.0/agate/computations directory
python-agate/agate-1.9.0/agate/computations/__init__.py file
python-agate/agate-1.9.0/agate/computations/base.py file
python-agate/agate-1.9.0/agate/computations/change.py file
python-agate/agate-1.9.0/agate/computations/formula.py file
python-agate/agate-1.9.0/agate/computations/percent.py file
python-agate/agate-1.9.0/agate/computations/percent_change.py file
python-agate/agate-1.9.0/agate/computations/percentile_rank.py file
python-agate/agate-1.9.0/agate/computations/rank.py file
python-agate/agate-1.9.0/agate/computations/slug.py file
python-agate/agate-1.9.0/agate/data_types directory
python-agate/agate-1.9.0/agate/data_types/__init__.py file
python-agate/agate-1.9.0/agate/data_types/base.py file
python-agate/agate-1.9.0/agate/data_types/boolean.py file
python-agate/agate-1.9.0/agate/data_types/date.py file
python-agate/agate-1.9.0/agate/data_types/date_time.py file
python-agate/agate-1.9.0/agate/data_types/number.py file
python-agate/agate-1.9.0/agate/data_types/text.py file
python-agate/agate-1.9.0/agate/data_types/time_delta.py file
python-agate/agate-1.9.0/agate/table directory
python-agate/agate-1.9.0/agate/table/__init__.py file
python-agate/agate-1.9.0/agate/table/aggregate.py file
python-agate/agate-1.9.0/agate/table/bar_chart.py file
python-agate/agate-1.9.0/agate/table/bins.py file
python-agate/agate-1.9.0/agate/table/column_chart.py file
python-agate/agate-1.9.0/agate/table/compute.py file
python-agate/agate-1.9.0/agate/table/denormalize.py file
python-agate/agate-1.9.0/agate/table/distinct.py file
python-agate/agate-1.9.0/agate/table/exclude.py file
python-agate/agate-1.9.0/agate/table/find.py file
python-agate/agate-1.9.0/agate/table/from_csv.py file
python-agate/agate-1.9.0/agate/table/from_fixed.py file
python-agate/agate-1.9.0/agate/table/from_json.py file
python-agate/agate-1.9.0/agate/table/from_object.py file
python-agate/agate-1.9.0/agate/table/group_by.py file
python-agate/agate-1.9.0/agate/table/homogenize.py file
python-agate/agate-1.9.0/agate/table/join.py file
python-agate/agate-1.9.0/agate/table/limit.py file
python-agate/agate-1.9.0/agate/table/line_chart.py file
python-agate/agate-1.9.0/agate/table/merge.py file
python-agate/agate-1.9.0/agate/table/normalize.py file
python-agate/agate-1.9.0/agate/table/order_by.py file
python-agate/agate-1.9.0/agate/table/pivot.py file
python-agate/agate-1.9.0/agate/table/print_bars.py file
python-agate/agate-1.9.0/agate/table/print_html.py file
python-agate/agate-1.9.0/agate/table/print_structure.py file
python-agate/agate-1.9.0/agate/table/print_table.py file
python-agate/agate-1.9.0/agate/table/rename.py file
python-agate/agate-1.9.0/agate/table/scatterplot.py file
python-agate/agate-1.9.0/agate/table/select.py file
python-agate/agate-1.9.0/agate/table/to_csv.py file
python-agate/agate-1.9.0/agate/table/to_json.py file
python-agate/agate-1.9.0/agate/table/where.py file
python-agate/agate-1.9.0/agate/tableset directory
python-agate/agate-1.9.0/agate/tableset/__init__.py file
python-agate/agate-1.9.0/agate/tableset/aggregate.py file
python-agate/agate-1.9.0/agate/tableset/bar_chart.py file
python-agate/agate-1.9.0/agate/tableset/column_chart.py file
python-agate/agate-1.9.0/agate/tableset/from_csv.py file
python-agate/agate-1.9.0/agate/tableset/from_json.py file
python-agate/agate-1.9.0/agate/tableset/having.py file
python-agate/agate-1.9.0/agate/tableset/line_chart.py file
python-agate/agate-1.9.0/agate/tableset/merge.py file
python-agate/agate-1.9.0/agate/tableset/print_structure.py file
python-agate/agate-1.9.0/agate/tableset/proxy_methods.py file
python-agate/agate-1.9.0/agate/tableset/scatterplot.py file
python-agate/agate-1.9.0/agate/tableset/to_csv.py file
python-agate/agate-1.9.0/agate/tableset/to_json.py file
python-agate/agate-1.9.0/agate.egg-info directory
python-agate/agate-1.9.0/agate.egg-info/dependency_links.txt file
python-agate/agate-1.9.0/agate.egg-info/PKG-INFO file
python-agate/agate-1.9.0/agate.egg-info/requires.txt file
python-agate/agate-1.9.0/agate.egg-info/SOURCES.txt file
python-agate/agate-1.9.0/agate.egg-info/top_level.txt file
python-agate/agate-1.9.0/benchmarks directory
python-agate/agate-1.9.0/benchmarks/__init__.py file
python-agate/agate-1.9.0/benchmarks/test_joins.py file
python-agate/agate-1.9.0/docs directory
python-agate/agate-1.9.0/docs/about.rst file
python-agate/agate-1.9.0/docs/api.rst file
python-agate/agate-1.9.0/docs/changelog.rst file
python-agate/agate-1.9.0/docs/conf.py file
python-agate/agate-1.9.0/docs/contributing.rst file
python-agate/agate-1.9.0/docs/cookbook.rst file
python-agate/agate-1.9.0/docs/extensions.rst file
python-agate/agate-1.9.0/docs/index.rst file
python-agate/agate-1.9.0/docs/install.rst file
python-agate/agate-1.9.0/docs/license.rst file
python-agate/agate-1.9.0/docs/Makefile file
python-agate/agate-1.9.0/docs/release_process.rst file
python-agate/agate-1.9.0/docs/requirements.txt file
python-agate/agate-1.9.0/docs/tutorial.rst file
python-agate/agate-1.9.0/docs/api directory
python-agate/agate-1.9.0/docs/api/aggregations.rst file
python-agate/agate-1.9.0/docs/api/columns_and_rows.rst file
python-agate/agate-1.9.0/docs/api/computations.rst file
python-agate/agate-1.9.0/docs/api/config.rst file
python-agate/agate-1.9.0/docs/api/csv.rst file
python-agate/agate-1.9.0/docs/api/data_types.rst file
python-agate/agate-1.9.0/docs/api/exceptions.rst file
python-agate/agate-1.9.0/docs/api/fixed.rst file
python-agate/agate-1.9.0/docs/api/misc.rst file
python-agate/agate-1.9.0/docs/api/table.rst file
python-agate/agate-1.9.0/docs/api/tableset.rst file
python-agate/agate-1.9.0/docs/api/testcase.rst file
python-agate/agate-1.9.0/docs/api/type_tester.rst file
python-agate/agate-1.9.0/docs/api/warns.rst file
python-agate/agate-1.9.0/docs/cookbook directory
python-agate/agate-1.9.0/docs/cookbook/charting.rst file
python-agate/agate-1.9.0/docs/cookbook/columns.rst file
python-agate/agate-1.9.0/docs/cookbook/compute.rst file
python-agate/agate-1.9.0/docs/cookbook/create.rst file
python-agate/agate-1.9.0/docs/cookbook/datetime.rst file
python-agate/agate-1.9.0/docs/cookbook/excel.rst file
python-agate/agate-1.9.0/docs/cookbook/filter.rst file
python-agate/agate-1.9.0/docs/cookbook/homogenize.rst file
python-agate/agate-1.9.0/docs/cookbook/locale.rst file
python-agate/agate-1.9.0/docs/cookbook/lookup.rst file
python-agate/agate-1.9.0/docs/cookbook/r.rst file
python-agate/agate-1.9.0/docs/cookbook/rank.rst file
python-agate/agate-1.9.0/docs/cookbook/remove.rst file
python-agate/agate-1.9.0/docs/cookbook/save.rst file
python-agate/agate-1.9.0/docs/cookbook/search.rst file
python-agate/agate-1.9.0/docs/cookbook/sort.rst file
python-agate/agate-1.9.0/docs/cookbook/sql.rst file
python-agate/agate-1.9.0/docs/cookbook/standardize.rst file
python-agate/agate-1.9.0/docs/cookbook/statistics.rst file
python-agate/agate-1.9.0/docs/cookbook/transform.rst file
python-agate/agate-1.9.0/docs/cookbook/underscore.rst file
python-agate/agate-1.9.0/docs/images directory
python-agate/agate-1.9.0/docs/images/bar_chart.svg file
python-agate/agate-1.9.0/docs/images/column_chart.svg file
python-agate/agate-1.9.0/docs/images/dots_chart.svg file
python-agate/agate-1.9.0/docs/images/lattice.svg file
python-agate/agate-1.9.0/docs/images/line_chart.svg file
python-agate/agate-1.9.0/examples directory
python-agate/agate-1.9.0/examples/test.csv file
python-agate/agate-1.9.0/examples/test.json file
python-agate/agate-1.9.0/examples/test_cr.csv file
python-agate/agate-1.9.0/examples/test_crlf.csv file
python-agate/agate-1.9.0/examples/test_csv_sniff.csv file
python-agate/agate-1.9.0/examples/test_from_json_ambiguous.json file
python-agate/agate-1.9.0/examples/test_key.json file
python-agate/agate-1.9.0/examples/test_keyed.json file
python-agate/agate-1.9.0/examples/test_latin1.csv file
python-agate/agate-1.9.0/examples/test_mixed.json file
python-agate/agate-1.9.0/examples/test_nested.json file
python-agate/agate-1.9.0/examples/test_newline.json file
python-agate/agate-1.9.0/examples/test_no_header.csv file
python-agate/agate-1.9.0/examples/test_non_string_keyed.json file
python-agate/agate-1.9.0/examples/test_tableset.json file
python-agate/agate-1.9.0/examples/test_utf16_big.csv file
python-agate/agate-1.9.0/examples/test_utf16_little.csv file
python-agate/agate-1.9.0/examples/testfixed file
python-agate/agate-1.9.0/examples/testfixed_converted.csv file
python-agate/agate-1.9.0/examples/testfixed_schema.csv file
python-agate/agate-1.9.0/examples/realdata directory
python-agate/agate-1.9.0/examples/realdata/Datagov_FY10_EDU_recp_by_State.csv file
python-agate/agate-1.9.0/examples/realdata/exonerations-20150828.csv file
python-agate/agate-1.9.0/examples/realdata/ks_1033_data.csv file
python-agate/agate-1.9.0/examples/realdata/README.csv file
python-agate/agate-1.9.0/examples/tableset directory
python-agate/agate-1.9.0/examples/tableset/table1.csv file
python-agate/agate-1.9.0/examples/tableset/table1.json file
python-agate/agate-1.9.0/examples/tableset/table2.csv file
python-agate/agate-1.9.0/examples/tableset/table2.json file
python-agate/agate-1.9.0/examples/tableset/table3.csv file
python-agate/agate-1.9.0/examples/tableset/table3.json file
python-agate/agate-1.9.0/examples/tableset/type_error directory
python-agate/agate-1.9.0/examples/tableset/type_error/table1.csv file
python-agate/agate-1.9.0/examples/tableset/type_error/table2.csv file
python-agate/agate-1.9.0/tests directory
python-agate/agate-1.9.0/tests/__init__.py file
python-agate/agate-1.9.0/tests/test_agate.py file
python-agate/agate-1.9.0/tests/test_aggregations.py file
python-agate/agate-1.9.0/tests/test_columns.py file
python-agate/agate-1.9.0/tests/test_computations.py file
python-agate/agate-1.9.0/tests/test_data_types.py file
python-agate/agate-1.9.0/tests/test_fixed.py file
python-agate/agate-1.9.0/tests/test_from_json.py file
python-agate/agate-1.9.0/tests/test_mapped_sequence.py file
python-agate/agate-1.9.0/tests/test_py3.py file
python-agate/agate-1.9.0/tests/test_type_tester.py file
python-agate/agate-1.9.0/tests/test_utils.py file
python-agate/agate-1.9.0/tests/test_table directory
python-agate/agate-1.9.0/tests/test_table/__init__.py file
python-agate/agate-1.9.0/tests/test_table/test_aggregate.py file
python-agate/agate-1.9.0/tests/test_table/test_bins.py file
python-agate/agate-1.9.0/tests/test_table/test_charting.py file
python-agate/agate-1.9.0/tests/test_table/test_compute.py file
python-agate/agate-1.9.0/tests/test_table/test_denormalize.py file
python-agate/agate-1.9.0/tests/test_table/test_from_csv.py file
python-agate/agate-1.9.0/tests/test_table/test_from_fixed.py file
python-agate/agate-1.9.0/tests/test_table/test_group_by.py file
python-agate/agate-1.9.0/tests/test_table/test_homogenize.py file
python-agate/agate-1.9.0/tests/test_table/test_join.py file
python-agate/agate-1.9.0/tests/test_table/test_merge.py file
python-agate/agate-1.9.0/tests/test_table/test_normalize.py file
python-agate/agate-1.9.0/tests/test_table/test_order_py.py file
python-agate/agate-1.9.0/tests/test_table/test_pivot.py file
python-agate/agate-1.9.0/tests/test_table/test_print_bars.py file
python-agate/agate-1.9.0/tests/test_table/test_print_html.py file
python-agate/agate-1.9.0/tests/test_table/test_print_structure.py file
python-agate/agate-1.9.0/tests/test_table/test_print_table.py file
python-agate/agate-1.9.0/tests/test_table/test_rename.py file
python-agate/agate-1.9.0/tests/test_table/test_to_csv.py file
python-agate/agate-1.9.0/tests/test_table/test_to_json.py file
python-agate/agate-1.9.0/tests/test_tableset directory
python-agate/agate-1.9.0/tests/test_tableset/__init__.py file
python-agate/agate-1.9.0/tests/test_tableset/test_aggregate.py file
python-agate/agate-1.9.0/tests/test_tableset/test_charting.py file
python-agate/agate-1.9.0/tests/test_tableset/test_having.py file
python-agate/agate-1.9.0/tests/test_tableset/test_merge.py file
Holders
path holder start end
Authors
path Author start end
Emails
path email start end
Urls
path url start end
License References
key short_name category owner scancode_url licensedb_url homepage_url text_urls spdx_license_key spdx_url
ace-tao ACE TAO License Permissive Douglas Schmidt https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ace-tao.LICENSE https://scancode-licensedb.aboutcode.org/ace-tao http://www.cs.wustl.edu/~schmidt/ http://www.cs.wustl.edu/~schmidt/ACE-copying.html DOC https://spdx.org/licenses/DOC
gpl-3.0 GPL 3.0 Copyleft Free Software Foundation (FSF) https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE https://scancode-licensedb.aboutcode.org/gpl-3.0 http://www.gnu.org/licenses/gpl-3.0.html http://www.gnu.org/licenses/gpl-3.0-standalone.html http://www.gnu.org/licenses/gpl-3.0.txt GPL-3.0-only https://spdx.org/licenses/GPL-3.0-only
mit MIT License Permissive MIT https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE https://scancode-licensedb.aboutcode.org/mit http://opensource.org/licenses/mit-license.php http://opensource.org/licenses/mit-license.php MIT https://spdx.org/licenses/MIT