account-codes-jp


Nameaccount-codes-jp JSON
Version 0.4.27 PyPI version JSON
download
home_pageNone
Summarye-Tax / EDINETタクソノミ / 青色申告 の勘定科目(コード)表のラッパー (非公式)
upload_time2025-07-15 23:35:40
maintainerNone
docs_urlNone
author34j
requires_python<4.0,>=3.10
licenseAGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Account Codes JP

<p align="center">
  <a href="https://github.com/34j/account-codes-jp/actions/workflows/ci.yml?query=branch%3Amain">
    <img src="https://img.shields.io/github/actions/workflow/status/34j/account-codes-jp/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
  </a>
  <a href="https://account-codes-jp.readthedocs.io">
    <img src="https://img.shields.io/readthedocs/account-codes-jp.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
  </a>
  <a href="https://codecov.io/gh/34j/account-codes-jp">
    <img src="https://img.shields.io/codecov/c/github/34j/account-codes-jp.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
  </a>
</p>
<p align="center">
  <a href="https://python-poetry.org/">
    <img src="https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json" alt="Poetry">
  </a>
  <a href="https://github.com/astral-sh/ruff">
    <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
  </a>
  <a href="https://github.com/pre-commit/pre-commit">
    <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
  </a>
</p>
<p align="center">
  <a href="https://pypi.org/project/account-codes-jp/">
    <img src="https://img.shields.io/pypi/v/account-codes-jp.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
  </a>
  <img src="https://img.shields.io/pypi/pyversions/account-codes-jp.svg?style=flat-square&logo=python&amp;logoColor=fff" alt="Supported Python versions">
  <img src="https://img.shields.io/pypi/l/account-codes-jp.svg?style=flat-square" alt="License">
</p>

---

**Documentation**: <a href="https://account-codes-jp.readthedocs.io" target="_blank">https://account-codes-jp.readthedocs.io </a>

**Source Code**: <a href="https://github.com/34j/account-codes-jp" target="_blank">https://github.com/34j/account-codes-jp </a>

---

e-Tax / EDINETタクソノミ / 青色申告 の勘定科目(コード)表のラッパー (非公式)

![青色申告の勘定科目](./blue-return.png)

## Installation

Install this via pip (or your favourite package manager):

`pip install account-codes-jp`

## Usage

```shell
$ account-codes-jp list --industry "一般商工業"
    ├─╼ 貸借対照表/貸借対照表/jppfs_cor:BalanceSheetLineItems
    │   ├─╼ 資産の部[タイトル]/資産の部/jppfs_cor:AssetsAbstract
    │   │   ├─╼ 流動資産[タイトル]/資産/流動資産/jppfs_cor:CurrentAssetsAbstract
    │   │   │   ├─╼ 現金及び預金/資産/現金及び預金/jppfs_cor:CashAndDeposits
    │   │   │   ├─╼ 受取手形及び売掛金/資産/受取手形及び売掛金/jppfs_cor:NotesAndAccountsReceivableTrade
    │   │   │   │   ├─╼ 貸倒引当金/資産/貸倒引当金/jppfs_cor:AllowanceForDoubtfulAccountsNotesAndAccountsReceivableTrade
    │   │   │   │   └─╼ 受取手形及び売掛金(純額)/資産/受取手形及び売掛金(純額)/jppfs_cor:NotesAndAccountsReceivableTradeNet
...
```

```shell
$ account-codes-jp list --type blue-return
    ├─╼ 賃借対照表[タイトル]
    │   ├─╼ 資産[タイトル]/資産
    │   │   ├─╼ 資産[タイトル]/資産
    │   │   │   ├─╼ 現金/資産
    │   │   │   ├─╼ 当座預金/資産
```

```python
from account_codes_jp import get_blue_return_accounts, get_account_type_factory, AccountType

G = get_blue_return_accounts()
t = get_account_type_factory(G)
assert t("現金") == AccountType.Asset
```

## Notes

本パッケージは単なるラッパーであり、EDINETタクソノミを含みませんが、念の為「EDINETタクソノミの知的所有権について」を引用いたします。

## [EDINETタクソノミの知的所有権について(「本文書」)](https://www.fsa.go.jp/search/EDINET_Taxonomy_Legal_Statement.html)

### 著作権

「EDINETタクソノミ」は、金融商品取引法に基づく有価証券報告書等の開示書類に関する電子開示システム(EDINET)に開示書類をXBRL形式により電子的に提出するために金融庁が開発したものであり、著作権の対象となっています。当該著作権は日本国著作権法及び国際条約により保護されています。

なお、金融庁の事前の許可なくEDINETタクソノミの全部又は一部について改変、修正又は翻訳を行うことはできません。EDINETタクソノミには、XBRL International Inc.(以下「XII」という。)の著作権に帰属する内容が一部含まれており、当該内容は、XIIの許諾に基づきEDINETタクソノミ中に作成されています。

本文書を一体とし、かつ、次の文言を用いて出所を明示することを条件に、EDINETタクソノミの全部又は一部の引用、転載、複製、譲渡、貸与、公衆送信又は配布を行うことができます:

© Copyright 2014 Financial Services Agency, The Japanese Government

### 保証責任の否認

EDINETタクソノミは、「現状有姿」にて提供され、金融庁及びXIIは、明示的であるか暗黙的であるかを問わず、商業利用への適合性、特定目的への適合性若しくは所有権の保証又はEDINETタクソノミの使用が第三者の特許権、著作権、トレードマークその他の権利を侵害しないことの保証その他のあらゆる保証の責任を否認します。

### 免責事項

契約、不法行為、保証その他の方法であるかを問わず、EDINETタクソノミ若しくはその関連ファイルを使用すること、又はいかなる種類の内容物の動作若しくは導入により発生する、代替品若しくは代替サービスの調達費用又は逸失利益又は使用の喪失又はデータの喪失又は直接、間接、結果的、偶発的、懲罰的若しくは特別の損害について、当該損害の可能性についての事前の通知の有無にかかわらず、金融庁及びXIIは、いかなる利用者又は第三者に対しても責任を負いません。

### 使用許諾

上記の条件を承諾し、かつ、XIIの知的財産権ポリシー(www.xbrl.org/legal)に準拠して使用する場合に限り、EDINETタクソノミを無償で使用することを許諾します。

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/34j"><img src="https://avatars.githubusercontent.com/u/55338215?v=4?s=80" width="80px;" alt="34j"/><br /><sub><b>34j</b></sub></a><br /><a href="https://github.com/34j/account-codes-jp/commits?author=34j" title="Code">💻</a> <a href="#ideas-34j" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/34j/account-codes-jp/commits?author=34j" title="Documentation">📖</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "account-codes-jp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "34j",
    "author_email": "34j.github@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/1e/1d/d960d2bb733aa5aa28c3b483408ccd88d629ceeeaf16050fc1e83cbb4a29/account_codes_jp-0.4.27.tar.gz",
    "platform": null,
    "description": "# Account Codes JP\n\n<p align=\"center\">\n  <a href=\"https://github.com/34j/account-codes-jp/actions/workflows/ci.yml?query=branch%3Amain\">\n    <img src=\"https://img.shields.io/github/actions/workflow/status/34j/account-codes-jp/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n  </a>\n  <a href=\"https://account-codes-jp.readthedocs.io\">\n    <img src=\"https://img.shields.io/readthedocs/account-codes-jp.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n  </a>\n  <a href=\"https://codecov.io/gh/34j/account-codes-jp\">\n    <img src=\"https://img.shields.io/codecov/c/github/34j/account-codes-jp.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n  </a>\n</p>\n<p align=\"center\">\n  <a href=\"https://python-poetry.org/\">\n    <img src=\"https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\" alt=\"Poetry\">\n  </a>\n  <a href=\"https://github.com/astral-sh/ruff\">\n    <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\">\n  </a>\n  <a href=\"https://github.com/pre-commit/pre-commit\">\n    <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n  </a>\n</p>\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/account-codes-jp/\">\n    <img src=\"https://img.shields.io/pypi/v/account-codes-jp.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n  </a>\n  <img src=\"https://img.shields.io/pypi/pyversions/account-codes-jp.svg?style=flat-square&logo=python&amp;logoColor=fff\" alt=\"Supported Python versions\">\n  <img src=\"https://img.shields.io/pypi/l/account-codes-jp.svg?style=flat-square\" alt=\"License\">\n</p>\n\n---\n\n**Documentation**: <a href=\"https://account-codes-jp.readthedocs.io\" target=\"_blank\">https://account-codes-jp.readthedocs.io </a>\n\n**Source Code**: <a href=\"https://github.com/34j/account-codes-jp\" target=\"_blank\">https://github.com/34j/account-codes-jp </a>\n\n---\n\ne-Tax / EDINET\u30bf\u30af\u30bd\u30ce\u30df / \u9752\u8272\u7533\u544a \u306e\u52d8\u5b9a\u79d1\u76ee(\u30b3\u30fc\u30c9)\u8868\u306e\u30e9\u30c3\u30d1\u30fc (\u975e\u516c\u5f0f)\n\n![\u9752\u8272\u7533\u544a\u306e\u52d8\u5b9a\u79d1\u76ee](./blue-return.png)\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install account-codes-jp`\n\n## Usage\n\n```shell\n$ account-codes-jp list --industry \"\u4e00\u822c\u5546\u5de5\u696d\"\n    \u251c\u2500\u257c \u8cb8\u501f\u5bfe\u7167\u8868/\u8cb8\u501f\u5bfe\u7167\u8868/jppfs_cor:BalanceSheetLineItems\n    \u2502   \u251c\u2500\u257c \u8cc7\u7523\u306e\u90e8[\u30bf\u30a4\u30c8\u30eb]/\u8cc7\u7523\u306e\u90e8/jppfs_cor:AssetsAbstract\n    \u2502   \u2502   \u251c\u2500\u257c \u6d41\u52d5\u8cc7\u7523[\u30bf\u30a4\u30c8\u30eb]/\u8cc7\u7523/\u6d41\u52d5\u8cc7\u7523/jppfs_cor:CurrentAssetsAbstract\n    \u2502   \u2502   \u2502   \u251c\u2500\u257c \u73fe\u91d1\u53ca\u3073\u9810\u91d1/\u8cc7\u7523/\u73fe\u91d1\u53ca\u3073\u9810\u91d1/jppfs_cor:CashAndDeposits\n    \u2502   \u2502   \u2502   \u251c\u2500\u257c \u53d7\u53d6\u624b\u5f62\u53ca\u3073\u58f2\u639b\u91d1/\u8cc7\u7523/\u53d7\u53d6\u624b\u5f62\u53ca\u3073\u58f2\u639b\u91d1/jppfs_cor:NotesAndAccountsReceivableTrade\n    \u2502   \u2502   \u2502   \u2502   \u251c\u2500\u257c \u8cb8\u5012\u5f15\u5f53\u91d1/\u8cc7\u7523/\u8cb8\u5012\u5f15\u5f53\u91d1/jppfs_cor:AllowanceForDoubtfulAccountsNotesAndAccountsReceivableTrade\n    \u2502   \u2502   \u2502   \u2502   \u2514\u2500\u257c \u53d7\u53d6\u624b\u5f62\u53ca\u3073\u58f2\u639b\u91d1\uff08\u7d14\u984d\uff09/\u8cc7\u7523/\u53d7\u53d6\u624b\u5f62\u53ca\u3073\u58f2\u639b\u91d1\uff08\u7d14\u984d\uff09/jppfs_cor:NotesAndAccountsReceivableTradeNet\n...\n```\n\n```shell\n$ account-codes-jp list --type blue-return\n    \u251c\u2500\u257c \u8cc3\u501f\u5bfe\u7167\u8868[\u30bf\u30a4\u30c8\u30eb]\n    \u2502   \u251c\u2500\u257c \u8cc7\u7523[\u30bf\u30a4\u30c8\u30eb]/\u8cc7\u7523\n    \u2502   \u2502   \u251c\u2500\u257c \u8cc7\u7523[\u30bf\u30a4\u30c8\u30eb]/\u8cc7\u7523\n    \u2502   \u2502   \u2502   \u251c\u2500\u257c \u73fe\u91d1/\u8cc7\u7523\n    \u2502   \u2502   \u2502   \u251c\u2500\u257c \u5f53\u5ea7\u9810\u91d1/\u8cc7\u7523\n```\n\n```python\nfrom account_codes_jp import get_blue_return_accounts, get_account_type_factory, AccountType\n\nG = get_blue_return_accounts()\nt = get_account_type_factory(G)\nassert t(\"\u73fe\u91d1\") == AccountType.Asset\n```\n\n## Notes\n\n\u672c\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u5358\u306a\u308b\u30e9\u30c3\u30d1\u30fc\u3067\u3042\u308a\u3001EDINET\u30bf\u30af\u30bd\u30ce\u30df\u3092\u542b\u307f\u307e\u305b\u3093\u304c\u3001\u5ff5\u306e\u70ba\u300cEDINET\u30bf\u30af\u30bd\u30ce\u30df\u306e\u77e5\u7684\u6240\u6709\u6a29\u306b\u3064\u3044\u3066\u300d\u3092\u5f15\u7528\u3044\u305f\u3057\u307e\u3059\u3002\n\n## [EDINET\u30bf\u30af\u30bd\u30ce\u30df\u306e\u77e5\u7684\u6240\u6709\u6a29\u306b\u3064\u3044\u3066\uff08\u300c\u672c\u6587\u66f8\u300d\uff09](https://www.fsa.go.jp/search/EDINET_Taxonomy_Legal_Statement.html)\n\n### \u8457\u4f5c\u6a29\n\n\u300cEDINET\u30bf\u30af\u30bd\u30ce\u30df\u300d\u306f\u3001\u91d1\u878d\u5546\u54c1\u53d6\u5f15\u6cd5\u306b\u57fa\u3065\u304f\u6709\u4fa1\u8a3c\u5238\u5831\u544a\u66f8\u7b49\u306e\u958b\u793a\u66f8\u985e\u306b\u95a2\u3059\u308b\u96fb\u5b50\u958b\u793a\u30b7\u30b9\u30c6\u30e0\uff08EDINET\uff09\u306b\u958b\u793a\u66f8\u985e\u3092XBRL\u5f62\u5f0f\u306b\u3088\u308a\u96fb\u5b50\u7684\u306b\u63d0\u51fa\u3059\u308b\u305f\u3081\u306b\u91d1\u878d\u5e81\u304c\u958b\u767a\u3057\u305f\u3082\u306e\u3067\u3042\u308a\u3001\u8457\u4f5c\u6a29\u306e\u5bfe\u8c61\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u5f53\u8a72\u8457\u4f5c\u6a29\u306f\u65e5\u672c\u56fd\u8457\u4f5c\u6a29\u6cd5\u53ca\u3073\u56fd\u969b\u6761\u7d04\u306b\u3088\u308a\u4fdd\u8b77\u3055\u308c\u3066\u3044\u307e\u3059\u3002\n\n\u306a\u304a\u3001\u91d1\u878d\u5e81\u306e\u4e8b\u524d\u306e\u8a31\u53ef\u306a\u304fEDINET\u30bf\u30af\u30bd\u30ce\u30df\u306e\u5168\u90e8\u53c8\u306f\u4e00\u90e8\u306b\u3064\u3044\u3066\u6539\u5909\u3001\u4fee\u6b63\u53c8\u306f\u7ffb\u8a33\u3092\u884c\u3046\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002EDINET\u30bf\u30af\u30bd\u30ce\u30df\u306b\u306f\u3001XBRL International Inc.\uff08\u4ee5\u4e0b\u300cXII\u300d\u3068\u3044\u3046\u3002\uff09\u306e\u8457\u4f5c\u6a29\u306b\u5e30\u5c5e\u3059\u308b\u5185\u5bb9\u304c\u4e00\u90e8\u542b\u307e\u308c\u3066\u304a\u308a\u3001\u5f53\u8a72\u5185\u5bb9\u306f\u3001XII\u306e\u8a31\u8afe\u306b\u57fa\u3065\u304dEDINET\u30bf\u30af\u30bd\u30ce\u30df\u4e2d\u306b\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\n\n\u672c\u6587\u66f8\u3092\u4e00\u4f53\u3068\u3057\u3001\u304b\u3064\u3001\u6b21\u306e\u6587\u8a00\u3092\u7528\u3044\u3066\u51fa\u6240\u3092\u660e\u793a\u3059\u308b\u3053\u3068\u3092\u6761\u4ef6\u306b\u3001EDINET\u30bf\u30af\u30bd\u30ce\u30df\u306e\u5168\u90e8\u53c8\u306f\u4e00\u90e8\u306e\u5f15\u7528\u3001\u8ee2\u8f09\u3001\u8907\u88fd\u3001\u8b72\u6e21\u3001\u8cb8\u4e0e\u3001\u516c\u8846\u9001\u4fe1\u53c8\u306f\u914d\u5e03\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\uff1a\n\n\u00a9 Copyright 2014 Financial Services Agency, The Japanese Government\n\n### \u4fdd\u8a3c\u8cac\u4efb\u306e\u5426\u8a8d\n\nEDINET\u30bf\u30af\u30bd\u30ce\u30df\u306f\u3001\u300c\u73fe\u72b6\u6709\u59ff\u300d\u306b\u3066\u63d0\u4f9b\u3055\u308c\u3001\u91d1\u878d\u5e81\u53ca\u3073XII\u306f\u3001\u660e\u793a\u7684\u3067\u3042\u308b\u304b\u6697\u9ed9\u7684\u3067\u3042\u308b\u304b\u3092\u554f\u308f\u305a\u3001\u5546\u696d\u5229\u7528\u3078\u306e\u9069\u5408\u6027\u3001\u7279\u5b9a\u76ee\u7684\u3078\u306e\u9069\u5408\u6027\u82e5\u3057\u304f\u306f\u6240\u6709\u6a29\u306e\u4fdd\u8a3c\u53c8\u306fEDINET\u30bf\u30af\u30bd\u30ce\u30df\u306e\u4f7f\u7528\u304c\u7b2c\u4e09\u8005\u306e\u7279\u8a31\u6a29\u3001\u8457\u4f5c\u6a29\u3001\u30c8\u30ec\u30fc\u30c9\u30de\u30fc\u30af\u305d\u306e\u4ed6\u306e\u6a29\u5229\u3092\u4fb5\u5bb3\u3057\u306a\u3044\u3053\u3068\u306e\u4fdd\u8a3c\u305d\u306e\u4ed6\u306e\u3042\u3089\u3086\u308b\u4fdd\u8a3c\u306e\u8cac\u4efb\u3092\u5426\u8a8d\u3057\u307e\u3059\u3002\n\n### \u514d\u8cac\u4e8b\u9805\n\n\u5951\u7d04\u3001\u4e0d\u6cd5\u884c\u70ba\u3001\u4fdd\u8a3c\u305d\u306e\u4ed6\u306e\u65b9\u6cd5\u3067\u3042\u308b\u304b\u3092\u554f\u308f\u305a\u3001EDINET\u30bf\u30af\u30bd\u30ce\u30df\u82e5\u3057\u304f\u306f\u305d\u306e\u95a2\u9023\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u3001\u53c8\u306f\u3044\u304b\u306a\u308b\u7a2e\u985e\u306e\u5185\u5bb9\u7269\u306e\u52d5\u4f5c\u82e5\u3057\u304f\u306f\u5c0e\u5165\u306b\u3088\u308a\u767a\u751f\u3059\u308b\u3001\u4ee3\u66ff\u54c1\u82e5\u3057\u304f\u306f\u4ee3\u66ff\u30b5\u30fc\u30d3\u30b9\u306e\u8abf\u9054\u8cbb\u7528\u53c8\u306f\u9038\u5931\u5229\u76ca\u53c8\u306f\u4f7f\u7528\u306e\u55aa\u5931\u53c8\u306f\u30c7\u30fc\u30bf\u306e\u55aa\u5931\u53c8\u306f\u76f4\u63a5\u3001\u9593\u63a5\u3001\u7d50\u679c\u7684\u3001\u5076\u767a\u7684\u3001\u61f2\u7f70\u7684\u82e5\u3057\u304f\u306f\u7279\u5225\u306e\u640d\u5bb3\u306b\u3064\u3044\u3066\u3001\u5f53\u8a72\u640d\u5bb3\u306e\u53ef\u80fd\u6027\u306b\u3064\u3044\u3066\u306e\u4e8b\u524d\u306e\u901a\u77e5\u306e\u6709\u7121\u306b\u304b\u304b\u308f\u3089\u305a\u3001\u91d1\u878d\u5e81\u53ca\u3073XII\u306f\u3001\u3044\u304b\u306a\u308b\u5229\u7528\u8005\u53c8\u306f\u7b2c\u4e09\u8005\u306b\u5bfe\u3057\u3066\u3082\u8cac\u4efb\u3092\u8ca0\u3044\u307e\u305b\u3093\u3002\n\n### \u4f7f\u7528\u8a31\u8afe\n\n\u4e0a\u8a18\u306e\u6761\u4ef6\u3092\u627f\u8afe\u3057\u3001\u304b\u3064\u3001XII\u306e\u77e5\u7684\u8ca1\u7523\u6a29\u30dd\u30ea\u30b7\u30fc\uff08www.xbrl.org/legal\uff09\u306b\u6e96\u62e0\u3057\u3066\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9650\u308a\u3001EDINET\u30bf\u30af\u30bd\u30ce\u30df\u3092\u7121\u511f\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u8a31\u8afe\u3057\u307e\u3059\u3002\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/34j\"><img src=\"https://avatars.githubusercontent.com/u/55338215?v=4?s=80\" width=\"80px;\" alt=\"34j\"/><br /><sub><b>34j</b></sub></a><br /><a href=\"https://github.com/34j/account-codes-jp/commits?author=34j\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#ideas-34j\" title=\"Ideas, Planning, & Feedback\">\ud83e\udd14</a> <a href=\"https://github.com/34j/account-codes-jp/commits?author=34j\" title=\"Documentation\">\ud83d\udcd6</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-only",
    "summary": "e-Tax / EDINET\u30bf\u30af\u30bd\u30ce\u30df / \u9752\u8272\u7533\u544a \u306e\u52d8\u5b9a\u79d1\u76ee(\u30b3\u30fc\u30c9)\u8868\u306e\u30e9\u30c3\u30d1\u30fc (\u975e\u516c\u5f0f)",
    "version": "0.4.27",
    "project_urls": {
        "Bug Tracker": "https://github.com/34j/account-codes-jp/issues",
        "Changelog": "https://github.com/34j/account-codes-jp/blob/main/CHANGELOG.md",
        "Documentation": "https://account-codes-jp.readthedocs.io",
        "Repository": "https://github.com/34j/account-codes-jp"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "872a1ac81bccc2e27e13d981375bc68d04c431ef78734302e75a3fce5b69b5fc",
                "md5": "d024529309f9591e08ae5d52d0fa0115",
                "sha256": "f032cb7706632bf21fc532e2898e26116d6be3dc8a1ecc94d9da7ebc94970e61"
            },
            "downloads": -1,
            "filename": "account_codes_jp-0.4.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d024529309f9591e08ae5d52d0fa0115",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 27404,
            "upload_time": "2025-07-15T23:35:39",
            "upload_time_iso_8601": "2025-07-15T23:35:39.082517Z",
            "url": "https://files.pythonhosted.org/packages/87/2a/1ac81bccc2e27e13d981375bc68d04c431ef78734302e75a3fce5b69b5fc/account_codes_jp-0.4.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e1dd960d2bb733aa5aa28c3b483408ccd88d629ceeeaf16050fc1e83cbb4a29",
                "md5": "a8a5b512f4d284750085dc0ecc09393d",
                "sha256": "67d12d0274fb512d2dd2467c1053c45eeec92fdaa3f6ff4687d7d65368a3ea44"
            },
            "downloads": -1,
            "filename": "account_codes_jp-0.4.27.tar.gz",
            "has_sig": false,
            "md5_digest": "a8a5b512f4d284750085dc0ecc09393d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 28450,
            "upload_time": "2025-07-15T23:35:40",
            "upload_time_iso_8601": "2025-07-15T23:35:40.506520Z",
            "url": "https://files.pythonhosted.org/packages/1e/1d/d960d2bb733aa5aa28c3b483408ccd88d629ceeeaf16050fc1e83cbb4a29/account_codes_jp-0.4.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 23:35:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "34j",
    "github_project": "account-codes-jp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "account-codes-jp"
}
        
34j
Elapsed time: 1.46275s