fameio 3.1.1__py3-none-any.whl → 3.3.0__py3-none-any.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.
Files changed (57) hide show
  1. fameio/cli/convert_results.py +10 -10
  2. fameio/cli/make_config.py +9 -9
  3. fameio/cli/options.py +6 -4
  4. fameio/cli/parser.py +87 -51
  5. fameio/cli/reformat.py +58 -0
  6. fameio/input/__init__.py +4 -4
  7. fameio/input/loader/__init__.py +13 -13
  8. fameio/input/loader/controller.py +64 -18
  9. fameio/input/loader/loader.py +25 -16
  10. fameio/input/metadata.py +57 -38
  11. fameio/input/resolver.py +9 -10
  12. fameio/input/scenario/agent.py +62 -26
  13. fameio/input/scenario/attribute.py +93 -40
  14. fameio/input/scenario/contract.py +160 -56
  15. fameio/input/scenario/exception.py +41 -18
  16. fameio/input/scenario/fameiofactory.py +57 -6
  17. fameio/input/scenario/generalproperties.py +22 -12
  18. fameio/input/scenario/scenario.py +117 -38
  19. fameio/input/scenario/stringset.py +29 -11
  20. fameio/input/schema/agenttype.py +27 -10
  21. fameio/input/schema/attribute.py +108 -45
  22. fameio/input/schema/java_packages.py +14 -12
  23. fameio/input/schema/schema.py +39 -15
  24. fameio/input/validator.py +198 -54
  25. fameio/input/writer.py +137 -46
  26. fameio/logs.py +28 -47
  27. fameio/output/__init__.py +5 -1
  28. fameio/output/agent_type.py +89 -28
  29. fameio/output/conversion.py +52 -37
  30. fameio/output/csv_writer.py +107 -27
  31. fameio/output/data_transformer.py +17 -24
  32. fameio/output/execution_dao.py +170 -0
  33. fameio/output/input_dao.py +71 -33
  34. fameio/output/output_dao.py +33 -11
  35. fameio/output/reader.py +64 -21
  36. fameio/output/yaml_writer.py +16 -8
  37. fameio/scripts/__init__.py +22 -4
  38. fameio/scripts/convert_results.py +126 -52
  39. fameio/scripts/convert_results.py.license +1 -1
  40. fameio/scripts/exception.py +7 -0
  41. fameio/scripts/make_config.py +34 -13
  42. fameio/scripts/make_config.py.license +1 -1
  43. fameio/scripts/reformat.py +71 -0
  44. fameio/scripts/reformat.py.license +3 -0
  45. fameio/series.py +174 -59
  46. fameio/time.py +79 -25
  47. fameio/tools.py +48 -8
  48. {fameio-3.1.1.dist-info → fameio-3.3.0.dist-info}/METADATA +50 -34
  49. fameio-3.3.0.dist-info/RECORD +60 -0
  50. {fameio-3.1.1.dist-info → fameio-3.3.0.dist-info}/WHEEL +1 -1
  51. {fameio-3.1.1.dist-info → fameio-3.3.0.dist-info}/entry_points.txt +1 -0
  52. CHANGELOG.md +0 -288
  53. fameio-3.1.1.dist-info/RECORD +0 -56
  54. {fameio-3.1.1.dist-info → fameio-3.3.0.dist-info}/LICENSE.txt +0 -0
  55. {fameio-3.1.1.dist-info → fameio-3.3.0.dist-info}/LICENSES/Apache-2.0.txt +0 -0
  56. {fameio-3.1.1.dist-info → fameio-3.3.0.dist-info}/LICENSES/CC-BY-4.0.txt +0 -0
  57. {fameio-3.1.1.dist-info → fameio-3.3.0.dist-info}/LICENSES/CC0-1.0.txt +0 -0
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: fameio
3
- Version: 3.1.1
3
+ Version: 3.3.0
4
4
  Summary: Tools for input preparation and output digestion of FAME models
5
- Home-page: https://gitlab.com/fame-framework/wiki/-/wikis/home
6
5
  License: Apache-2.0
7
6
  Keywords: FAME,fameio,agent-based modelling,energy systems
8
7
  Author: Felix Nitsch
@@ -20,32 +19,35 @@ Classifier: Programming Language :: Python :: 3.9
20
19
  Classifier: Programming Language :: Python :: 3.10
21
20
  Classifier: Programming Language :: Python :: 3.11
22
21
  Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
23
  Classifier: Topic :: Scientific/Engineering
24
- Requires-Dist: fameprotobuf (>=2.0.2,<3.0.0)
24
+ Requires-Dist: fameprotobuf (>=2.0.2,<3.0)
25
25
  Requires-Dist: pandas (>=1.0,<3.0)
26
26
  Requires-Dist: pyyaml (>=6.0,<7.0)
27
- Project-URL: Repository, https://gitlab.com/fame-framework/fame-io/
27
+ Project-URL: Changelog, https://gitlab.com/fame-framework/fame-io/-/blob/main/CHANGELOG.md
28
+ Project-URL: Homepage, https://helmholtz.software/software/fame
29
+ Project-URL: Issue Tracking, https://gitlab.com/fame-framework/fame-io/-/issues
30
+ Project-URL: Repository, https://gitlab.com/fame-framework/fame-io
28
31
  Description-Content-Type: text/markdown
29
32
 
30
33
  <!-- SPDX-FileCopyrightText: 2025 German Aerospace Center <fame@dlr.de>
31
34
 
32
35
  SPDX-License-Identifier: Apache-2.0 -->
33
36
 
34
- | | |
35
- |---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
36
- | **Package** | [![PyPI version](https://badge.fury.io/py/fameio.svg)](https://badge.fury.io/py/fameio) [![PyPI license](https://img.shields.io/pypi/l/fameio.svg)](https://badge.fury.io/py/fameio) [![REUSE status](https://api.reuse.software/badge/gitlab.com/fame-framework/fame-io)](https://api.reuse.software/info/gitlab.com/fame-framework/fame-io) |
37
- | **Tests** | [![pipeline status](https://gitlab.com/fame-framework/fame-io/badges/main/pipeline.svg)](https://gitlab.com/fame-framework/fame-io/commits/main) [![coverage report](https://gitlab.com/fame-framework/fame-io/badges/main/coverage.svg)](https://gitlab.com/fame-framework/fame-io/-/commits/main) |
38
- | **Activity** | ![GitLab last commit](https://img.shields.io/gitlab/last-commit/fame-framework%2Ffame-io) ![GitLab closed issues by-label](https://img.shields.io/gitlab/issues/closed/fame-framework%2Ffame-io) |
39
- | **Style** | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org) [![linting: pylint](https://img.shields.io/badge/linting-pylint-green)](https://github.com/pylint-dev/pylint) |
40
- | **Reference** | [![JOSS](https://joss.theoj.org/papers/10.21105/joss.04958/status.svg)](https://doi.org/10.21105/joss.04958) [![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.4314337.svg)](https://doi.org/10.5281/zenodo.4314337) |
37
+ | | |
38
+ |---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
39
+ | **Package** | ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fameio) ![PyPI - Version](https://img.shields.io/pypi/v/fameio) [![PyPI license](https://img.shields.io/pypi/l/fameio.svg)](https://badge.fury.io/py/fameio) [![REUSE status](https://api.reuse.software/badge/gitlab.com/fame-framework/fame-io)](https://api.reuse.software/info/gitlab.com/fame-framework/fame-io) |
40
+ | **Test** | [![pipeline status](https://gitlab.com/fame-framework/fame-io/badges/main/pipeline.svg)](https://gitlab.com/fame-framework/fame-io/commits/main) [![coverage report](https://gitlab.com/fame-framework/fame-io/badges/main/coverage.svg)](https://gitlab.com/fame-framework/fame-io/-/commits/main) |
41
+ | **Activity** | ![GitLab last commit](https://img.shields.io/gitlab/last-commit/fame-framework%2Ffame-io) ![GitLab closed issues by-label](https://img.shields.io/gitlab/issues/closed/fame-framework%2Ffame-io) |
42
+ | **Style** | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![log style - common changelog](https://img.shields.io/badge/log_style-common_changelog-blue)](https://common-changelog.org/) ![Static Badge](https://img.shields.io/badge/type%20checked-mypy-039dfc) [![linting: pylint](https://img.shields.io/badge/linting-pylint-green)](https://github.com/pylint-dev/pylint) |
43
+ | **Reference** | [![JOSS](https://joss.theoj.org/papers/10.21105/joss.04958/status.svg)](https://doi.org/10.21105/joss.04958) [![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.4314337.svg)](https://doi.org/10.5281/zenodo.4314337) |
41
44
 
42
45
  # FAME-Io
43
46
 
44
47
  *Tools for input preparation and output digestion of FAME models*
45
48
 
46
49
  FAME-Io compiles input for FAME models in protobuf format and extracts model outputs to human-readable files.
47
- Please visit the [FAME-Wiki](https://gitlab.com/fame-framework/wiki/-/wikis/home) to get an explanation of FAME and its
48
- components.
50
+ Please visit the [FAME-Wiki](https://gitlab.com/fame-framework/wiki/-/wikis/home) to get an explanation of FAME and its components.
49
51
 
50
52
  # Installation
51
53
 
@@ -53,30 +55,26 @@ We recommend installing `fameio` using PyPI:
53
55
 
54
56
  pip install fameio
55
57
 
56
- You may also use `pipx`. For detailed information please refer to the
57
- official `pipx` [documentation](https://github.com/pypa/pipx).
58
+ You may also use `pipx`. For detailed information please refer to the official `pipx` [documentation](https://github.com/pypa/pipx).
58
59
 
59
60
  pipx install fameio
60
61
 
61
- `fameio` is currently developed and tested for Python 3.8 or higher.
62
+ `fameio` is currently developed and tested for Python 3.9 or higher.
62
63
  See the `pyproject.toml` for a complete listing of dependencies.
63
64
 
64
65
  # Usage
65
66
 
66
- FAME-Io currently offers two main scripts `makeFameRunConfig` and `convertFameResults`.
67
- Both are automatically installed with the package.
67
+ FAME-Io currently offers two main scripts `makeFameRunConfig` and `convertFameResults`, plus a helper script `reformatTimeSeries`
68
+ All are automatically installed with the package.
68
69
  The first one creates a protobuf file for FAME applications using YAML definition files and CSV files.
69
- The latter one reads output files from FAME applications in protobuf format and converts them to CSV files.
70
+ The second one reads output files from FAME applications in protobuf format and converts them to CSV files.
71
+ The third script reformats time series CSV files to FAME format.
70
72
 
71
- You may use the [example data](https://gitlab.com/dlr-ve/esy/amiris/examples) provided for
72
- the [AMIRIS](https://gitlab.com/dlr-ve/esy/amiris/amiris) model which can be used to simulate electricity markets
73
- in [Germany](https://gitlab.com/dlr-ve/esy/amiris/examples/-/tree/main/Germany2019), [Austria](https://gitlab.com/dlr-ve/esy/amiris/examples/-/tree/main/Austria2019),
74
- and a simple [proof-of-concept model](https://gitlab.com/dlr-ve/esy/amiris/examples/-/tree/main/Simple).
73
+ You may use the [example data](https://gitlab.com/dlr-ve/esy/amiris/examples) provided for the [AMIRIS](https://gitlab.com/dlr-ve/esy/amiris/amiris) model which can be used to simulate electricity markets in [Germany](https://gitlab.com/dlr-ve/esy/amiris/examples/-/tree/main/Germany2019), [Austria](https://gitlab.com/dlr-ve/esy/amiris/examples/-/tree/main/Austria2019), and a simple [proof-of-concept model](https://gitlab.com/dlr-ve/esy/amiris/examples/-/tree/main/Simple).
75
74
 
76
75
  ## Make a FAME run configuration
77
76
 
78
- Digests configuration files in YAML format, combines them with CSV data files and creates a single input file for FAME
79
- applications in protobuf format.
77
+ Digests configuration files in YAML format, combines them with CSV data files and creates a single input file for FAME applications in protobuf format.
80
78
  Call structure:
81
79
 
82
80
  makeFameRunConfig -f <path/to/scenario.yaml>
@@ -362,7 +360,9 @@ Agent Parameters:
362
360
  * `Attributes` Optional; if the agent has any attributes, specify them here in the format "AttributeName: value"; please
363
361
  see attribute table above
364
362
  * `Metadata` Optional; can be assigned to each instance of an Agent, as well as to each of its Attributes
363
+ * `Ext` Optional; Reserved key for parameters not used by fameio but its extensions, e.g., FAME-Gui
365
364
 
365
+ A warning is logged for any other key at this level.
366
366
  The specified `Attributes` for each agent must match the specified `Attributes` options in the linked Schema (see
367
367
  above).
368
368
  For better structure and readability of the `scenario.yaml`, `Attributes` may also be specified in a nested way as
@@ -639,10 +639,8 @@ TIME_SERIES inputs are not directly fed into the Scenario YAML file.
639
639
  Instead, TIME_SERIES reference a CSV file that can be stored some place else.
640
640
  These CSV files follow a specific structure:
641
641
 
642
- * They should contain exactly two columns - any other columns are ignored.
643
- A warning is raised if more than two non-empty columns are detected.
644
- * The first column must be a time stamp in form `YYYY-MM-DD_hh:mm:ss` or
645
- a [FAME-Timestamp](https://gitlab.com/fame-framework/wiki/-/wikis/architecture/decisions/TimeStamp) integer value
642
+ * They should contain exactly two columns - any other columns are ignored. A warning is raised if more than two non-empty columns are detected.
643
+ * The first column must be a time stamp in form `YYYY-MM-DD_hh:mm:ss` or a [FAME-Timestamp](https://gitlab.com/fame-framework/wiki/-/wikis/architecture/decisions/TimeStamp) integer value.
646
644
  * The second column must be a numerical value (either integer or floating-point)
647
645
  * The separator of the two columns is a semicolon
648
646
  * The data must **not** have headers, except for comments marked with `#`
@@ -658,10 +656,10 @@ Exemplary content of a valid CSV file:
658
656
  2016-01-01_00:00:00;42 # optional comment on this particular data point
659
657
  2017-01-01_00:00:00;0.1
660
658
 
661
- Please refer also to the detailed article about `TimeStamps` in
662
- the [FAME-Wiki](https://gitlab.com/fame-framework/wiki/-/wikis/TimeStamp).
663
- For large CSV files (with more than 20,000 rows) we recommend using the integer representation of FAME-Timestamps in the
664
- first column (instead of text representation) to improve conversion speed.
659
+ Please refer also to the detailed article about `TimeStamps` in the [FAME-Wiki](https://gitlab.com/fame-framework/wiki/-/wikis/TimeStamp).
660
+ For large CSV files (with more than 20,000 rows) we recommend using the integer representation of FAME-Timestamps in the first column (instead of text representation) to improve conversion speed.
661
+ A warning will be raised for very large files (exceeding 50,000 rows) that require time stamp conversion.
662
+ Use `reformatTimeSeries` to convert one or multiple timeseries CSV files into FAME format to improve conversion speed and avoid this warning.
665
663
 
666
664
  ### Split and join multiple YAML files
667
665
 
@@ -930,6 +928,24 @@ run_config = handle_args(my_arg_string, my_defaults)
930
928
  convert_results(run_config)
931
929
  ```
932
930
 
931
+ ## Reformat time series
932
+
933
+ Takes CSV time series files and reformats them into FAME time format.
934
+ This improves speed of run configuration creation but also reduces readability of the CSV files' content.
935
+ Thus, we recommend to apply this reformatting only for CSV time series files with more than 20,000 lines.
936
+
937
+ Call structure:
938
+
939
+ reformatTimeSeries -fp <file_or_file_pattern*.csv>
940
+
941
+ You may also specify any of the following arguments:
942
+
943
+ | Command | Action |
944
+ |-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
945
+ | `-l` or `--log` <option> | Sets the logging level. Default is `WARNING`. Options are `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`. |
946
+ | `-lf` or `--logfile` <file> | Sets the logging file. Default is `None`. If `None` is provided, all logs get only printed to the console. |
947
+ | `--replace` or `--no-replace` | If `--replace` is specified, existing csv files are replaced with the new content. Otherwise and by default, new files are created extending the original file name by "_reformatted". |
948
+
933
949
  ## Cite FAME-Io
934
950
 
935
951
  If you use FAME-Io for academic work, please cite as follows.
@@ -0,0 +1,60 @@
1
+ fameio/__init__.py,sha256=LiE7kRXW0pMIB4hTPC0T_ppGz9O0swd0Ca1-b99hOMc,229
2
+ fameio/cli/__init__.py,sha256=YAxIBl8azJDFaKr0iGaba94UH3Xy-KhQtxrGtwz3FpM,179
3
+ fameio/cli/convert_results.py,sha256=hSdxWFsF7Q6Z9sWRRJso-xFqxBgAyToTy32aJJnOSH4,3451
4
+ fameio/cli/make_config.py,sha256=vfxREWB4NUf_eZior0L4cu-B3DQZAtUq5splAnN36m0,2720
5
+ fameio/cli/options.py,sha256=WG07XKzRTat4Pk57DkdEDv0iTM7SzijrSLr7HXwRKkY,1322
6
+ fameio/cli/parser.py,sha256=yV5YNve0Rv_cVDpZhRK-wmnXyxCJ0_587aR2c3wVCuU,10441
7
+ fameio/cli/reformat.py,sha256=4UyxaDbT7f-nDs7crgt38s9RYXfM--bNLL4jiCtdJEw,2181
8
+ fameio/input/__init__.py,sha256=WNyeYBuu0aQ363JX_ULUhI6OQtC123y_3k5zl1TUJS0,508
9
+ fameio/input/loader/__init__.py,sha256=VtDJtTItjHTZ04uB30t70kRn4-ElWr2C-hj6y1_cnLs,2753
10
+ fameio/input/loader/controller.py,sha256=lpzcn8iGgWV6wAMduE-1P7unNFvVFESX5iMj6boKI0E,7714
11
+ fameio/input/loader/loader.py,sha256=zvsmFuK5vNOhBFwFPR2wQ-vcl-Mwip-NgTJUXpfTwYw,5321
12
+ fameio/input/metadata.py,sha256=oV11xeI9fXyY1Qcl79mV1UyA3K4eH1751qHKAMa8cYE,6568
13
+ fameio/input/resolver.py,sha256=NakBjnCCWRMz-8gTC_Ggx-2tXq-u6OPjfBOua0Rd2nA,1902
14
+ fameio/input/scenario/__init__.py,sha256=Pb8O9rVOTwEo48WIgiq1kBnpovpc4D_syC6EjTFGHew,404
15
+ fameio/input/scenario/agent.py,sha256=n0H8nHwQFfAeTwdJceJpi9VV1muYjJu_PjmzC_vrP84,5526
16
+ fameio/input/scenario/attribute.py,sha256=pp9cquxfBUKNFwV3bTDBkDXv1k8ThBiAL6Eh-ag4kQk,11386
17
+ fameio/input/scenario/contract.py,sha256=QPjsChndKMXphIpB_f0IeAiksZG7xz8U-xeLkvYRJUA,13211
18
+ fameio/input/scenario/exception.py,sha256=o64hd7FQrkTF6Ze075Cbt4TM3OkcyJFVSi4qexLuMoU,1939
19
+ fameio/input/scenario/fameiofactory.py,sha256=HgLHVQGKsTPEFy8K1ILB7F_lJtHoMhu89inOgDWYP5k,2800
20
+ fameio/input/scenario/generalproperties.py,sha256=C3ND-PLb1FrCRheIBIyxXHKsZVMW8GZVHUidyInqrOw,3749
21
+ fameio/input/scenario/scenario.py,sha256=GeS-IDYB-Q6-26QPeKQgA1-FVW90tBHHTBcfrNiwYJA,8376
22
+ fameio/input/scenario/stringset.py,sha256=a1PehtkMVaVd1S_HCu9-3DxEWCXflzM32HDdqFZSCDY,2529
23
+ fameio/input/schema/__init__.py,sha256=oIsJVC0hUhwJf_XIBpd1NNTR8sOWEthAy98m6uR7gKc,327
24
+ fameio/input/schema/agenttype.py,sha256=pOXRJXpiOWDfIq7el52CcPqbnnt8lkiXtIcT_i4F_xc,5684
25
+ fameio/input/schema/attribute.py,sha256=Q5pn2BK2QP6L0t8xI7QN5SVqylWYIfyBJoTvIoiTHkw,14901
26
+ fameio/input/schema/java_packages.py,sha256=WlU7Vjesscqiiv8i24J1AhEwsJwG4QviC6k6QOddG24,2944
27
+ fameio/input/schema/schema.py,sha256=5KXd1d9KxQ6JCMYqI81yOEBUX4s_uEPXM8twXzDEjaA,3851
28
+ fameio/input/validator.py,sha256=VMgj1u-qedarKuMrD3fkBZhdYVWvYha768iEdI58Fvc,24040
29
+ fameio/input/writer.py,sha256=XE70AysjcJgmIjepzdzYV7S3lmb4F8V0Yvs8krRzXRo,15867
30
+ fameio/logs.py,sha256=kRaGxHjvmB2WjxKSHr-G9IoVCexkWaALzE4Mtky7Kik,4519
31
+ fameio/output/__init__.py,sha256=ixupBH6NNsC36gL4egdS6jg1fcpH1nFqJGeAUKDrS3E,211
32
+ fameio/output/agent_type.py,sha256=qyt7sVOo6KY1NSbe384Io9dSjXxw0KJQ-RS7TZtcgPM,6551
33
+ fameio/output/conversion.py,sha256=qUC5Xfe8p72TKP5_PuxLnGUo2pPIevumV2PH-GB5aRA,4692
34
+ fameio/output/csv_writer.py,sha256=WIILdfS2gk4z9LIE8Ds58_ZLA3PfglMGJrdEsk0_71k,8103
35
+ fameio/output/data_transformer.py,sha256=mlyCrOdvVM9s-A6ROekequPif56qOaRAKvQjK86dXY0,5251
36
+ fameio/output/execution_dao.py,sha256=w7_6a462RAF1D4URnzMGOT4aKqV9oNGAZMHZR2yLb4A,6803
37
+ fameio/output/input_dao.py,sha256=NC9LMj9I93Ugt1BfFJH1j8sfpuO7cYXw0Ypoqa3LS7c,8460
38
+ fameio/output/output_dao.py,sha256=1j39qH_utLEE_AYRw2aoWLAomEUgScFECDIphwYysUA,4888
39
+ fameio/output/reader.py,sha256=uuhZnNeT1plV5iO_qkoI2L1k87WaU8uhmSUFpFnO0hI,6569
40
+ fameio/output/yaml_writer.py,sha256=vxbJTeqBGVMao7P6_ODpv20ANtswlPYPIob9T7tn5GI,1091
41
+ fameio/scripts/__init__.py,sha256=obt5YXd1mRl9VLswVQnLJzkkU0rbv5TbxoQoPdro3qM,1278
42
+ fameio/scripts/__init__.py.license,sha256=2-OqCNxP4504xY2XQqseYypJi1_Qx4xJSzO3t7c3ACM,107
43
+ fameio/scripts/convert_results.py,sha256=ML7v7XxyDW3bjCHRfG07rnudjEafpyfJSyXjfL9Bycc,7994
44
+ fameio/scripts/convert_results.py.license,sha256=EXKiZn-aoR7nO3auGMNGk9upHbobPLHAIBYUO0S6LUg,107
45
+ fameio/scripts/exception.py,sha256=q0tewaxn_xM1QgqSYVw_rjth2e9DPaTgWWCjDtYxjLg,236
46
+ fameio/scripts/make_config.py,sha256=O6GghQ1M1Y6bxlaS1c9joB066SCaCWvG_V-WTFqFreU,2016
47
+ fameio/scripts/make_config.py.license,sha256=EXKiZn-aoR7nO3auGMNGk9upHbobPLHAIBYUO0S6LUg,107
48
+ fameio/scripts/reformat.py,sha256=jYJsl0UkXtZyn2GyA-QVAARilkHa_ZBWa5CGNIGNDuo,2850
49
+ fameio/scripts/reformat.py.license,sha256=EXKiZn-aoR7nO3auGMNGk9upHbobPLHAIBYUO0S6LUg,107
50
+ fameio/series.py,sha256=ipjDsDmgVlVzaYvXwXcWM8fpCy5w8hTNWTi4hPmvOuM,13654
51
+ fameio/time.py,sha256=rJbcX304bjmZqmr7DozwZAvvNf4FCpxUYjUppl0BFb0,8431
52
+ fameio/tools.py,sha256=metmgKuZ0lubmTIPY3w_ertDxSLQtHIa6OlpcapyIk4,2478
53
+ fameio-3.3.0.dist-info/entry_points.txt,sha256=IUbTceB_CLFOHulubEf9jgiCFsV2TchlzCssmjbiOKI,176
54
+ fameio-3.3.0.dist-info/LICENSE.txt,sha256=eGHBZnhr9CWjE95SWjRfmhtK1lvVn5X4Fpf3KrrAZDg,10391
55
+ fameio-3.3.0.dist-info/LICENSES/Apache-2.0.txt,sha256=eGHBZnhr9CWjE95SWjRfmhtK1lvVn5X4Fpf3KrrAZDg,10391
56
+ fameio-3.3.0.dist-info/LICENSES/CC-BY-4.0.txt,sha256=y9WvMYKGt0ZW8UXf9QkZB8wj1tjJrQngKR7CSXeSukE,19051
57
+ fameio-3.3.0.dist-info/LICENSES/CC0-1.0.txt,sha256=9Ofzc7m5lpUDN-jUGkopOcLZC3cl6brz1QhKInF60yg,7169
58
+ fameio-3.3.0.dist-info/METADATA,sha256=10ZT26KgUXe2-ko_ZFfmqS2Z9eLTzim_9PST-aQwOHQ,41721
59
+ fameio-3.3.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
60
+ fameio-3.3.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 2.1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,4 +1,5 @@
1
1
  [console_scripts]
2
2
  convertFameResults=fameio.scripts:convertFameResults
3
3
  makeFameRunConfig=fameio.scripts:makeFameRunConfig
4
+ reformatTimeSeries=fameio.scripts:reformatTimeSeries
4
5
 
CHANGELOG.md DELETED
@@ -1,288 +0,0 @@
1
- <!-- SPDX-FileCopyrightText: 2025 German Aerospace Center <fame@dlr.de>
2
-
3
- SPDX-License-Identifier: CC0-1.0 -->
4
-
5
- ## [3.1.1](https://gitlab.com/fame-framework/fame-io/-/tags/v3.1.1) - 2025-03-21
6
- ### Added
7
- - Add static code analysis to CI pipeline #231 (@dlr-cjs)
8
-
9
- ### Fixed
10
- - Fixed unused default values for time series attributes #232 (@dlr_fn, @dlr-cjs)
11
- - Fixed bugs identified by static code analysis #231 (@dlr-cjs)
12
- - Fixed deprecated installation guide-line for testing fameio locally #231 (@dlr_fn)
13
-
14
- ## [3.1.0](https://gitlab.com/fame-framework/fame-io/-/tags/v3.1.0) - 2025-01-29
15
- ### Changed
16
- - Speed up of `makeFameRunConfig` for large CSV files #229 (@dlr-cjs, dlr_fn)
17
- - Improve testing of `tools.py` #227 (@dlr_fn)
18
- - Reorganize badges in tabular representation in `README.md` #226 (@dlr-cjs, dlr_fn)
19
-
20
- # Changelog
21
- ## [3.0.0](https://gitlab.com/fame-framework/fame-io/-/tags/v3.0.0) - 2024-12-02
22
- ### Changed
23
- - **Breaking**: Update to fameprotobuf v2.0.2 #208, #215 (@dlr-cjs)
24
- - **Breaking**: Remove section `GeneralProperties.Output` in scenarios - any content there will be ignored #208 (@dlr-cjs)
25
- - **Breaking**: Set section `JavaPackages` in schema to be mandatory #208 (@dlr-cjs)
26
- - **Breaking**: Update header of protobuf files to `"fameprotobufstreamfilev002 "` - disable reading of old files #208, #214 (@dlr-cjs)
27
- - **Breaking**: Replace subparser from command-line argument `--time-merging` with a threefold argument #212 (@dlr-cjs)
28
- - **Breaking**: Attribute names "value", "values", and "metadata" are now disallowed as they are reserved for the Metadata implementation #217 (@dlr-cjs)
29
- - **Breaking**: Refactor package structure #137 (@dlr_fn, @dlr-cjs)
30
- - **Breaking**: Refactor PathResolver #219 (@dlr-cjs)
31
- - **Breaking**: Rename all Exceptions to Errors #114 (@dlr-cjs)
32
- - **Breaking**: Rename all `_KEY` words in packages `scenario` and `schema` removing their underscore in the beginning #222 (@dlr-cjs)
33
- - Use `Metadata` for `Agent` and `Contract` #209, #224 (@dlr-cjs)
34
- - Allow `DataItems` to be left out on new mandatory section `JavaPackges` #216 (@dlr-cjs)
35
- - Complete refactoring of loader.py to improve readability and testability #116, #117, #119, #219, #220 (@dlr-cjs)
36
-
37
- ### Added
38
- - Add StringSet writing to protobuf file #208 (@dlr-cjs)
39
- - Add `Metadata` to `Scenario` and 'Attribute', as well as schema elements `AgentType`, and `AttributeSpecs` #209, #217, #218, (@dlr-cjs, @dlr_fn)
40
- - Add file UPGRADING.md to describe actions necessary to deal with breaking changes #208 (@dlr-cjs)
41
-
42
- ### Removed
43
- - Drop class `Args` in `loader.py` #115 (@dlr-cjs)
44
-
45
- ## [2.3.1](https://gitlab.com/fame-framework/fame-io/-/tags/v2.3.1) - 2024-08-26
46
- ### Fixed
47
- - Fix ignored default values of `convert_results` for `merge-times` arguments #211 (@dlr-cjs, dlr_fn)
48
-
49
- ## [2.3.0](https://gitlab.com/fame-framework/fame-io/-/tags/v2.3.0) - 2024-08-12
50
- ### Added
51
- - New attribute type `string_set` #175 (@dlr_fn @dlr-cjs)
52
- - Add warning if a timeseries file has additional, non-empty columns #155 (@LeonardWilleke)
53
- - Ensure `CHANGELOG.md` is updated in automated testing pipeline #207 (@dlr_fn)
54
-
55
- ### Fixed
56
- - ConvertFameResults: Fix bug on `merge-times` when `--memory-saving` is active #201 (@dlr_fn @dlr-cjs)
57
-
58
- ## [2.2.0](https://gitlab.com/fame-framework/fame-io/-/tags/v2.2.0) - 2024-05-28
59
- ### Changed
60
- - New command line option `-enc --encoding` to change encoding when reading yaml-files #170 (@dlr-cjs)
61
- - Improve error message when timeseries is not found and is number string #178 (@dlr-cjs)
62
-
63
- ### Added
64
- - Add writing of FAME-Io and FAME-Protobuf versions to created input protobuf #192 (@dlr-cjs)
65
- - Add deprecation warning for section `GeneralProperties.Output` in scenario #203 (@dlr-cjs)
66
-
67
- ## [2.1.1](https://gitlab.com/fame-framework/fame-io/-/tags/v2.1.1) - 2024-05-28
68
- ### Fixed
69
- - ConvertFameResults: Fix crash on complex column conversion if Agent has no simple columns #204 (@dlr_fn @dlr-cjs)
70
-
71
- ## [2.1.0](https://gitlab.com/fame-framework/fame-io/-/tags/v2.1.0) - 2024-05-11
72
- ### Changed
73
- - Change format of auto-created timeseries from constant values #196 (@dlr-cjs)
74
- - Change default log level to "WARNING" #191 (@dlr_fn @dlr-cjs)
75
- - Adapt link-formatting in Changelog !155 (@dlr-cjs)
76
-
77
- ### Added
78
- - Read java package names from Schema and write to input.pb #198 (@dlr-cjs)
79
-
80
- ### Fixed
81
- - Fix docstrings in CLI `handle_args()` #190 (@dlr-cjs @dlr_fn)
82
- - Fix potential duplicates in logging #191 (@dlr_fn @dlr-cjs)
83
-
84
- ## [2.0.1](https://gitlab.com/fame-framework/fame-io/-/tags/v2.0.1) - 2024-04-05
85
- ### Fixed
86
- - Fix potential missing columns when memory-saving-mode `-m` is enabled #194 (@dlr_fn @dlr-cjs)
87
-
88
- ### Remove
89
- - Remove convert results option `-cc MERGE` #194 (@dlr_fn @dlr-cjs)
90
-
91
- ## [2.0.0](https://gitlab.com/fame-framework/fame-io/-/tags/v2.0.0) - 2024-04-03
92
- ### Changed
93
- - **Breaking**: Removed support for `python==3.8` #163 (@dlr-cjs @dlr_fn)
94
- - **Breaking**: Signature of `run` functions in `make_config.py` and `convert_results.py` changed: the input file is now read from the configuration dictionary #163 (@dlr-cjs @dlr_fn)
95
- - **Breaking**: Created protobuf files now have a header section -> minimum required FAME-Core version is now 1.6.0 #183 (@dlr-cjs @dlr_fn)
96
- - Raise error for NaN float values in scenario and time series #165 (@dlr-cjs @dlr_fn)
97
- - Enhance Schema to include metadata and output fields #156 (@dlr-cjs @litotes18 @dlr_fn)
98
- - Enhance Contracts to include metadata #158 (@dlr-cjs @litotes18 @dlr_fn)
99
- - Enhance Agents to include metadata #159 (@dlr-cjs @litotes18 @dlr_fn)
100
- - Improve general handling of CLI arguments #163 (@dlr_fn @dlr-cjs)
101
- - Ensure `fameio` logger is used consistently !126 (@dlr-cjs @dlr_fn)
102
- - Enhanced error message if mandatory attribute is not defined by logging `full_name` #177 (@dlr_fn)
103
- - Switch to pyproject.toml #173 (@dlr-cjs)
104
- - Restrict supported pandas versions #171 (@dlr-cjs)
105
- - Enable to specify defaults for MERGE_TIME parameters #179 (@dlr-cjs)
106
- - Conserve order of keys in YAML files #186 (@dlr-cjs @dlr_fn)
107
- - Update to `fameprotobuf==1.4.0` #189 (@dlr-cjs @dlr_fn)
108
- - Update `CHANGELOG.md` to conform with Common Changelog format #172 (@dlr-cjs @dlr_fn)
109
-
110
- ### Added
111
- - Write Schema and Metadata of Contracts and Agents to protobuf file #160 (@dlr-cjs @litotes18 @dlr_fn)
112
- - Add option to recover input data `--input-recovery`/`--no-input-recovery` #163 (@litotes18 @dlr_fn @dlr-cjs)
113
- - Add pipeline tests for all major Python versions >= 3.8 #173 (@dlr-cjs)
114
- - Read all input from protobuf file #162 (@dlr-cjs @litotes18 @dlr_fn)
115
- - Write all input from protobuf to disk #163 (@litotes18 @dlr_fn @dlr-cjs)
116
- - Add header section to input protobuf enabling recovering of inputs from protobuf #183 (@dlr-cjs @dlr_fn)
117
- - Add pipeline tests for all major Python versions >= 3.8, < 3.12 #173 (@dlr-cjs)
118
- - Enable comments in timeseries using '#' #184 (@dlr-cjs)
119
- - Raise Warning if Agent has no Contracts attributed #187 (@dlr_fn)
120
- - Add JOSS Paper in folder paper/ #139 (@dlr-cjs @litotes18 @dlr_fn)
121
- - Add `CONTRIBUTING.md` #102 (@dlr-cjs @dlr_fn)
122
- - Add `Citation.cff` #166 (@dlr-cjs)
123
-
124
- ### Removed
125
- - Remove deprecated protobuf test !127 (@dlr-cjs @dlr_fn)
126
-
127
- ### Fixed
128
- - Fix deprecated arguments in pandas groupby !129 (@maurerle)
129
- - Fix breaking tests in Pytest 8.0 #176 (@dlr-cjs)
130
- - Fix PyTests for Python 3.12 #182 (@dlr_fn)
131
-
132
- ## [1.8.1](https://gitlab.com/fame-framework/fame-io/-/tags/v1.8.1) - 2023-05-04
133
- ### Fixed
134
- - Fix fail of `ConvertFameResults` when `merge-times` was not specified
135
-
136
- ## [1.8.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.8) - 2023-04-14
137
- ### Changed
138
- - Update repository to be compliant to `REUSE` standard
139
- - Accept custom `date_format` (default: `"%Y-%m-%d_%H:%M:%S"`) for `FameTime.convert_fame_time_step_to_datetime()`
140
- - Parse command-line arguments case-insensitive for arguments with predefined options
141
- - Handle potentially missing cli arguments in `cli.update_default_config` for `makeFameRunConfig` and `convertFameResults` in a robust way.
142
-
143
- ### Added
144
- - **Breaking**: Add option to define conversion of time steps to given format (default=`UTC`) by `-t/--time {UTC, INT, FAME}` for `convertFameResults`
145
- - Add option to merge time steps in results with `convertFameResults`
146
- - Add pre-commit hooks enforcing high coding standards and reducing CI runner minutes during development
147
-
148
- ## [1.7.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.7) - 2023-02-20
149
- ### Added
150
- - Support dictionaries in Schema for field `Products` in elements of `AgentTypes`
151
- - Support dictionaries in Schema for field `Values` in elements of `Attributes`
152
-
153
- ### Changed
154
- - Use `Pathlib` for path handling
155
- - Improve error message when no valid `YAML` file is specified for `makeFameRunConfig`
156
-
157
- ### Remove
158
- - **Breaking**: `Products` in Schema no longer support single non-list values
159
-
160
- ## [1.6.3](https://gitlab.com/fame-framework/fame-io/-/tags/v1.6.3) - 2022-11-04
161
- ### Added
162
- - Allow parsing `Help` for `Attributes` in `schema`
163
-
164
- ## [1.6.1](https://gitlab.com/fame-framework/fame-io/-/tags/v1.6.1) - 2022-11-02
165
- ### Changed
166
- - Use existing logger if already set up to avoid duplicates when `fameio` is used as dependency in third party workflows
167
-
168
- ## [1.6.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.6) - 2022-07-08
169
- ### Added
170
- - Add option to enable memory saving mode using the flag `-m` or `--memory-saving`
171
- - Add options to deal with complex indexed output columns using the flag `-cc` or `--complex-column` with
172
- options `IGNORE`, `MERGE` or `SPLIT`
173
-
174
- ### Changed
175
- - **Breaking**: Update requirement to `python>=3.8`
176
- - **Breaking**: Update requirement to `fameprotobuf==v1.2`
177
- - Enable parsing of protobuf output files > 2 GB
178
- - Reduce memory profile for `convertFameResults`
179
- - Extract `source` scripts relevant for `convertFameResults` to be hosted in subpackage `results`
180
-
181
- ## [1.5.4](https://gitlab.com/fame-framework/fame-io/-/tags/v1.5.4) - 2022-06-01
182
- ### Changed
183
- - Limit `protobuf` dependency to `>=3.19,<4.0`
184
-
185
- ## [1.5.3](https://gitlab.com/fame-framework/fame-io/-/tags/v1.5.3) - 2022-03-18
186
- ### Changed
187
- - Harmonize interface with `famegui`
188
- - Return `None` on failure of `resolve_series_file_path` instead of raising a `FileNotFoundError`
189
-
190
- ## [1.5.2](https://gitlab.com/fame-framework/fame-io/-/tags/v1.5.2) - 2022-03-10
191
- ### Changed
192
- - Allow interfacing of `famegui` with `scenario` (e.g. serialization, error handling)
193
- - Move `scenario` validation to `validator.py`
194
- - Extract `path_resolver.py`
195
- - Increase test coverage by incorporating [AMIRIS examples](https://gitlab.com/dlr-ve/esy/amiris/examples)
196
-
197
- ## [1.5.1](https://gitlab.com/fame-framework/fame-io/-/tags/v1.5.1) - 2022-01-10
198
- ### Added
199
- - Provide documentation on installation using `pipx`
200
- - Add optional argument `-se`/`--singleexport` for exporting individual files for each agent
201
- - Add compatibility hook for `famegui` integration
202
-
203
- ### Changed
204
- - Refactor `scenario.py`
205
- - Ensure code formatting using `black`
206
-
207
- ## [1.5.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.5) - 2021-06-30
208
- ### Added
209
- - Support specifying an output folder in command line interface of `convert_results.py`
210
-
211
- ### Changed
212
- - Update to latest protobuf package
213
- - Refactor code
214
-
215
- ## [1.4.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.4) - 2021-06-10
216
- ### Added
217
- - Enable "Default" values for Attributes - these are used in case a mandatory attribute is not specified in the Scenario
218
- - Allow "List" Attributes with multiple values
219
- - Add new AttributeTypes "Long", "String" and "TimeStamp"
220
- - Add compact definition of multiple contracts: enable lists for senders and receivers
221
-
222
- ### Changed
223
- - **Breaking**: Update requirement to `fameprotobuf==1.1.4`
224
- - Refactor `make_config.py`: split into several classes and packages, improved exception handling
225
- - Switch to pytest and improved test coverage
226
- - Make keywords in Schema and Scenario case-insensitive
227
- - Improve validations for Schema and Scenario
228
-
229
- ### Fixed
230
- - Fixed minor bugs
231
-
232
- ## [1.3.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.3) - 2021-04-13
233
- ### Added
234
- - Enable `Attributes` in agents (formerly known as `Fields`) to be structured in complex tree-like data dictionaries
235
- - Allow contracts to support `Attributes` of type `int`, `float`, `enum` or `dict`
236
- - Add coverage report badge
237
- - Add `CHANGELOG.md`
238
-
239
- ### Changed
240
- - **Breaking**: Use new format `DataStorage` for input and output protobuf files allowing `FAME-Core` input and output to be written to the same file (requires `FAME-Core > 1.0`)
241
- - **Breaking**: Update requirement to `fameprotobuf==1.1.2`
242
- - Enable automatic detection of `TimeStamps` by string format and conversion to int64
243
- - Raise proper error when file can not be loaded triggered by `!include` command
244
- - Raise critical error when trying to convert empty protobuf output file
245
- - Check if `product` in `contract` is valid according to `schema.yaml`
246
-
247
- ## [1.2.4](https://gitlab.com/fame-framework/fame-io/-/tags/v1.2.4) - 2021-02-26
248
- ### Changed
249
- - Move `is_compatible` function to class `AttributeType`
250
-
251
- ## [1.2.3](https://gitlab.com/fame-framework/fame-io/-/tags/v1.2.3) - 2021-02-24
252
- ### Fixed
253
- - Fix file prefix `IGNORE_` (used when loading a set of contract files with the !include argument) is now working consistently
254
-
255
- ## [1.2.2](https://gitlab.com/fame-framework/fame-io/-/tags/v1.2.2) - 2021-02-18
256
- ### Changed
257
- - **Breaking**: Rename `fieldtype` to `attributetype` in `schema.yaml`
258
- - Derive protobuf imports from `fameprotobuf` package
259
- - Improve handling of cases for keys in `scenario.yaml`
260
- - Improve handling of time stamp strings
261
-
262
- ## [1.2.1](https://gitlab.com/fame-framework/fame-io/-/tags/v1.2.1) - 2021-02-10
263
- ### Changed
264
- - Improve key handling for contracts which are now case-insensitive
265
-
266
- ## [1.2.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.2) - 2021-02-04
267
- ### Added
268
- - Add `!include` command to yaml loading to allow integrating additional yaml files
269
-
270
- ### Changed
271
- - **Breaking**: Rename package to `fameio`
272
- - Improve executables
273
- - Restructure logging
274
- - Improve documentation
275
-
276
- ### Fixed
277
- - Fix bugs
278
-
279
- ## [1.1.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.1) - 2020-12-09
280
- ### Added
281
- - Package to PyPI
282
- - Provide executables for calling `makeFameRunConfig` and `convertFameResults`
283
-
284
- ### Changed
285
- - Improve documentation
286
-
287
- ## [1.0.0](https://gitlab.com/fame-framework/fame-io/-/tags/v1.0) - 2020-11-17
288
- _Initial release of `famepy`_
@@ -1,56 +0,0 @@
1
- CHANGELOG.md,sha256=XB1lrNcdL2xRQVF9PHfmp5VThdP2UbecSPFFjFfcgYI,14514
2
- fameio/__init__.py,sha256=LiE7kRXW0pMIB4hTPC0T_ppGz9O0swd0Ca1-b99hOMc,229
3
- fameio/cli/__init__.py,sha256=YAxIBl8azJDFaKr0iGaba94UH3Xy-KhQtxrGtwz3FpM,179
4
- fameio/cli/convert_results.py,sha256=-nAAuO_CznggZnZHeGctP_uXcQsQGjTDDZmHAqlBMJQ,3438
5
- fameio/cli/make_config.py,sha256=Dbn_ITlhpumc-bK9ONKZyGnyYLXsc8YIWQN9OHLBHe4,2712
6
- fameio/cli/options.py,sha256=k_bVfVo8GEoqJzLLfzVpfrol51IA9AWjIGASQsATruY,1269
7
- fameio/cli/parser.py,sha256=le7oxhOpplEbuS6Bz9FZ7xtDMMxZBQlKrB5PXzjIZaM,8381
8
- fameio/input/__init__.py,sha256=EuG1buGAz3rBLKeIM02ovq1GxlSaZyN9ne4SI4gwiNs,502
9
- fameio/input/loader/__init__.py,sha256=ShZq2zBGz3-423Fd6DLCi1wAtD2JDgFiaknJ24lGToU,2659
10
- fameio/input/loader/controller.py,sha256=S8c4j0LF8z0Vjmhzbf5r4KoI82Utpu5FOWzxhv62uMk,5801
11
- fameio/input/loader/loader.py,sha256=uVCUXN2FqtO058zxDBQth2rabP8BPtInMZnAcI7SX8Q,5060
12
- fameio/input/metadata.py,sha256=Mq7VzP8Sy-YP_W3yKstU3a9_J4kL5TL915hSuGBKUKo,5918
13
- fameio/input/resolver.py,sha256=86APkFnupWSJNAaX4RP_SOYNv5W3WUwV_I6Iptkur_Q,1917
14
- fameio/input/scenario/__init__.py,sha256=Pb8O9rVOTwEo48WIgiq1kBnpovpc4D_syC6EjTFGHew,404
15
- fameio/input/scenario/agent.py,sha256=zaa80Re9ztCNkFObqlb3wbsN3biw7lLKuukMGmVFqYQ,4359
16
- fameio/input/scenario/attribute.py,sha256=LEmXDQ8bFcqi2nzdBhnAkJKhF5AUN_3TbfI6H3Nz3Go,9613
17
- fameio/input/scenario/contract.py,sha256=_wB9FB2po1EWlM08CsKOZQgLFFl39Y5KgP6cyWjS-w4,9133
18
- fameio/input/scenario/exception.py,sha256=7mEoP3CTbJvlrdU3ovwy8lpXcXi0LRC2wVJNATeli7k,1376
19
- fameio/input/scenario/fameiofactory.py,sha256=_8R3q_e5lHGd75DDbgJvTX6PJNn0i6nZSnW4DyGgdOA,1558
20
- fameio/input/scenario/generalproperties.py,sha256=gTSLS0bgoZYAMDYhaFTGcJxipgik9AntSPihQBIcX6k,3504
21
- fameio/input/scenario/scenario.py,sha256=f9gIV_FdtS52L_nWdstwSoXlN8gL7ovxGPAaWpEzOjc,4608
22
- fameio/input/scenario/stringset.py,sha256=ORW0_4M9CGtB5NQAzQhzZJliHmyW0yQjG_tzMjnRxUw,1814
23
- fameio/input/schema/__init__.py,sha256=oIsJVC0hUhwJf_XIBpd1NNTR8sOWEthAy98m6uR7gKc,327
24
- fameio/input/schema/agenttype.py,sha256=UoPyDDa8rShtIAGQ1dxaJIH-wc-i4D7M8jp7bPAlZ6U,5110
25
- fameio/input/schema/attribute.py,sha256=V0tzA2tlDUn44DIKOxTDf6neC_MhG3v0AJIk6etX4PM,12958
26
- fameio/input/schema/java_packages.py,sha256=jkwEgR3mOGky-cvSgR3pGQEJ84hXN5NZS_oyoeYt-9g,2845
27
- fameio/input/schema/schema.py,sha256=-Hm7r9Hka8NDnNZLe9GCeaULcBgvvhHQhEYjxQ4VzTg,3039
28
- fameio/input/validator.py,sha256=_nDdIhqdrSFvnHJhCyAqoo_4yhfjBCmWsSH-F2LUEIE,18955
29
- fameio/input/writer.py,sha256=51R6Qt00JBvDDj6SVapT-dW5i9hcJN-7jWgDHbbNayk,12772
30
- fameio/logs.py,sha256=HNHpgwjq_PJdSRXDHT5FlvnUpDpdh4EMVmiu_iwcAjo,4963
31
- fameio/output/__init__.py,sha256=IQm0MNOXkhBexiMXBoNZDK5xHUYgazH7oXm-lc0Vm04,109
32
- fameio/output/agent_type.py,sha256=a2QnKfc3Rc-yXUZyd2esl5aiiI3nKo1_yaRbRqd6NyI,4389
33
- fameio/output/conversion.py,sha256=e9SHhGh2o045AFR16ZEfb-73wivaADUkQBVHHtZwWzA,3990
34
- fameio/output/csv_writer.py,sha256=hU3TM_c8bltY_j_6NZInNB7fyLsNZsYsOrfVvDNYwwE,5117
35
- fameio/output/data_transformer.py,sha256=nbqmnobcmfWRyqxKH2O-yOsXXREvNoD2IRCI3G5pY-I,5510
36
- fameio/output/input_dao.py,sha256=V4vSlJo1oJpevWPjzOzKac3r4cAYF5Lhh68B1cVloAI,6888
37
- fameio/output/output_dao.py,sha256=f7xnsjY80E6OolHlFDzWkJG2J86wxXJJ2nRRmgUnVVc,4085
38
- fameio/output/reader.py,sha256=rlcukAA0zDPxo3PxrmF4BOAgMY-wigyY-O5gAa_uk_s,5135
39
- fameio/output/yaml_writer.py,sha256=p0-xry5JjIaCCW8Fjd9nzTqMyTPQuWMYprQI47_wwKQ,841
40
- fameio/scripts/__init__.py,sha256=Owg46sNUIkq7qLJpfa75Cuhjtl3HGkR6l1-LEaNE54A,727
41
- fameio/scripts/__init__.py.license,sha256=2-OqCNxP4504xY2XQqseYypJi1_Qx4xJSzO3t7c3ACM,107
42
- fameio/scripts/convert_results.py,sha256=xWdxW48N_6_312_IrB3dnwEajIxSygNK303p-Nwiles,5112
43
- fameio/scripts/convert_results.py.license,sha256=2-OqCNxP4504xY2XQqseYypJi1_Qx4xJSzO3t7c3ACM,107
44
- fameio/scripts/make_config.py,sha256=LvwXbBlaGdKC25BRlk4LJDEwvZzxzCzYyVewtyHhIMM,1351
45
- fameio/scripts/make_config.py.license,sha256=2-OqCNxP4504xY2XQqseYypJi1_Qx4xJSzO3t7c3ACM,107
46
- fameio/series.py,sha256=TLJUsVbPIHWddt6z1-pE5mXK50KZ2hIeijcTBqzaklM,9134
47
- fameio/time.py,sha256=pyzOO_LVKbQhRaH3_9_6f7ejJoZTDTf-q9IEtqaVgBY,6866
48
- fameio/tools.py,sha256=0aee9qROcyZh2bQYY931yk2_3jssfmA-ZRV8pjTBTOo,1041
49
- fameio-3.1.1.dist-info/entry_points.txt,sha256=jvQVfwJjZXPWQjJlhj1Dt6PTeblryTc1GxjKeK90twI,123
50
- fameio-3.1.1.dist-info/LICENSE.txt,sha256=eGHBZnhr9CWjE95SWjRfmhtK1lvVn5X4Fpf3KrrAZDg,10391
51
- fameio-3.1.1.dist-info/LICENSES/Apache-2.0.txt,sha256=eGHBZnhr9CWjE95SWjRfmhtK1lvVn5X4Fpf3KrrAZDg,10391
52
- fameio-3.1.1.dist-info/LICENSES/CC-BY-4.0.txt,sha256=y9WvMYKGt0ZW8UXf9QkZB8wj1tjJrQngKR7CSXeSukE,19051
53
- fameio-3.1.1.dist-info/LICENSES/CC0-1.0.txt,sha256=9Ofzc7m5lpUDN-jUGkopOcLZC3cl6brz1QhKInF60yg,7169
54
- fameio-3.1.1.dist-info/METADATA,sha256=ulS2Y5wB_KCllU9GvdVBQSvQscgBSDcsQv9l2RNzdFc,38940
55
- fameio-3.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
56
- fameio-3.1.1.dist-info/RECORD,,