Skip to main content

🚀Python client of clerk.

Project description

🛑 We are building the basic architecture of pyclerk, so stay tuned for the initial release.

pcao

Build status Python Version Dependencies Status

Code style: ruff Pre-commit Semantic Versions License Coverage Report

A simple way to use langchain framework.

Quick Start

pip install clerk

Development in local environment

Conda package manager is recommended. Create a conda environment.

conda create -n clerk python==3.10

Activate conda environment and install poetry

conda activate clerk
pip install poetry

Makefile usage

Makefile contains a lot of functions for faster development.

Install all dependencies and pre-commit hooks

Install requirements:

make install

Pre-commit hooks coulb be installed after git init via

make pre-commit-install

Codestyle and type checks

Automatic formatting uses ruff.

make polish-codestyle

# or use synonym
make formatting

Codestyle checks only, without rewriting files:

make check-codestyle

Note: check-codestyle uses ruff and darglint library

Code security

If this command is not selected during installation, it cannnot be used.

make check-safety

This command launches Poetry integrity checks as well as identifies security issues with Safety and Bandit.

make check-safety

Tests with coverage badges

Run pytest

make test

All linters

Of course there is a command to run all linters in one:

make lint

the same as:

make check-codestyle && make test && make check-safety

Docker

make docker-build

which is equivalent to:

make docker-build VERSION=latest

Remove docker image with

make docker-remove

More information about docker.

Cleanup

Delete pycache files

make pycache-remove

Remove package build

make build-remove

Delete .DS_STORE files

make dsstore-remove

Remove .mypycache

make mypycache-remove

Or to remove all above run:

make cleanup

🛡 License

License

This project is licensed under the terms of the MIT license. See LICENSE for more details.

Credits 🚀 Your next Python package needs a bleeding-edge project structure.

This project was generated with P3G

Project details


Download files

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

Source Distribution

python_clerk-0.0.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

python_clerk-0.0.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file python_clerk-0.0.1.tar.gz.

File metadata

  • Download URL: python_clerk-0.0.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.5 Windows/10

File hashes

Hashes for python_clerk-0.0.1.tar.gz
Algorithm Hash digest
SHA256 86057fa3cdd9f9814021eba89b8b39f8f4fdb3ce033fc54d50780f10584ab3c9
MD5 aa2c66c0033aa675ebce73a06e7e8e70
BLAKE2b-256 8e651dafacceaf29622f43f6b988126d6f75df51d0f77234c7ddb1bec371c598

See more details on using hashes here.

File details

Details for the file python_clerk-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: python_clerk-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.5 Windows/10

File hashes

Hashes for python_clerk-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 245df0e6fdbd236d11451b48f2c6c2c37bd6d2fd05d70df6f2de5eb803c226e3
MD5 33a68b9de9831d7d151b06a9f9c534f0
BLAKE2b-256 3579ad63498fb9ba9fa5bdef08b43fafa8385384a533309ce80d1d3ead6a14e2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page