summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-binancetrapi.spec378
-rw-r--r--sources1
3 files changed, 380 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..55148b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/BinanceTrApi-0.1.1.tar.gz
diff --git a/python-binancetrapi.spec b/python-binancetrapi.spec
new file mode 100644
index 0000000..7405959
--- /dev/null
+++ b/python-binancetrapi.spec
@@ -0,0 +1,378 @@
+%global _empty_manifest_terminate_build 0
+Name: python-BinanceTrApi
+Version: 0.1.1
+Release: 1
+Summary: TRbinance API implementation in python.
+License: MIT License
+URL: https://pypi.org/project/BinanceTrApi/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/9f/5fa904374cca19b8fe3d015e8987aaf486502563c07fcaa32f302b9d43bb/BinanceTrApi-0.1.1.tar.gz
+BuildArch: noarch
+
+
+%description
+<!-- PROJECT SHIELDS -->
+<!--
+*** I'm using markdown "reference style" links for readability.
+*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
+*** See the bottom of this document for the declaration of the reference variables
+*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
+*** https://www.markdownguide.org/basic-syntax/#reference-style-links
+-->
+
+
+<!-- PROJECT LOGO -->
+
+<p align="center">
+ <a href="https://trbinance.com">
+ <img src="https://raw.githubusercontent.com/futuristicexchanger/BinanceTrApi/main/images/logo.png" alt="Logo" width="407" height="324">
+ </a>
+
+ <h3 align="center"> Tr Binance API </h3>
+
+
+
+
+
+
+<!-- TABLE OF CONTENTS -->
+## Table of Contents
+
+* [About the Project](#about-the-project)
+* [Getting Started](#getting-started)
+ * [Prerequisites](#prerequisites)
+ * [Installation](#installation)
+* [License](#license)
+* [Contact](#developers)
+
+
+
+
+<!-- ABOUT THE PROJECT -->
+## About The Project
+
+BinanceTR borsasında, alım-satım yapmak veya piyasa verilerini çekmek için geliştirilen kullanımı kolay ve pratik bir python kütüphanesidir.
+Binance TR'nin herkese açık [API dokümanı](https://www.trbinance.com/apidocs/) referans alınarak python programlama dili ile Binance TR için özel uygulama geliştirmek isteyenler için geliştirilmiştir.
+
+<!-- GETTING STARTED -->
+## Getting Started
+
+Kurulum yönergesi için aşağıdaki adımlar takip edilebilir.
+
+### Prerequisites
+
+- python3
+- pip
+
+### Installation
+
+- #### Firstly Install python 3 and pip.
+
+#### Install From Repo
+
+ Clone the repo
+ ```shell
+ git clone https://github.com/futuristicexchanger/BinanceTrApi
+ ```
+
+ In project directory run
+ ```shell
+ pip install .
+ ```
+ or
+ ```shell
+ python setup.py install
+ ```
+
+#### Install via pip
+ ```shell
+ pip install BinanceTrApi
+ ```
+
+
+
+
+<!-- LICENSE -->
+## License
+
+Distributed under the MIT License. See `LICENSE` for more information.
+
+
+<!-- DEVELOPERS -->
+## Developers
+
+[Ali Çakıcı](https://www.linkedin.com/in/ali-cakici-developer/) - a.cakici2020@gtu.edu.tr
+
+[Haldun Meriç Erbay](https://www.linkedin.com/in/haldunerbay/) - haldunerbay@gmail.com
+
+[Yiğit Bozkurt](https://www.linkedin.com/in/ygtbzkrt/) - ygt.bozkurt@gmail.com
+
+
+
+Project Link: [https://pypi.org/project/BinanceTrApi/](https://pypi.org/project/BinanceTrApi/)
+
+
+
+
+
+%package -n python3-BinanceTrApi
+Summary: TRbinance API implementation in python.
+Provides: python-BinanceTrApi
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-BinanceTrApi
+<!-- PROJECT SHIELDS -->
+<!--
+*** I'm using markdown "reference style" links for readability.
+*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
+*** See the bottom of this document for the declaration of the reference variables
+*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
+*** https://www.markdownguide.org/basic-syntax/#reference-style-links
+-->
+
+
+<!-- PROJECT LOGO -->
+
+<p align="center">
+ <a href="https://trbinance.com">
+ <img src="https://raw.githubusercontent.com/futuristicexchanger/BinanceTrApi/main/images/logo.png" alt="Logo" width="407" height="324">
+ </a>
+
+ <h3 align="center"> Tr Binance API </h3>
+
+
+
+
+
+
+<!-- TABLE OF CONTENTS -->
+## Table of Contents
+
+* [About the Project](#about-the-project)
+* [Getting Started](#getting-started)
+ * [Prerequisites](#prerequisites)
+ * [Installation](#installation)
+* [License](#license)
+* [Contact](#developers)
+
+
+
+
+<!-- ABOUT THE PROJECT -->
+## About The Project
+
+BinanceTR borsasında, alım-satım yapmak veya piyasa verilerini çekmek için geliştirilen kullanımı kolay ve pratik bir python kütüphanesidir.
+Binance TR'nin herkese açık [API dokümanı](https://www.trbinance.com/apidocs/) referans alınarak python programlama dili ile Binance TR için özel uygulama geliştirmek isteyenler için geliştirilmiştir.
+
+<!-- GETTING STARTED -->
+## Getting Started
+
+Kurulum yönergesi için aşağıdaki adımlar takip edilebilir.
+
+### Prerequisites
+
+- python3
+- pip
+
+### Installation
+
+- #### Firstly Install python 3 and pip.
+
+#### Install From Repo
+
+ Clone the repo
+ ```shell
+ git clone https://github.com/futuristicexchanger/BinanceTrApi
+ ```
+
+ In project directory run
+ ```shell
+ pip install .
+ ```
+ or
+ ```shell
+ python setup.py install
+ ```
+
+#### Install via pip
+ ```shell
+ pip install BinanceTrApi
+ ```
+
+
+
+
+<!-- LICENSE -->
+## License
+
+Distributed under the MIT License. See `LICENSE` for more information.
+
+
+<!-- DEVELOPERS -->
+## Developers
+
+[Ali Çakıcı](https://www.linkedin.com/in/ali-cakici-developer/) - a.cakici2020@gtu.edu.tr
+
+[Haldun Meriç Erbay](https://www.linkedin.com/in/haldunerbay/) - haldunerbay@gmail.com
+
+[Yiğit Bozkurt](https://www.linkedin.com/in/ygtbzkrt/) - ygt.bozkurt@gmail.com
+
+
+
+Project Link: [https://pypi.org/project/BinanceTrApi/](https://pypi.org/project/BinanceTrApi/)
+
+
+
+
+
+%package help
+Summary: Development documents and examples for BinanceTrApi
+Provides: python3-BinanceTrApi-doc
+%description help
+<!-- PROJECT SHIELDS -->
+<!--
+*** I'm using markdown "reference style" links for readability.
+*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
+*** See the bottom of this document for the declaration of the reference variables
+*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
+*** https://www.markdownguide.org/basic-syntax/#reference-style-links
+-->
+
+
+<!-- PROJECT LOGO -->
+
+<p align="center">
+ <a href="https://trbinance.com">
+ <img src="https://raw.githubusercontent.com/futuristicexchanger/BinanceTrApi/main/images/logo.png" alt="Logo" width="407" height="324">
+ </a>
+
+ <h3 align="center"> Tr Binance API </h3>
+
+
+
+
+
+
+<!-- TABLE OF CONTENTS -->
+## Table of Contents
+
+* [About the Project](#about-the-project)
+* [Getting Started](#getting-started)
+ * [Prerequisites](#prerequisites)
+ * [Installation](#installation)
+* [License](#license)
+* [Contact](#developers)
+
+
+
+
+<!-- ABOUT THE PROJECT -->
+## About The Project
+
+BinanceTR borsasında, alım-satım yapmak veya piyasa verilerini çekmek için geliştirilen kullanımı kolay ve pratik bir python kütüphanesidir.
+Binance TR'nin herkese açık [API dokümanı](https://www.trbinance.com/apidocs/) referans alınarak python programlama dili ile Binance TR için özel uygulama geliştirmek isteyenler için geliştirilmiştir.
+
+<!-- GETTING STARTED -->
+## Getting Started
+
+Kurulum yönergesi için aşağıdaki adımlar takip edilebilir.
+
+### Prerequisites
+
+- python3
+- pip
+
+### Installation
+
+- #### Firstly Install python 3 and pip.
+
+#### Install From Repo
+
+ Clone the repo
+ ```shell
+ git clone https://github.com/futuristicexchanger/BinanceTrApi
+ ```
+
+ In project directory run
+ ```shell
+ pip install .
+ ```
+ or
+ ```shell
+ python setup.py install
+ ```
+
+#### Install via pip
+ ```shell
+ pip install BinanceTrApi
+ ```
+
+
+
+
+<!-- LICENSE -->
+## License
+
+Distributed under the MIT License. See `LICENSE` for more information.
+
+
+<!-- DEVELOPERS -->
+## Developers
+
+[Ali Çakıcı](https://www.linkedin.com/in/ali-cakici-developer/) - a.cakici2020@gtu.edu.tr
+
+[Haldun Meriç Erbay](https://www.linkedin.com/in/haldunerbay/) - haldunerbay@gmail.com
+
+[Yiğit Bozkurt](https://www.linkedin.com/in/ygtbzkrt/) - ygt.bozkurt@gmail.com
+
+
+
+Project Link: [https://pypi.org/project/BinanceTrApi/](https://pypi.org/project/BinanceTrApi/)
+
+
+
+
+
+%prep
+%autosetup -n BinanceTrApi-0.1.1
+
+%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-BinanceTrApi -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..f4f9697
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+bbd92f3861d1ea2294dc69b7764c4552 BinanceTrApi-0.1.1.tar.gz