Metadata-Version: 2.1
Name: OmerAPI
Version: 2.0
Summary: TRbinance API implementation in python.
Home-page: UNKNOWN
Author: Omer Cerrahpasa
Author-email: omer.cp61@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<!-- 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/OmerCP/OmerAPI
  ```  
  
  In project directory run
  ```shell
  pip install .
  ```
  or
  ```shell
  python setup.py install
  ```

#### Install via pip
  ```shell
  pip install OmerAPI
  ```




<!-- 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/OmerAPI/](https://pypi.org/project/OmerAPI/)



