diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-12 06:07:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-12 06:07:16 +0000 |
commit | 65fb5ec6982d3cdc1d955e8d64222b17a61ebff3 (patch) | |
tree | a71a26d0b4b709deaa930c1e4ffbb50a04a44426 | |
parent | 2f09c7a205977642c4f1d00d7af7b8741b4286aa (diff) |
automatic import of python-aea
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aea.spec | 367 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 369 insertions, 0 deletions
@@ -0,0 +1 @@ +/aea-1.2.5.tar.gz diff --git a/python-aea.spec b/python-aea.spec new file mode 100644 index 0000000..5d70b8f --- /dev/null +++ b/python-aea.spec @@ -0,0 +1,367 @@ +%global _empty_manifest_terminate_build 0 +Name: python-aea +Version: 1.2.5 +Release: 1 +Summary: Autonomous Economic Agent framework +License: Apache-2.0 +URL: https://github.com/fetchai/agents-aea +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/c1/bad76638e83476e00a851d5d822368f7530c672f4c177f7fca4d599b37cc/aea-1.2.5.tar.gz +BuildArch: noarch + +Requires: python3-base58 +Requires: python3-click +Requires: python3-ecdsa +Requires: python3-importlib-metadata +Requires: python3-jsonschema +Requires: python3-packaging +Requires: python3-protobuf +Requires: python3-pymultihash +Requires: python3-dotenv +Requires: python3-pywin32 +Requires: python3-pyyaml +Requires: python3-requests +Requires: python3-semver + +%description +<h1 align="center"> + <b>AEA Framework</b> +</h1> + +<p align="center"> +Create Autonomous Economic Agents (AEAs) +</p> + +<p align="center"> + <a href="https://pypi.org/project/aea/"> + <img alt="PyPI" src="https://img.shields.io/pypi/v/aea"> + </a> + <a href="https://pypi.org/project/aea/"> + <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/aea"> + </a> + <a href="https://github.com/fetchai/agents-aea/blob/main/LICENSE"> + <img alt="License" src="https://img.shields.io/pypi/l/aea"> + </a> + <a href="https://pypi.org/project/aea/"> + <img alt="License" src="https://img.shields.io/pypi/dm/aea"> + </a> + <br /> + <a href="https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests"> + <img alt="AEA framework sanity checks and tests" src="https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests/badge.svg?branch=main"> + </a> + <a href=""> + <img alt="Codecov" src="https://img.shields.io/codecov/c/github/fetchai/agents-aea"> + </a> + <a href="https://discord.gg/hy8SyhNnXf"> + <img src="https://img.shields.io/discord/441214316524339210.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" /> + </a> +</p> + +The AEA framework allows you to create **Autonomous Economic Agents**: + +- An AEA is an <b>Agent</b>, representing an individual, family, organisation or object (a.k.a. its "owner") in the digital world. It looks after its owner's interests and has their preferences in mind when acting on their behalf. +- AEAs are <b>Autonomous</b>; acting with no, or minimal, interference from their owners. +- AEAs have a narrow and specific focus: creating <b>Economic</b> value for their owners. + +<p align="center"> + <a href="https://www.youtube.com/embed/xpJA4IT5X88"> + <img src="/data/video-aea.png?raw=true" alt="AEA Video" width="70%"/> + </a> +</p> + +## To install + +1. Ensure you have Python (version `3.8`, `3.9` or `3.10`). +2. (optional) Use a virtual environment (e.g. [`pipenv`][pipenv] or [`poetry`][poetry]). +3. Install: `pip install aea[all]` + +Please see the [installation page][docs-install] for more details. + +## Documentation + +The full documentation, including how to get started, can be found [here][docs]. + +## Contributing + +All contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated! + +Read below to learn how you can take part in the AEA project. + +### Code of Conduct + +Please be sure to read and follow our [Code of Conduct][coc]. By participating, you are expected to uphold this code. + +### Contribution Guidelines + +Read our [contribution guidelines][contributing] to learn about our issue and PR submission processes, coding rules, and more. + +### Development Guidelines + +Read our [development guidelines][developing] to learn about the development processes and workflows when contributing to different parts of the AEA project. + +### Issues, Questions and Discussions + +We use [GitHub Issues][issues] for tracking requests and bugs, and [GitHub Discussions][discussion] for general questions and discussion. + +## License + +The AEA project is licensed under [Apache License 2.0][license]. + +[poetry]: https://python-poetry.org +[pipenv]: https://pypi.org/project/pipenv/ +[docs]: https://docs.fetch.ai +[contributing]: https://github.com/fetchai/agents-aea/blob/main/CONTRIBUTING.md +[developing]: https://github.com/fetchai/agents-aea/blob/main/DEVELOPING.md +[coc]: https://github.com/fetchai/agents-aea/blob/main/CODE_OF_CONDUCT.md +[discussion]: https://github.com/fetchai/agents-aea/discussions +[issues]: https://github.com/fetchai/agents-aea/issues +[license]: https://github.com/fetchai/agents-aea/blob/main/LICENSE +[docs-install]: https://docs.fetch.ai/aea/installation/ + + + +%package -n python3-aea +Summary: Autonomous Economic Agent framework +Provides: python-aea +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-aea +<h1 align="center"> + <b>AEA Framework</b> +</h1> + +<p align="center"> +Create Autonomous Economic Agents (AEAs) +</p> + +<p align="center"> + <a href="https://pypi.org/project/aea/"> + <img alt="PyPI" src="https://img.shields.io/pypi/v/aea"> + </a> + <a href="https://pypi.org/project/aea/"> + <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/aea"> + </a> + <a href="https://github.com/fetchai/agents-aea/blob/main/LICENSE"> + <img alt="License" src="https://img.shields.io/pypi/l/aea"> + </a> + <a href="https://pypi.org/project/aea/"> + <img alt="License" src="https://img.shields.io/pypi/dm/aea"> + </a> + <br /> + <a href="https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests"> + <img alt="AEA framework sanity checks and tests" src="https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests/badge.svg?branch=main"> + </a> + <a href=""> + <img alt="Codecov" src="https://img.shields.io/codecov/c/github/fetchai/agents-aea"> + </a> + <a href="https://discord.gg/hy8SyhNnXf"> + <img src="https://img.shields.io/discord/441214316524339210.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" /> + </a> +</p> + +The AEA framework allows you to create **Autonomous Economic Agents**: + +- An AEA is an <b>Agent</b>, representing an individual, family, organisation or object (a.k.a. its "owner") in the digital world. It looks after its owner's interests and has their preferences in mind when acting on their behalf. +- AEAs are <b>Autonomous</b>; acting with no, or minimal, interference from their owners. +- AEAs have a narrow and specific focus: creating <b>Economic</b> value for their owners. + +<p align="center"> + <a href="https://www.youtube.com/embed/xpJA4IT5X88"> + <img src="/data/video-aea.png?raw=true" alt="AEA Video" width="70%"/> + </a> +</p> + +## To install + +1. Ensure you have Python (version `3.8`, `3.9` or `3.10`). +2. (optional) Use a virtual environment (e.g. [`pipenv`][pipenv] or [`poetry`][poetry]). +3. Install: `pip install aea[all]` + +Please see the [installation page][docs-install] for more details. + +## Documentation + +The full documentation, including how to get started, can be found [here][docs]. + +## Contributing + +All contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated! + +Read below to learn how you can take part in the AEA project. + +### Code of Conduct + +Please be sure to read and follow our [Code of Conduct][coc]. By participating, you are expected to uphold this code. + +### Contribution Guidelines + +Read our [contribution guidelines][contributing] to learn about our issue and PR submission processes, coding rules, and more. + +### Development Guidelines + +Read our [development guidelines][developing] to learn about the development processes and workflows when contributing to different parts of the AEA project. + +### Issues, Questions and Discussions + +We use [GitHub Issues][issues] for tracking requests and bugs, and [GitHub Discussions][discussion] for general questions and discussion. + +## License + +The AEA project is licensed under [Apache License 2.0][license]. + +[poetry]: https://python-poetry.org +[pipenv]: https://pypi.org/project/pipenv/ +[docs]: https://docs.fetch.ai +[contributing]: https://github.com/fetchai/agents-aea/blob/main/CONTRIBUTING.md +[developing]: https://github.com/fetchai/agents-aea/blob/main/DEVELOPING.md +[coc]: https://github.com/fetchai/agents-aea/blob/main/CODE_OF_CONDUCT.md +[discussion]: https://github.com/fetchai/agents-aea/discussions +[issues]: https://github.com/fetchai/agents-aea/issues +[license]: https://github.com/fetchai/agents-aea/blob/main/LICENSE +[docs-install]: https://docs.fetch.ai/aea/installation/ + + + +%package help +Summary: Development documents and examples for aea +Provides: python3-aea-doc +%description help +<h1 align="center"> + <b>AEA Framework</b> +</h1> + +<p align="center"> +Create Autonomous Economic Agents (AEAs) +</p> + +<p align="center"> + <a href="https://pypi.org/project/aea/"> + <img alt="PyPI" src="https://img.shields.io/pypi/v/aea"> + </a> + <a href="https://pypi.org/project/aea/"> + <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/aea"> + </a> + <a href="https://github.com/fetchai/agents-aea/blob/main/LICENSE"> + <img alt="License" src="https://img.shields.io/pypi/l/aea"> + </a> + <a href="https://pypi.org/project/aea/"> + <img alt="License" src="https://img.shields.io/pypi/dm/aea"> + </a> + <br /> + <a href="https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests"> + <img alt="AEA framework sanity checks and tests" src="https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests/badge.svg?branch=main"> + </a> + <a href=""> + <img alt="Codecov" src="https://img.shields.io/codecov/c/github/fetchai/agents-aea"> + </a> + <a href="https://discord.gg/hy8SyhNnXf"> + <img src="https://img.shields.io/discord/441214316524339210.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" /> + </a> +</p> + +The AEA framework allows you to create **Autonomous Economic Agents**: + +- An AEA is an <b>Agent</b>, representing an individual, family, organisation or object (a.k.a. its "owner") in the digital world. It looks after its owner's interests and has their preferences in mind when acting on their behalf. +- AEAs are <b>Autonomous</b>; acting with no, or minimal, interference from their owners. +- AEAs have a narrow and specific focus: creating <b>Economic</b> value for their owners. + +<p align="center"> + <a href="https://www.youtube.com/embed/xpJA4IT5X88"> + <img src="/data/video-aea.png?raw=true" alt="AEA Video" width="70%"/> + </a> +</p> + +## To install + +1. Ensure you have Python (version `3.8`, `3.9` or `3.10`). +2. (optional) Use a virtual environment (e.g. [`pipenv`][pipenv] or [`poetry`][poetry]). +3. Install: `pip install aea[all]` + +Please see the [installation page][docs-install] for more details. + +## Documentation + +The full documentation, including how to get started, can be found [here][docs]. + +## Contributing + +All contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated! + +Read below to learn how you can take part in the AEA project. + +### Code of Conduct + +Please be sure to read and follow our [Code of Conduct][coc]. By participating, you are expected to uphold this code. + +### Contribution Guidelines + +Read our [contribution guidelines][contributing] to learn about our issue and PR submission processes, coding rules, and more. + +### Development Guidelines + +Read our [development guidelines][developing] to learn about the development processes and workflows when contributing to different parts of the AEA project. + +### Issues, Questions and Discussions + +We use [GitHub Issues][issues] for tracking requests and bugs, and [GitHub Discussions][discussion] for general questions and discussion. + +## License + +The AEA project is licensed under [Apache License 2.0][license]. + +[poetry]: https://python-poetry.org +[pipenv]: https://pypi.org/project/pipenv/ +[docs]: https://docs.fetch.ai +[contributing]: https://github.com/fetchai/agents-aea/blob/main/CONTRIBUTING.md +[developing]: https://github.com/fetchai/agents-aea/blob/main/DEVELOPING.md +[coc]: https://github.com/fetchai/agents-aea/blob/main/CODE_OF_CONDUCT.md +[discussion]: https://github.com/fetchai/agents-aea/discussions +[issues]: https://github.com/fetchai/agents-aea/issues +[license]: https://github.com/fetchai/agents-aea/blob/main/LICENSE +[docs-install]: https://docs.fetch.ai/aea/installation/ + + + +%prep +%autosetup -n aea-1.2.5 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-aea -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.5-1 +- Package Spec generated @@ -0,0 +1 @@ +b42f263065028237504e0bebfc2ffb6e aea-1.2.5.tar.gz |