summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 11:46:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 11:46:58 +0000
commit213656a817086f0d21fa0f3bc86e293887eaa78d (patch)
treeaf76bed5f15dfe206ec48e7bb4dd564dcef9320d
parent9a336e0be6edff27488214ec7da04d5364cc7d2a (diff)
automatic import of python-automonisauropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-automonisaur.spec327
-rw-r--r--sources1
3 files changed, 329 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..c084e9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/automonisaur-0.2.50.tar.gz
diff --git a/python-automonisaur.spec b/python-automonisaur.spec
new file mode 100644
index 0000000..0409a64
--- /dev/null
+++ b/python-automonisaur.spec
@@ -0,0 +1,327 @@
+%global _empty_manifest_terminate_build 0
+Name: python-automonisaur
+Version: 0.2.50
+Release: 1
+Summary: Core libraries for automonisaur
+License: MIT License
+URL: https://github.com/TheShellLand/automonisaur
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/d1/29a8794807a31e0f9756928397166c90b986411fdb6954c988636d8699e3/automonisaur-0.2.50.tar.gz
+BuildArch: noarch
+
+
+%description
+![](https://github.com/TheShellLand/automonisaur/raw/master/docs/images/sauruspark.gif)
+
+# Automonisaur: Core Libraries
+
+**[about](#about)** |
+**[integrations](#integrations)** |
+**[install](#install)** |
+**[docker](docker)** |
+**[unittest locally](#unittest-locally)** |
+**[codecov](https://codecov.io/gh/TheShellLand/automonisaur)** |
+**[pypi](https://pypi.org/project/automonisaur/)**
+
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python36.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python36.yml)
+
+[![Downloads](https://pepy.tech/badge/automonisaur)](https://pepy.tech/project/automonisaur)
+[![Downloads](https://pepy.tech/badge/automonisaur/month)](https://pepy.tech/project/automonisaur)
+[![Downloads](https://pepy.tech/badge/automonisaur/week)](https://pepy.tech/project/automonisaur)
+
+[//]: # ([![codecov]&#40;https://codecov.io/gh/TheShellLand/automonisaur/branch/master/graph/badge.svg&#41;]&#40;https://codecov.io/gh/TheShellLand/automonisaur&#41;)
+
+### About
+
+This library adds some easier-to-use wrappers around common services for data science and threat intelligence.
+
+Provides easier clients and configuration options, as well as any additional helpers to get things up and running.
+
+Github issues and feature requests welcomed.
+
+### Integrations
+
+- airport
+- elasticsearch
+- flask
+- google people api
+- instagram
+- logging
+- minio
+- neo4j
+- nmap
+- requests
+- selenium
+- sentryio
+- slack
+- snmp
+- splunk
+- swift
+
+#### Requires
+
+- python >= 3.6
+
+_Note: install requirements.txt to use all integrations_
+
+#### install core library
+
+```shell script
+/bin/bash install.sh
+```
+
+#### install integration libraries
+
+```shell script
+# shell script
+/bin/bash install-requirements.sh
+
+# pip
+python3 -m pip install -U -r requirements.txt
+
+# pip
+python3 -m pip install -U -r https://raw.githubusercontent.com/TheShellLand/automonisaur/master/requirements.txt
+```
+
+#### unittest locally
+
+```shell script
+/bin/bash unittests.sh
+```
+
+
+
+
+%package -n python3-automonisaur
+Summary: Core libraries for automonisaur
+Provides: python-automonisaur
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-automonisaur
+![](https://github.com/TheShellLand/automonisaur/raw/master/docs/images/sauruspark.gif)
+
+# Automonisaur: Core Libraries
+
+**[about](#about)** |
+**[integrations](#integrations)** |
+**[install](#install)** |
+**[docker](docker)** |
+**[unittest locally](#unittest-locally)** |
+**[codecov](https://codecov.io/gh/TheShellLand/automonisaur)** |
+**[pypi](https://pypi.org/project/automonisaur/)**
+
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python36.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python36.yml)
+
+[![Downloads](https://pepy.tech/badge/automonisaur)](https://pepy.tech/project/automonisaur)
+[![Downloads](https://pepy.tech/badge/automonisaur/month)](https://pepy.tech/project/automonisaur)
+[![Downloads](https://pepy.tech/badge/automonisaur/week)](https://pepy.tech/project/automonisaur)
+
+[//]: # ([![codecov]&#40;https://codecov.io/gh/TheShellLand/automonisaur/branch/master/graph/badge.svg&#41;]&#40;https://codecov.io/gh/TheShellLand/automonisaur&#41;)
+
+### About
+
+This library adds some easier-to-use wrappers around common services for data science and threat intelligence.
+
+Provides easier clients and configuration options, as well as any additional helpers to get things up and running.
+
+Github issues and feature requests welcomed.
+
+### Integrations
+
+- airport
+- elasticsearch
+- flask
+- google people api
+- instagram
+- logging
+- minio
+- neo4j
+- nmap
+- requests
+- selenium
+- sentryio
+- slack
+- snmp
+- splunk
+- swift
+
+#### Requires
+
+- python >= 3.6
+
+_Note: install requirements.txt to use all integrations_
+
+#### install core library
+
+```shell script
+/bin/bash install.sh
+```
+
+#### install integration libraries
+
+```shell script
+# shell script
+/bin/bash install-requirements.sh
+
+# pip
+python3 -m pip install -U -r requirements.txt
+
+# pip
+python3 -m pip install -U -r https://raw.githubusercontent.com/TheShellLand/automonisaur/master/requirements.txt
+```
+
+#### unittest locally
+
+```shell script
+/bin/bash unittests.sh
+```
+
+
+
+
+%package help
+Summary: Development documents and examples for automonisaur
+Provides: python3-automonisaur-doc
+%description help
+![](https://github.com/TheShellLand/automonisaur/raw/master/docs/images/sauruspark.gif)
+
+# Automonisaur: Core Libraries
+
+**[about](#about)** |
+**[integrations](#integrations)** |
+**[install](#install)** |
+**[docker](docker)** |
+**[unittest locally](#unittest-locally)** |
+**[codecov](https://codecov.io/gh/TheShellLand/automonisaur)** |
+**[pypi](https://pypi.org/project/automonisaur/)**
+
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml)
+[![master](https://github.com/TheShellLand/automonisaur/actions/workflows/python36.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python36.yml)
+
+[![Downloads](https://pepy.tech/badge/automonisaur)](https://pepy.tech/project/automonisaur)
+[![Downloads](https://pepy.tech/badge/automonisaur/month)](https://pepy.tech/project/automonisaur)
+[![Downloads](https://pepy.tech/badge/automonisaur/week)](https://pepy.tech/project/automonisaur)
+
+[//]: # ([![codecov]&#40;https://codecov.io/gh/TheShellLand/automonisaur/branch/master/graph/badge.svg&#41;]&#40;https://codecov.io/gh/TheShellLand/automonisaur&#41;)
+
+### About
+
+This library adds some easier-to-use wrappers around common services for data science and threat intelligence.
+
+Provides easier clients and configuration options, as well as any additional helpers to get things up and running.
+
+Github issues and feature requests welcomed.
+
+### Integrations
+
+- airport
+- elasticsearch
+- flask
+- google people api
+- instagram
+- logging
+- minio
+- neo4j
+- nmap
+- requests
+- selenium
+- sentryio
+- slack
+- snmp
+- splunk
+- swift
+
+#### Requires
+
+- python >= 3.6
+
+_Note: install requirements.txt to use all integrations_
+
+#### install core library
+
+```shell script
+/bin/bash install.sh
+```
+
+#### install integration libraries
+
+```shell script
+# shell script
+/bin/bash install-requirements.sh
+
+# pip
+python3 -m pip install -U -r requirements.txt
+
+# pip
+python3 -m pip install -U -r https://raw.githubusercontent.com/TheShellLand/automonisaur/master/requirements.txt
+```
+
+#### unittest locally
+
+```shell script
+/bin/bash unittests.sh
+```
+
+
+
+
+%prep
+%autosetup -n automonisaur-0.2.50
+
+%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-automonisaur -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.50-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..4dc2620
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+9266b20e9b447c63220c73563fc91b40 automonisaur-0.2.50.tar.gz