You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Morty Space f33b49e34f chore: updated build workflow 3 years ago
.github/workflows chore: [ci] updated poetry version 3 years ago
.vscode fix: added retries for connection error 4 years ago
docs chore: docs type & setuptools missing 3 years ago
src/cryptocom feat: improved ssl error handling or empty data 3 years ago
tests fix: missing pairs available with default precision 4 years ago
.codeclimate.yaml Moved to poetry dependency management 4 years ago
.coveragerc Moved to poetry dependency management 4 years ago
.gitignore Removed test reporter 4 years ago
.pre-commit-config.yaml Moved to poetry dependency management 4 years ago
.readthedocs.yaml chore: updated build workflow 3 years ago
CHANGELOG.md 0.12.0 3 years ago
LICENSE Moved to poetry dependency management 4 years ago
README.md fix: updated to use python 3.10.7 3 years ago
activate.sh Moving to github workflows 4 years ago
generatestructs.py Moving to github workflows 4 years ago
poetry.lock chore: [ci] removed pkg_resources 3 years ago
poetry.toml Moved to poetry dependency management 4 years ago
pyproject.toml 0.12.0 3 years ago
pytest.ini Fixed variable syntax, some tests still required global account 4 years ago

README.md

Python 3.7+ async library for crypto.com/exchange API using httpx and websockets

Docs Build Status Test workflow Maintainability Test Coverage PyPI implementation PyPI pyversions PyPI license PyPI version fury.io PyPI download month Gitter

Documentation: https://cryptocom-exchange.rtfd.io

Exchange original API docs: https://exchange-docs.crypto.com

Description

pip install cryptocom-exchange or poetry add cryptocom-exchange

  • provides all methods to access crypto.com/exchange API (except for websockets temporary)
  • full test coverage on real exchange with real money
  • simple async methods with custom retries and timeouts

Please do not use secret keys, they used only for test purposes