root/public/: luna-cow-0.6.18 metadata and description

Simple index Newer version available

Crutches on wheels by visionlabs

author visionlabs
classifiers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
description_content_type text/markdown
requires_dist
  • chardet
  • python-dateutil
  • SQLAlchemy (<1.4) ; extra == "db"
  • cachetools
  • shapely ; extra == "db"
  • apscheduler
  • alembic ; extra == "db"
  • pyzmq
  • tzlocal
  • docker
  • asyncpg ; extra == "db"
  • cx_oracle ; extra == "db"
  • aiosignal
  • luna-plugins
  • luna3
  • configs-core
  • luna-libs (>=0.1.12)
  • luna-utils
  • geo-utils ; extra == "db"
  • ormsgpack
  • jsonschema-rs
  • redis[hiredis]
requires_python >=3.10,<4.0
File Tox results History
luna_cow-0.6.18-py3-none-any.whl
Size
139 KB
Type
Python Wheel
Python
3
luna_cow-0.6.18.tar.gz
Size
106 KB
Type
Source

About

Project contatins Luna services common parts.

Tests

The project has unittests.

Requirements

Install the dependencies from pyproject.toml.

Running tests

pytest --config tests/app/config.conf

Notes

Tests are heavily depends on module pytest-sanic, which makes some magic behind the scenes - runs coroutines and setup sanic server. Please note, any async tests that use fixture 'app' should include 'loop' fixture as well.