eFatura


NameeFatura JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/keyiflerolsun/eFatura
SummaryVergi veya TC Kimlik Numarasından E-Fatura Mükellefiyet Sorgusu
upload_time2023-06-25 09:49:23
maintainer
docs_urlNone
authorkeyiflerolsun
requires_python>=3.10
licenseGPLv3+
keywords efatura kekikakademi keyiflerolsun
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <a href="#"><img width="32" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/Shared/org.KekikAkademi.eFatura.svg"></a> eFatura

[![Boyut](https://img.shields.io/github/repo-size/keyiflerolsun/eFatura?logo=git&logoColor=white&label=Boyut)](#)
[![Görüntülenme](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/keyiflerolsun/eFatura&title=Görüntülenme)](#)
<a href="https://KekikAkademi.org/Kahve" target="_blank"><img src="https://img.shields.io/badge/☕️-Kahve Ismarla-ffdd00" title="☕️ Kahve Ismarla" style="padding-left:5px;"></a>

[![GitHub](https://img.shields.io/github/v/release/keyiflerolsun/eFatura?logo=github&label=GitHub)](https://github.com/keyiflerolsun/eFatura/releases)
[![Fonksiyon Testleri ve PyPI Yükle](https://img.shields.io/github/actions/workflow/status/keyiflerolsun/eFatura/test_ve_pypi.yml?label=PyPI%20Y%C3%BCkleyici&logo=github)](https://github.com/keyiflerolsun/eFatura/actions/workflows/test_ve_pypi.yml)
[![Flatpak Yükleyici](https://img.shields.io/github/actions/workflow/status/keyiflerolsun/eFatura/flatpakYukle.yml?label=Flatpak%20Y%C3%BCkleyici&logo=github)](https://github.com/keyiflerolsun/eFatura/actions/workflows/flatpakYukle.yml)

[![FlatHub](https://img.shields.io/flathub/v/org.KekikAkademi.eFatura?logo=flathub&logoColor=white&label=FlatHub)](https://flathub.org/tr/apps/org.KekikAkademi.eFatura)
[![FlatHub - Yüklenme](https://img.shields.io/flathub/downloads/org.KekikAkademi.eFatura?logo=flathub&logoColor=white&label=Yüklenme)](https://flathub.org/tr/apps/org.KekikAkademi.eFatura)

[![PyPI](https://img.shields.io/pypi/v/eFatura?logo=pypi&logoColor=white&label=PyPI)](https://pypi.org/project/eFatura)
[![PyPI - Yüklenme](https://img.shields.io/pypi/dm/eFatura?logo=pypi&logoColor=white&label=Yüklenme)](https://pypi.org/project/eFatura)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/eFatura?logo=pypi&logoColor=white&label=Wheel)](https://pypi.org/project/eFatura)

[![Python Version](https://img.shields.io/pypi/pyversions/eFatura?logo=python&logoColor=white&label=Python)](#)
[![Lisans](https://img.shields.io/pypi/l/eFatura?logo=gnu&logoColor=white&label=Lisans)](#)
[![Durum](https://img.shields.io/pypi/status/eFatura?logo=windowsterminal&logoColor=white&label=Durum)](#)

*Vergi veya TC Kimlik Numarasından E-Fatura Mükellefiyet Sorgusu*

[![eFatura](https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/SS.png)](#)

[![ForTheBadge made-with-python](https://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![ForTheBadge built-with-love](https://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/keyiflerolsun/)

## 🚀 Kurulum

### <a href="#"><img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/pypi.svg"></a> PyPI (Lib - CLI - UI)

```bash
# Yüklemek
pip install eFatura

# Güncellemek
pip install -U eFatura
```

### <a href="#"><img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/flathub.svg"></a> FlatHub (UI)

```bash
# Yüklemek
flatpak install flathub org.KekikAkademi.eFatura

# Çalıştırmak
flatpak run org.KekikAkademi.eFatura
```

## 📝 Kullanım

### <a href="#"><img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/python.svg"></a> Lib

```python
from eFatura import e_fatura

print(e_fatura("11111111111")) # Vergi Numarası veya TC Kimlik Numarası

>> True | False
```

### <a href="#"><img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/iterm2.svg"></a> CLI

```bash
eFatura 11111111111

# » [~] 11111111111 Numarası E-Fatura Mükellefi Değildir..
```

### <img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/freedesktop.svg"> UI

```bash
eFaturaGUI

# veya

flatpak run org.KekikAkademi.eFatura
```

---

<details>
    <summary style="font-weight: bold; font-size: 20px">
      <a href="#"><img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/buddy.svg"></a> <b>Kendiniz Paketlemek İsterseniz</b>
      <i>(genişletmek için tıklayın!)</i>
    </summary>
    <br/>

### <a href="#"><img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/python.svg"></a> Python

```bash
# Depoyu Çek
https://github.com/keyiflerolsun/eFatura.git
cd eFatura

# Gerekli Ortamları Kur
pip install -U pip setuptools wheel

# Paketi Yükle
pip install .

# Artıkları Temizle
rm -rf build *.egg-info

# Çalıştır
eFatura     # CLI
eFaturaGUI  # GUI

# Paketi Kaldır
pip uninstall eFatura
```

### <a href="#"><img width="16" src="https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/flatpak.svg"></a> FlatPak

```bash
# Depoyu Çek
git clone https://github.com/keyiflerolsun/eFatura.git
cd eFatura

# Gerekli Dosyaları Al
mv Shared/*.yml . && mv Shared/SRC .

# Gerekli Ortamları Kur
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak update && flatpak upgrade
flatpak install flathub org.gnome.{Platform,Sdk}//44

# Paketle
flatpak-builder --user --install --force-clean build-dir org.KekikAkademi.eFatura.yml

# Artıkları Temizle
rm -rf .flatpak* .vscode build-dir && find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf

# Çalıştır
flatpak run org.KekikAkademi.eFatura

# Paketi Kaldır
flatpak uninstall org.KekikAkademi.eFatura
```

</details>

---

## 📝 Proje Sahibi

- ✅ **[kmprens/CheckEinvoice](https://github.com/kmprens/CheckEinvoice)**

## 🌐 Telif Hakkı ve Lisans

* *Copyright (C) 2023 by* [keyiflerolsun](https://github.com/keyiflerolsun) ❤️️
* [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007](https://github.com/keyiflerolsun/eFatura/blob/master/LICENSE) *Koşullarına göre lisanslanmıştır..*

## ♻️ İletişim

*Benimle iletişime geçmek isterseniz, **Telegram**'dan mesaj göndermekten çekinmeyin;* [@keyiflerolsun](https://t.me/KekikKahve)

## 💸 Bağış Yap

**[☕️ Kahve Ismarla](https://KekikAkademi.org/Kahve)**

***

> **[@KekikAkademi](https://t.me/KekikAkademi)** *için yazılmıştır..*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/keyiflerolsun/eFatura",
    "name": "eFatura",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "eFatura,KekikAkademi,keyiflerolsun",
    "author": "keyiflerolsun",
    "author_email": "keyiflerolsun@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/72/50/638fce076588bcce484b2df5d5a24916b6534d7393287cbd9581354e5936/eFatura-1.1.1.tar.gz",
    "platform": null,
    "description": "# <a href=\"#\"><img width=\"32\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/Shared/org.KekikAkademi.eFatura.svg\"></a> eFatura\n\n[![Boyut](https://img.shields.io/github/repo-size/keyiflerolsun/eFatura?logo=git&logoColor=white&label=Boyut)](#)\n[![G\u00f6r\u00fcnt\u00fclenme](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/keyiflerolsun/eFatura&title=G\u00f6r\u00fcnt\u00fclenme)](#)\n<a href=\"https://KekikAkademi.org/Kahve\" target=\"_blank\"><img src=\"https://img.shields.io/badge/\u2615\ufe0f-Kahve Ismarla-ffdd00\" title=\"\u2615\ufe0f Kahve Ismarla\" style=\"padding-left:5px;\"></a>\n\n[![GitHub](https://img.shields.io/github/v/release/keyiflerolsun/eFatura?logo=github&label=GitHub)](https://github.com/keyiflerolsun/eFatura/releases)\n[![Fonksiyon Testleri ve PyPI Y\u00fckle](https://img.shields.io/github/actions/workflow/status/keyiflerolsun/eFatura/test_ve_pypi.yml?label=PyPI%20Y%C3%BCkleyici&logo=github)](https://github.com/keyiflerolsun/eFatura/actions/workflows/test_ve_pypi.yml)\n[![Flatpak Y\u00fckleyici](https://img.shields.io/github/actions/workflow/status/keyiflerolsun/eFatura/flatpakYukle.yml?label=Flatpak%20Y%C3%BCkleyici&logo=github)](https://github.com/keyiflerolsun/eFatura/actions/workflows/flatpakYukle.yml)\n\n[![FlatHub](https://img.shields.io/flathub/v/org.KekikAkademi.eFatura?logo=flathub&logoColor=white&label=FlatHub)](https://flathub.org/tr/apps/org.KekikAkademi.eFatura)\n[![FlatHub - Y\u00fcklenme](https://img.shields.io/flathub/downloads/org.KekikAkademi.eFatura?logo=flathub&logoColor=white&label=Y\u00fcklenme)](https://flathub.org/tr/apps/org.KekikAkademi.eFatura)\n\n[![PyPI](https://img.shields.io/pypi/v/eFatura?logo=pypi&logoColor=white&label=PyPI)](https://pypi.org/project/eFatura)\n[![PyPI - Y\u00fcklenme](https://img.shields.io/pypi/dm/eFatura?logo=pypi&logoColor=white&label=Y\u00fcklenme)](https://pypi.org/project/eFatura)\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/eFatura?logo=pypi&logoColor=white&label=Wheel)](https://pypi.org/project/eFatura)\n\n[![Python Version](https://img.shields.io/pypi/pyversions/eFatura?logo=python&logoColor=white&label=Python)](#)\n[![Lisans](https://img.shields.io/pypi/l/eFatura?logo=gnu&logoColor=white&label=Lisans)](#)\n[![Durum](https://img.shields.io/pypi/status/eFatura?logo=windowsterminal&logoColor=white&label=Durum)](#)\n\n*Vergi veya TC Kimlik Numaras\u0131ndan E-Fatura M\u00fckellefiyet Sorgusu*\n\n[![eFatura](https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/SS.png)](#)\n\n[![ForTheBadge made-with-python](https://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n[![ForTheBadge built-with-love](https://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/keyiflerolsun/)\n\n## \ud83d\ude80 Kurulum\n\n### <a href=\"#\"><img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/pypi.svg\"></a> PyPI (Lib - CLI - UI)\n\n```bash\n# Y\u00fcklemek\npip install eFatura\n\n# G\u00fcncellemek\npip install -U eFatura\n```\n\n### <a href=\"#\"><img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/flathub.svg\"></a> FlatHub (UI)\n\n```bash\n# Y\u00fcklemek\nflatpak install flathub org.KekikAkademi.eFatura\n\n# \u00c7al\u0131\u015ft\u0131rmak\nflatpak run org.KekikAkademi.eFatura\n```\n\n## \ud83d\udcdd Kullan\u0131m\n\n### <a href=\"#\"><img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/python.svg\"></a> Lib\n\n```python\nfrom eFatura import e_fatura\n\nprint(e_fatura(\"11111111111\")) # Vergi Numaras\u0131 veya TC Kimlik Numaras\u0131\n\n>> True | False\n```\n\n### <a href=\"#\"><img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/iterm2.svg\"></a> CLI\n\n```bash\neFatura 11111111111\n\n# \u00bb [~] 11111111111 Numaras\u0131 E-Fatura M\u00fckellefi De\u011fildir..\n```\n\n### <img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/freedesktop.svg\"> UI\n\n```bash\neFaturaGUI\n\n# veya\n\nflatpak run org.KekikAkademi.eFatura\n```\n\n---\n\n<details>\n    <summary style=\"font-weight: bold; font-size: 20px\">\n      <a href=\"#\"><img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/buddy.svg\"></a> <b>Kendiniz Paketlemek \u0130sterseniz</b>\n      <i>(geni\u015fletmek i\u00e7in t\u0131klay\u0131n!)</i>\n    </summary>\n    <br/>\n\n### <a href=\"#\"><img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/python.svg\"></a> Python\n\n```bash\n# Depoyu \u00c7ek\nhttps://github.com/keyiflerolsun/eFatura.git\ncd eFatura\n\n# Gerekli Ortamlar\u0131 Kur\npip install -U pip setuptools wheel\n\n# Paketi Y\u00fckle\npip install .\n\n# Art\u0131klar\u0131 Temizle\nrm -rf build *.egg-info\n\n# \u00c7al\u0131\u015ft\u0131r\neFatura     # CLI\neFaturaGUI  # GUI\n\n# Paketi Kald\u0131r\npip uninstall eFatura\n```\n\n### <a href=\"#\"><img width=\"16\" src=\"https://raw.githubusercontent.com/keyiflerolsun/eFatura/main/.github/icons/flatpak.svg\"></a> FlatPak\n\n```bash\n# Depoyu \u00c7ek\ngit clone https://github.com/keyiflerolsun/eFatura.git\ncd eFatura\n\n# Gerekli Dosyalar\u0131 Al\nmv Shared/*.yml . && mv Shared/SRC .\n\n# Gerekli Ortamlar\u0131 Kur\nflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\nflatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo\nflatpak update && flatpak upgrade\nflatpak install flathub org.gnome.{Platform,Sdk}//44\n\n# Paketle\nflatpak-builder --user --install --force-clean build-dir org.KekikAkademi.eFatura.yml\n\n# Art\u0131klar\u0131 Temizle\nrm -rf .flatpak* .vscode build-dir && find . | grep -E \"(__pycache__|\\.pyc|\\.pyo$)\" | xargs rm -rf\n\n# \u00c7al\u0131\u015ft\u0131r\nflatpak run org.KekikAkademi.eFatura\n\n# Paketi Kald\u0131r\nflatpak uninstall org.KekikAkademi.eFatura\n```\n\n</details>\n\n---\n\n## \ud83d\udcdd Proje Sahibi\n\n- \u2705 **[kmprens/CheckEinvoice](https://github.com/kmprens/CheckEinvoice)**\n\n## \ud83c\udf10 Telif Hakk\u0131 ve Lisans\n\n* *Copyright (C) 2023 by* [keyiflerolsun](https://github.com/keyiflerolsun) \u2764\ufe0f\ufe0f\n* [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007](https://github.com/keyiflerolsun/eFatura/blob/master/LICENSE) *Ko\u015fullar\u0131na g\u00f6re lisanslanm\u0131\u015ft\u0131r..*\n\n## \u267b\ufe0f \u0130leti\u015fim\n\n*Benimle ileti\u015fime ge\u00e7mek isterseniz, **Telegram**'dan mesaj g\u00f6ndermekten \u00e7ekinmeyin;* [@keyiflerolsun](https://t.me/KekikKahve)\n\n## \ud83d\udcb8 Ba\u011f\u0131\u015f Yap\n\n**[\u2615\ufe0f Kahve Ismarla](https://KekikAkademi.org/Kahve)**\n\n***\n\n> **[@KekikAkademi](https://t.me/KekikAkademi)** *i\u00e7in yaz\u0131lm\u0131\u015ft\u0131r..*\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Vergi veya TC Kimlik Numaras\u0131ndan E-Fatura M\u00fckellefiyet Sorgusu",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/keyiflerolsun/eFatura"
    },
    "split_keywords": [
        "efatura",
        "kekikakademi",
        "keyiflerolsun"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "046e471ac80621fb94f08d7cbfa3e4ecf1cd978887f9ae9bf98dd56489f1558f",
                "md5": "b515e3cd1f0c45ca69b8d5fd3b58a9e1",
                "sha256": "ea8abf03ec8f38d566c68075743d64a69b97110b4d5a21e0217d4be3f3cc624d"
            },
            "downloads": -1,
            "filename": "eFatura-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b515e3cd1f0c45ca69b8d5fd3b58a9e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 36693,
            "upload_time": "2023-06-25T09:49:21",
            "upload_time_iso_8601": "2023-06-25T09:49:21.437408Z",
            "url": "https://files.pythonhosted.org/packages/04/6e/471ac80621fb94f08d7cbfa3e4ecf1cd978887f9ae9bf98dd56489f1558f/eFatura-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7250638fce076588bcce484b2df5d5a24916b6534d7393287cbd9581354e5936",
                "md5": "b04fbd46aa21888f5c7dd66a0d1fa520",
                "sha256": "48cd860d426f482553b8197666e08100890404080a29d71845b212c78cdec719"
            },
            "downloads": -1,
            "filename": "eFatura-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b04fbd46aa21888f5c7dd66a0d1fa520",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 38097,
            "upload_time": "2023-06-25T09:49:23",
            "upload_time_iso_8601": "2023-06-25T09:49:23.088631Z",
            "url": "https://files.pythonhosted.org/packages/72/50/638fce076588bcce484b2df5d5a24916b6534d7393287cbd9581354e5936/eFatura-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-25 09:49:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "keyiflerolsun",
    "github_project": "eFatura",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "efatura"
}
        
Elapsed time: 0.08660s