Metadata-Version: 2.4
Name: bitfinex-api-py-postonly
Version: 3.0.5.post2
Summary: Bitfinex Python API with enforced POST_ONLY orders - prevents accidental market/taker orders
Home-page: https://github.com/0xferit/bitfinex-api-py
Author: 0xferit
Author-email: ferit@example.com
License: Apache-2.0
Project-URL: Original Source, https://github.com/bitfinexcom/bitfinex-api-py
Project-URL: Fork Source, https://github.com/0xferit/bitfinex-api-py
Project-URL: Documentation, https://github.com/0xferit/bitfinex-api-py/blob/master/README.md
Project-URL: Issues, https://github.com/0xferit/bitfinex-api-py/issues
Keywords: bitfinex,api,trading,post-only,postonly,maker-only,maker,safety,no-taker,bitcoin,cryptocurrency,exchange,limit-order,market-maker,grid-trading,algo-trading
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: pyee~=11.1.0
Requires-Dist: websockets~=12.0
Requires-Dist: requests~=2.32.3
Provides-Extra: typing
Requires-Dist: types-requests~=2.32.0.20241016; extra == "typing"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A safety-enhanced fork of the official Bitfinex Python API that enforces POST_ONLY (maker-only) flag on ALL orders. Prevents accidental market orders, taker fees, and costly trading mistakes. Orders will never cross the spread. Perfect for market makers, grid bots, and safety-critical trading. Drop-in replacement for bitfinex-api-py with automatic POST_ONLY enforcement.
