Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Jentic API Tools - Common

Shared types, Pydantic models, centralized configuration, and utility functions for the Jentic API Tools monorepo. Every other package depends on this one.

Key Features

The common package defines the core type aliases (SpecType, SpecFormat, SpecVersion) used throughout the project, along with all Pydantic request/response models for the processing pipeline. It provides a centralized Settings class built on pydantic-settings that reads configuration from environment variables and .env files, with nested sections for LLM, API, jobs, pipeline, CLI, and public APIs configuration. The PublicApisSettings section configures GitHub integration for the public APIs catalog (token, repository, base branch, and catalog URL). Utility modules provide consistent logging via get_module_logger with configurable rotating file output, spec reordering, file I/O helpers, and CPU detection for parallelism. File logging is disabled by default and can be enabled via LOG_FILE_ENABLED=true for long-running servers; when enabled it uses a RotatingFileHandler (default 10 MB, 3 backups).

Dependencies

No internal dependencies. External: pydantic, pydantic-settings, python-dotenv, jentic-openapi-validator.

Installation

pip install jentic-apitools-common

Quick Start

from jentic.apitools.common.types import SpecType, SpecFormat
from jentic.apitools.common.settings import settings

print(settings.llm.provider)        # "BEDROCK"
print(settings.api.port)            # 8000
print(settings.jobs.storage_backend) # "memory"

Testing

pytest tests -v

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jentic_apitools_common-1.0.0a25.tar.gz (27.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jentic_apitools_common-1.0.0a25-py3-none-any.whl (31.9 kB view details)

Uploaded Python 3

File details

Details for the file jentic_apitools_common-1.0.0a25.tar.gz.

File metadata

File hashes

Hashes for jentic_apitools_common-1.0.0a25.tar.gz
Algorithm Hash digest
SHA256 803e23775af28b0147c0aa99a083ca3a7514b93c9211f97be17167dfb6bc6271
MD5 4e313886536e231bf2e9513e5c7cb1b7
BLAKE2b-256 59f905b3ed80f9cb762705265ed33bd6416d3c5a1a02128e09ed2f1c33008bf7

See more details on using hashes here.

File details

Details for the file jentic_apitools_common-1.0.0a25-py3-none-any.whl.

File metadata

File hashes

Hashes for jentic_apitools_common-1.0.0a25-py3-none-any.whl
Algorithm Hash digest
SHA256 377fbe34013746932cd41a1fb56d6cd914bdc4d66c352da2c43ef90d37528b18
MD5 1b5a7819d549f41f245e2178c4598ada
BLAKE2b-256 f624d912bf24dbb3a27af6b0ebbeea03149e7bf789a15747dd634012684eeadc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page