diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-vortexasdk.spec | 513 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 515 insertions, 0 deletions
@@ -0,0 +1 @@ +/vortexasdk-0.49.tar.gz diff --git a/python-vortexasdk.spec b/python-vortexasdk.spec new file mode 100644 index 0000000..36bd161 --- /dev/null +++ b/python-vortexasdk.spec @@ -0,0 +1,513 @@ +%global _empty_manifest_terminate_build 0 +Name: python-vortexasdk +Version: 0.49 +Release: 1 +Summary: Vortexa SDK +License: Apache License 2.0 +URL: https://github.com/vortechsa/python-sdk +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/05/f884a1b1e8391f634dd3b68ad5e13629a12861f348826411e3ec41530013/vortexasdk-0.49.tar.gz +BuildArch: noarch + +Requires: python3-flatten-dict +Requires: python3-jupyter +Requires: python3-matplotlib +Requires: python3-pandas +Requires: python3-requests +Requires: python3-statsmodels +Requires: python3-tqdm +Requires: python3-pydantic +Requires: python3-wheel +Requires: python3-twine +Requires: python3-flake8 +Requires: python3-black +Requires: python3-mkdocs +Requires: python3-mypy +Requires: python3-pre-commit +Requires: python3-pytest +Requires: python3-pydoc-markdown +Requires: python3-pyyaml +Requires: python3-six +Requires: python3-tabulate +Requires: python3-xlrd +Requires: python3-openpyxl +Requires: python3-types-requests +Requires: python3-types-urllib3 +Requires: python3-types-tabulate +Requires: python3-types-python-dateutil +Requires: python3-types-six + +%description +# VortexaSDK + +[](https://circleci.com/gh/VorTECHsa/python-sdk) +[](https://github.com/psf/black) +[](#contributors) + +Welcome to Vortexa's Python Software Development Kit (SDK)! We built the SDK to +provide fast, interactive, programmatic exploration of our data. The tool lets +Data Scientists, Analysts and Developers efficiently explore the worldβs +waterborne oil movements, and to build custom models & reports with minimum +setup cost. + +The SDK sits as a thin python wrapper around +[Vortexa's API](https://docs.vortexa.com), giving you immediate access to pandas +DataFrames. + +##### Example + +In an interactive Python console, run: + +```python +>>> from datetime import datetime +>>> from vortexasdk import CargoMovements +>>> df = CargoMovements()\ + .search(filter_activity='loading_state', + filter_time_min=datetime(2017, 8, 2), + filter_time_max=datetime(2017, 8, 3))\ + .to_df() +``` + +returns: + +| | quantity | vessels.0.name | product.group.label | product.grade.label | events.cargo_port_load_event.0.end_timestamp | events.cargo_port_unload_event.0.start_timestamp | +| --: | -------: | :------------- | :------------------ | :------------------ | :------------------------------------------- | :----------------------------------------------- | +| 0 | 1998 | ALSIA SWAN | Clean products | Lube Oils | 2017-08-01T06:10:45+0000 | 2017-08-27T14:38:15+0000 | +| 1 | 16559 | IVER | Dirty products | nan | 2017-08-02T17:20:51+0000 | 2017-09-07T07:52:20+0000 | +| 2 | 522288 | BLUE SUN | Crude | Gharib | 2017-08-02T04:22:09+0000 | 2017-08-13T10:32:09+0000 | + +## Quick Start + +Try me out in your browser: + +[](https://mybinder.org/v2/gh/VorTECHsa/python-sdk/master?filepath=docs%2Fexamples%2Ftry_me_out%2Fcargo_movements.ipynb) + +##### Installation + +```bash +$ pip install vortexasdk +``` + +The SDK requires Python version 3.7 or above, see +[Setup FAQ](https://vortechsa.github.io/python-sdk/faq_setup/) for more details. + +To install the SDK on an Apple ARM-based machine, use Python version to 3.8 or higher and use the latest version of pip. This is supported in the SDK versions 0.41.0 or higher. + +##### Authentication + +Set your `VORTEXA_API_KEY` environment variable, that's all. Alternatively, the +SDK prompts to you enter your API Key when running a script interactively. + +To get an API key and experiment with Vortexa's data, you can +[request a demo here](https://www.vortexa.com/demo). + +##### Check Setup + +To check the SDK is setup correctly, run the following in a bash console: + +```bash +$ python -m vortexasdk.check_setup +``` + +A successful setup looks like this: + + + +## Next Steps + +Learn how to call +[Endpoints](https://vortechsa.github.io/python-sdk/endpoints/about-endpoints/) + +## Glossary + +The Glossary can be found at +[Vortexa API Documentation](https://docs.vortexa.com). The Glossary outlines key +terms, functions and assumptions aimed at helping to extract powerful findings +from our data. + +## Documentation + +Read the documentation at +[VortexaSDK Docs](https://vortechsa.github.io/python-sdk/) + +## Contributing + +We welcome contributions! Please read our +[Contributing Guide](https://github.com/vortechsa/python-sdk/blob/master/CONTRIBUTING.md) +for ways to offer feedback and contributions. + +Thanks goes to these wonderful contributors +([emoji key](https://allcontributors.org/docs/en/emoji-key)): + +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> +<!-- prettier-ignore-start --> +<!-- markdownlint-disable --> +<table> + <tr> + <td align="center"><a href="http://vortexa.com/"><img src="https://avatars1.githubusercontent.com/u/33626692?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kit Burgess</b></sub></a><br /><a href="#design-KitBurgess" title="Design">π¨</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=KitBurgess" title="Code">π»</a></td> + <td align="center"><a href="https://github.com/cvonsteg"><img src="https://avatars2.githubusercontent.com/u/28671095?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tinovs</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=cvonsteg" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/pulls?q=is%3Apr+reviewed-by%3Acvonsteg" title="Reviewed Pull Requests">π</a></td> + <td align="center"><a href="http://star-www.st-and.ac.uk/~ds207/"><img src="https://avatars3.githubusercontent.com/u/11855684?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Andrew Starkey</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=dstarkey23" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=dstarkey23" title="Documentation">π</a> <a href="#example-dstarkey23" title="Examples">π‘</a></td> + <td align="center"><a href="https://github.com/syed1992"><img src="https://avatars2.githubusercontent.com/u/45287337?v=4?s=100" width="100px;" alt=""/><br /><sub><b>syed</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/pulls?q=is%3Apr+reviewed-by%3Asyed1992" title="Reviewed Pull Requests">π</a></td> + <td align="center"><a href="https://www.vortexa.com/"><img src="https://avatars0.githubusercontent.com/u/503380?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jakub Korzeniowski</b></sub></a><br /><a href="#ideas-kujon" title="Ideas, Planning, & Feedback">π€</a></td> + <td align="center"><a href="https://github.com/eadwright"><img src="https://avatars0.githubusercontent.com/u/17048626?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Edward Wright</b></sub></a><br /><a href="#userTesting-eadwright" title="User Testing">π</a></td> + <td align="center"><a href="https://paddyroddy.github.io/"><img src="https://avatars3.githubusercontent.com/u/15052188?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Patrick Roddy</b></sub></a><br /><a href="#userTesting-paddyroddy" title="User Testing">π</a></td> + </tr> + <tr> + <td align="center"><a href="https://github.com/rugg2"><img src="https://avatars3.githubusercontent.com/u/37453675?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Romain</b></sub></a><br /><a href="#userTesting-rugg2" title="User Testing">π</a> <a href="#ideas-rugg2" title="Ideas, Planning, & Feedback">π€</a></td> + <td align="center"><a href="https://github.com/Natday"><img src="https://avatars3.githubusercontent.com/u/38128493?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Natday</b></sub></a><br /><a href="#business-Natday" title="Business development">πΌ</a> <a href="#ideas-Natday" title="Ideas, Planning, & Feedback">π€</a> <a href="#userTesting-Natday" title="User Testing">π</a></td> + <td align="center"><a href="https://github.com/ArthurD1"><img src="https://avatars0.githubusercontent.com/u/44548105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ArthurD1</b></sub></a><br /><a href="#userTesting-ArthurD1" title="User Testing">π</a></td> + <td align="center"><a href="https://github.com/ChloeConnor"><img src="https://avatars2.githubusercontent.com/u/42340891?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chloe Connor</b></sub></a><br /><a href="#userTesting-ChloeConnor" title="User Testing">π</a></td> + <td align="center"><a href="https://www.vortexa.com/"><img src="https://avatars1.githubusercontent.com/u/31421156?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Achilleas Sfakianakis</b></sub></a><br /><a href="#userTesting-asfakianakis" title="User Testing">π</a></td> + <td align="center"><a href="https://seanbarry.dev"><img src="https://avatars0.githubusercontent.com/u/7374449?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Barry</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=SeanBarry" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=SeanBarry" title="Documentation">π</a></td> + <td align="center"><a href="https://github.com/dufia"><img src="https://avatars1.githubusercontent.com/u/5569649?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Konrad Moskal</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=dufia" title="Code">π»</a></td> + </tr> + <tr> + <td align="center"><a href="http://pawelpietruszka.net"><img src="https://avatars0.githubusercontent.com/u/17066202?v=4" width="100px;" alt=""/><br /><sub><b>Pawel Pietruszka</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=Selerski" title="Code">π»</a></td> + </tr> +</table> + +<!-- markdownlint-restore --> +<!-- prettier-ignore-end --> + +<!-- ALL-CONTRIBUTORS-LIST:END --> + +This project follows the +[all-contributors](https://github.com/all-contributors/all-contributors) +specification. Contributions of any kind welcome! + + + + +%package -n python3-vortexasdk +Summary: Vortexa SDK +Provides: python-vortexasdk +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-vortexasdk +# VortexaSDK + +[](https://circleci.com/gh/VorTECHsa/python-sdk) +[](https://github.com/psf/black) +[](#contributors) + +Welcome to Vortexa's Python Software Development Kit (SDK)! We built the SDK to +provide fast, interactive, programmatic exploration of our data. The tool lets +Data Scientists, Analysts and Developers efficiently explore the worldβs +waterborne oil movements, and to build custom models & reports with minimum +setup cost. + +The SDK sits as a thin python wrapper around +[Vortexa's API](https://docs.vortexa.com), giving you immediate access to pandas +DataFrames. + +##### Example + +In an interactive Python console, run: + +```python +>>> from datetime import datetime +>>> from vortexasdk import CargoMovements +>>> df = CargoMovements()\ + .search(filter_activity='loading_state', + filter_time_min=datetime(2017, 8, 2), + filter_time_max=datetime(2017, 8, 3))\ + .to_df() +``` + +returns: + +| | quantity | vessels.0.name | product.group.label | product.grade.label | events.cargo_port_load_event.0.end_timestamp | events.cargo_port_unload_event.0.start_timestamp | +| --: | -------: | :------------- | :------------------ | :------------------ | :------------------------------------------- | :----------------------------------------------- | +| 0 | 1998 | ALSIA SWAN | Clean products | Lube Oils | 2017-08-01T06:10:45+0000 | 2017-08-27T14:38:15+0000 | +| 1 | 16559 | IVER | Dirty products | nan | 2017-08-02T17:20:51+0000 | 2017-09-07T07:52:20+0000 | +| 2 | 522288 | BLUE SUN | Crude | Gharib | 2017-08-02T04:22:09+0000 | 2017-08-13T10:32:09+0000 | + +## Quick Start + +Try me out in your browser: + +[](https://mybinder.org/v2/gh/VorTECHsa/python-sdk/master?filepath=docs%2Fexamples%2Ftry_me_out%2Fcargo_movements.ipynb) + +##### Installation + +```bash +$ pip install vortexasdk +``` + +The SDK requires Python version 3.7 or above, see +[Setup FAQ](https://vortechsa.github.io/python-sdk/faq_setup/) for more details. + +To install the SDK on an Apple ARM-based machine, use Python version to 3.8 or higher and use the latest version of pip. This is supported in the SDK versions 0.41.0 or higher. + +##### Authentication + +Set your `VORTEXA_API_KEY` environment variable, that's all. Alternatively, the +SDK prompts to you enter your API Key when running a script interactively. + +To get an API key and experiment with Vortexa's data, you can +[request a demo here](https://www.vortexa.com/demo). + +##### Check Setup + +To check the SDK is setup correctly, run the following in a bash console: + +```bash +$ python -m vortexasdk.check_setup +``` + +A successful setup looks like this: + + + +## Next Steps + +Learn how to call +[Endpoints](https://vortechsa.github.io/python-sdk/endpoints/about-endpoints/) + +## Glossary + +The Glossary can be found at +[Vortexa API Documentation](https://docs.vortexa.com). The Glossary outlines key +terms, functions and assumptions aimed at helping to extract powerful findings +from our data. + +## Documentation + +Read the documentation at +[VortexaSDK Docs](https://vortechsa.github.io/python-sdk/) + +## Contributing + +We welcome contributions! Please read our +[Contributing Guide](https://github.com/vortechsa/python-sdk/blob/master/CONTRIBUTING.md) +for ways to offer feedback and contributions. + +Thanks goes to these wonderful contributors +([emoji key](https://allcontributors.org/docs/en/emoji-key)): + +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> +<!-- prettier-ignore-start --> +<!-- markdownlint-disable --> +<table> + <tr> + <td align="center"><a href="http://vortexa.com/"><img src="https://avatars1.githubusercontent.com/u/33626692?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kit Burgess</b></sub></a><br /><a href="#design-KitBurgess" title="Design">π¨</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=KitBurgess" title="Code">π»</a></td> + <td align="center"><a href="https://github.com/cvonsteg"><img src="https://avatars2.githubusercontent.com/u/28671095?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tinovs</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=cvonsteg" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/pulls?q=is%3Apr+reviewed-by%3Acvonsteg" title="Reviewed Pull Requests">π</a></td> + <td align="center"><a href="http://star-www.st-and.ac.uk/~ds207/"><img src="https://avatars3.githubusercontent.com/u/11855684?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Andrew Starkey</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=dstarkey23" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=dstarkey23" title="Documentation">π</a> <a href="#example-dstarkey23" title="Examples">π‘</a></td> + <td align="center"><a href="https://github.com/syed1992"><img src="https://avatars2.githubusercontent.com/u/45287337?v=4?s=100" width="100px;" alt=""/><br /><sub><b>syed</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/pulls?q=is%3Apr+reviewed-by%3Asyed1992" title="Reviewed Pull Requests">π</a></td> + <td align="center"><a href="https://www.vortexa.com/"><img src="https://avatars0.githubusercontent.com/u/503380?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jakub Korzeniowski</b></sub></a><br /><a href="#ideas-kujon" title="Ideas, Planning, & Feedback">π€</a></td> + <td align="center"><a href="https://github.com/eadwright"><img src="https://avatars0.githubusercontent.com/u/17048626?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Edward Wright</b></sub></a><br /><a href="#userTesting-eadwright" title="User Testing">π</a></td> + <td align="center"><a href="https://paddyroddy.github.io/"><img src="https://avatars3.githubusercontent.com/u/15052188?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Patrick Roddy</b></sub></a><br /><a href="#userTesting-paddyroddy" title="User Testing">π</a></td> + </tr> + <tr> + <td align="center"><a href="https://github.com/rugg2"><img src="https://avatars3.githubusercontent.com/u/37453675?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Romain</b></sub></a><br /><a href="#userTesting-rugg2" title="User Testing">π</a> <a href="#ideas-rugg2" title="Ideas, Planning, & Feedback">π€</a></td> + <td align="center"><a href="https://github.com/Natday"><img src="https://avatars3.githubusercontent.com/u/38128493?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Natday</b></sub></a><br /><a href="#business-Natday" title="Business development">πΌ</a> <a href="#ideas-Natday" title="Ideas, Planning, & Feedback">π€</a> <a href="#userTesting-Natday" title="User Testing">π</a></td> + <td align="center"><a href="https://github.com/ArthurD1"><img src="https://avatars0.githubusercontent.com/u/44548105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ArthurD1</b></sub></a><br /><a href="#userTesting-ArthurD1" title="User Testing">π</a></td> + <td align="center"><a href="https://github.com/ChloeConnor"><img src="https://avatars2.githubusercontent.com/u/42340891?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chloe Connor</b></sub></a><br /><a href="#userTesting-ChloeConnor" title="User Testing">π</a></td> + <td align="center"><a href="https://www.vortexa.com/"><img src="https://avatars1.githubusercontent.com/u/31421156?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Achilleas Sfakianakis</b></sub></a><br /><a href="#userTesting-asfakianakis" title="User Testing">π</a></td> + <td align="center"><a href="https://seanbarry.dev"><img src="https://avatars0.githubusercontent.com/u/7374449?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Barry</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=SeanBarry" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=SeanBarry" title="Documentation">π</a></td> + <td align="center"><a href="https://github.com/dufia"><img src="https://avatars1.githubusercontent.com/u/5569649?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Konrad Moskal</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=dufia" title="Code">π»</a></td> + </tr> + <tr> + <td align="center"><a href="http://pawelpietruszka.net"><img src="https://avatars0.githubusercontent.com/u/17066202?v=4" width="100px;" alt=""/><br /><sub><b>Pawel Pietruszka</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=Selerski" title="Code">π»</a></td> + </tr> +</table> + +<!-- markdownlint-restore --> +<!-- prettier-ignore-end --> + +<!-- ALL-CONTRIBUTORS-LIST:END --> + +This project follows the +[all-contributors](https://github.com/all-contributors/all-contributors) +specification. Contributions of any kind welcome! + + + + +%package help +Summary: Development documents and examples for vortexasdk +Provides: python3-vortexasdk-doc +%description help +# VortexaSDK + +[](https://circleci.com/gh/VorTECHsa/python-sdk) +[](https://github.com/psf/black) +[](#contributors) + +Welcome to Vortexa's Python Software Development Kit (SDK)! We built the SDK to +provide fast, interactive, programmatic exploration of our data. The tool lets +Data Scientists, Analysts and Developers efficiently explore the worldβs +waterborne oil movements, and to build custom models & reports with minimum +setup cost. + +The SDK sits as a thin python wrapper around +[Vortexa's API](https://docs.vortexa.com), giving you immediate access to pandas +DataFrames. + +##### Example + +In an interactive Python console, run: + +```python +>>> from datetime import datetime +>>> from vortexasdk import CargoMovements +>>> df = CargoMovements()\ + .search(filter_activity='loading_state', + filter_time_min=datetime(2017, 8, 2), + filter_time_max=datetime(2017, 8, 3))\ + .to_df() +``` + +returns: + +| | quantity | vessels.0.name | product.group.label | product.grade.label | events.cargo_port_load_event.0.end_timestamp | events.cargo_port_unload_event.0.start_timestamp | +| --: | -------: | :------------- | :------------------ | :------------------ | :------------------------------------------- | :----------------------------------------------- | +| 0 | 1998 | ALSIA SWAN | Clean products | Lube Oils | 2017-08-01T06:10:45+0000 | 2017-08-27T14:38:15+0000 | +| 1 | 16559 | IVER | Dirty products | nan | 2017-08-02T17:20:51+0000 | 2017-09-07T07:52:20+0000 | +| 2 | 522288 | BLUE SUN | Crude | Gharib | 2017-08-02T04:22:09+0000 | 2017-08-13T10:32:09+0000 | + +## Quick Start + +Try me out in your browser: + +[](https://mybinder.org/v2/gh/VorTECHsa/python-sdk/master?filepath=docs%2Fexamples%2Ftry_me_out%2Fcargo_movements.ipynb) + +##### Installation + +```bash +$ pip install vortexasdk +``` + +The SDK requires Python version 3.7 or above, see +[Setup FAQ](https://vortechsa.github.io/python-sdk/faq_setup/) for more details. + +To install the SDK on an Apple ARM-based machine, use Python version to 3.8 or higher and use the latest version of pip. This is supported in the SDK versions 0.41.0 or higher. + +##### Authentication + +Set your `VORTEXA_API_KEY` environment variable, that's all. Alternatively, the +SDK prompts to you enter your API Key when running a script interactively. + +To get an API key and experiment with Vortexa's data, you can +[request a demo here](https://www.vortexa.com/demo). + +##### Check Setup + +To check the SDK is setup correctly, run the following in a bash console: + +```bash +$ python -m vortexasdk.check_setup +``` + +A successful setup looks like this: + + + +## Next Steps + +Learn how to call +[Endpoints](https://vortechsa.github.io/python-sdk/endpoints/about-endpoints/) + +## Glossary + +The Glossary can be found at +[Vortexa API Documentation](https://docs.vortexa.com). The Glossary outlines key +terms, functions and assumptions aimed at helping to extract powerful findings +from our data. + +## Documentation + +Read the documentation at +[VortexaSDK Docs](https://vortechsa.github.io/python-sdk/) + +## Contributing + +We welcome contributions! Please read our +[Contributing Guide](https://github.com/vortechsa/python-sdk/blob/master/CONTRIBUTING.md) +for ways to offer feedback and contributions. + +Thanks goes to these wonderful contributors +([emoji key](https://allcontributors.org/docs/en/emoji-key)): + +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> +<!-- prettier-ignore-start --> +<!-- markdownlint-disable --> +<table> + <tr> + <td align="center"><a href="http://vortexa.com/"><img src="https://avatars1.githubusercontent.com/u/33626692?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kit Burgess</b></sub></a><br /><a href="#design-KitBurgess" title="Design">π¨</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=KitBurgess" title="Code">π»</a></td> + <td align="center"><a href="https://github.com/cvonsteg"><img src="https://avatars2.githubusercontent.com/u/28671095?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tinovs</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=cvonsteg" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/pulls?q=is%3Apr+reviewed-by%3Acvonsteg" title="Reviewed Pull Requests">π</a></td> + <td align="center"><a href="http://star-www.st-and.ac.uk/~ds207/"><img src="https://avatars3.githubusercontent.com/u/11855684?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Andrew Starkey</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=dstarkey23" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=dstarkey23" title="Documentation">π</a> <a href="#example-dstarkey23" title="Examples">π‘</a></td> + <td align="center"><a href="https://github.com/syed1992"><img src="https://avatars2.githubusercontent.com/u/45287337?v=4?s=100" width="100px;" alt=""/><br /><sub><b>syed</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/pulls?q=is%3Apr+reviewed-by%3Asyed1992" title="Reviewed Pull Requests">π</a></td> + <td align="center"><a href="https://www.vortexa.com/"><img src="https://avatars0.githubusercontent.com/u/503380?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jakub Korzeniowski</b></sub></a><br /><a href="#ideas-kujon" title="Ideas, Planning, & Feedback">π€</a></td> + <td align="center"><a href="https://github.com/eadwright"><img src="https://avatars0.githubusercontent.com/u/17048626?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Edward Wright</b></sub></a><br /><a href="#userTesting-eadwright" title="User Testing">π</a></td> + <td align="center"><a href="https://paddyroddy.github.io/"><img src="https://avatars3.githubusercontent.com/u/15052188?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Patrick Roddy</b></sub></a><br /><a href="#userTesting-paddyroddy" title="User Testing">π</a></td> + </tr> + <tr> + <td align="center"><a href="https://github.com/rugg2"><img src="https://avatars3.githubusercontent.com/u/37453675?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Romain</b></sub></a><br /><a href="#userTesting-rugg2" title="User Testing">π</a> <a href="#ideas-rugg2" title="Ideas, Planning, & Feedback">π€</a></td> + <td align="center"><a href="https://github.com/Natday"><img src="https://avatars3.githubusercontent.com/u/38128493?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Natday</b></sub></a><br /><a href="#business-Natday" title="Business development">πΌ</a> <a href="#ideas-Natday" title="Ideas, Planning, & Feedback">π€</a> <a href="#userTesting-Natday" title="User Testing">π</a></td> + <td align="center"><a href="https://github.com/ArthurD1"><img src="https://avatars0.githubusercontent.com/u/44548105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ArthurD1</b></sub></a><br /><a href="#userTesting-ArthurD1" title="User Testing">π</a></td> + <td align="center"><a href="https://github.com/ChloeConnor"><img src="https://avatars2.githubusercontent.com/u/42340891?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chloe Connor</b></sub></a><br /><a href="#userTesting-ChloeConnor" title="User Testing">π</a></td> + <td align="center"><a href="https://www.vortexa.com/"><img src="https://avatars1.githubusercontent.com/u/31421156?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Achilleas Sfakianakis</b></sub></a><br /><a href="#userTesting-asfakianakis" title="User Testing">π</a></td> + <td align="center"><a href="https://seanbarry.dev"><img src="https://avatars0.githubusercontent.com/u/7374449?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Barry</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=SeanBarry" title="Code">π»</a> <a href="https://github.com/VorTECHsa/python-sdk/commits?author=SeanBarry" title="Documentation">π</a></td> + <td align="center"><a href="https://github.com/dufia"><img src="https://avatars1.githubusercontent.com/u/5569649?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Konrad Moskal</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=dufia" title="Code">π»</a></td> + </tr> + <tr> + <td align="center"><a href="http://pawelpietruszka.net"><img src="https://avatars0.githubusercontent.com/u/17066202?v=4" width="100px;" alt=""/><br /><sub><b>Pawel Pietruszka</b></sub></a><br /><a href="https://github.com/VorTECHsa/python-sdk/commits?author=Selerski" title="Code">π»</a></td> + </tr> +</table> + +<!-- markdownlint-restore --> +<!-- prettier-ignore-end --> + +<!-- ALL-CONTRIBUTORS-LIST:END --> + +This project follows the +[all-contributors](https://github.com/all-contributors/all-contributors) +specification. Contributions of any kind welcome! + + + + +%prep +%autosetup -n vortexasdk-0.49 + +%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-vortexasdk -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.49-1 +- Package Spec generated @@ -0,0 +1 @@ +6325e5b9e9e64c43166eb2c183f8ff20 vortexasdk-0.49.tar.gz |
