kodit 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
kodit/_version.py CHANGED
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.1'
21
- __version_tuple__ = version_tuple = (0, 1, 1)
20
+ __version__ = version = '0.1.2'
21
+ __version_tuple__ = version_tuple = (0, 1, 2)
kodit/alembic/env.py CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  import asyncio
5
5
 
6
+ import structlog
6
7
  from alembic import context
7
8
  from sqlalchemy import pool
8
9
  from sqlalchemy.engine import Connection
@@ -65,6 +66,8 @@ async def run_async_migrations() -> None:
65
66
  prefix="sqlalchemy.",
66
67
  poolclass=pool.NullPool,
67
68
  )
69
+ log = structlog.get_logger(__name__)
70
+ log.debug("Running migrations on %s", connectable.url)
68
71
 
69
72
  async with connectable.connect() as connection:
70
73
  await connection.run_sync(do_run_migrations)
kodit/config.py ADDED
@@ -0,0 +1,5 @@
1
+ """Configuration for the kodit project."""
2
+
3
+ from pathlib import Path
4
+
5
+ DATA_DIR = Path.home() / ".kodit"
kodit/database.py CHANGED
@@ -4,7 +4,6 @@ import asyncio
4
4
  from collections.abc import AsyncGenerator, Callable
5
5
  from datetime import UTC, datetime
6
6
  from functools import wraps
7
- from pathlib import Path
8
7
  from typing import Any, TypeVar
9
8
 
10
9
  from alembic import command
@@ -18,8 +17,9 @@ from sqlalchemy.ext.asyncio import (
18
17
  )
19
18
  from sqlalchemy.orm import DeclarativeBase, Mapped, mapped_column
20
19
 
20
+ from kodit.config import DATA_DIR
21
+
21
22
  # Constants
22
- DATA_DIR = Path.cwd() / ".kodit"
23
23
  DB_URL = f"sqlite+aiosqlite:///{DATA_DIR}/kodit.db"
24
24
 
25
25
  # Create data directory if it doesn't exist
@@ -81,5 +81,7 @@ def with_session(func: Callable[..., T]) -> Callable[..., T]:
81
81
  def configure_database() -> None:
82
82
  """Configure the database by initializing it and running any pending migrations."""
83
83
  # Create Alembic configuration and run migrations
84
- alembic_cfg = Config("alembic.ini")
84
+ alembic_cfg = Config()
85
+ alembic_cfg.set_main_option("script_location", "src/kodit/alembic")
86
+ alembic_cfg.set_main_option("sqlalchemy.url", DB_URL)
85
87
  command.upgrade(alembic_cfg, "head")
kodit/sources/service.py CHANGED
@@ -18,10 +18,11 @@ import structlog
18
18
  from tqdm import tqdm
19
19
  from uritools import isuri, urisplit
20
20
 
21
+ from kodit.config import DATA_DIR
21
22
  from kodit.sources.models import File, Source
22
23
  from kodit.sources.repository import SourceRepository
23
24
 
24
- CLONE_DIR = Path(".kodit/clones").expanduser().resolve()
25
+ CLONE_DIR = DATA_DIR / "clones"
25
26
 
26
27
 
27
28
  class SourceView(pydantic.BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kodit
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Code indexing for better AI code generation
5
5
  Project-URL: Homepage, https://docs.helixml.tech/kodit/
6
6
  Project-URL: Documentation, https://docs.helixml.tech/kodit/
@@ -1,16 +1,17 @@
1
1
  kodit/.gitignore,sha256=ztkjgRwL9Uud1OEi36hGQeDGk3OLK1NfDEO8YqGYy8o,11
2
2
  kodit/__init__.py,sha256=aEKHYninUq1yh6jaNfvJBYg-6fenpN132nJt1UU6Jxs,59
3
- kodit/_version.py,sha256=Mmxse1R0ki5tjz9qzU8AQyqUsLt8nTyCAbYQp8R87PU,511
3
+ kodit/_version.py,sha256=bSmADqydH8nBu-J4lG8UVuR7hnU_zcwhnSav2oQ0W0A,511
4
4
  kodit/app.py,sha256=FBAeeOz2CICvVN_27iMq9wEF9y8d1IDl0WmkEnM_M_U,699
5
5
  kodit/cli.py,sha256=2hNz05I6vryhkGqwMXlg_GKVAzhMmS_v8H2Nl6oxBZ4,5696
6
- kodit/database.py,sha256=aHiBYoHToNR66n7AH4_yzh1rRbcezZdMpCyE9od749E,2297
6
+ kodit/config.py,sha256=Wq9MlxOnOA3p9mgIzsq-s7N57_GFVIOMML-4GFINmqE,104
7
+ kodit/database.py,sha256=QGfqcDVAhSed67-ubMZyjsNR4shh6DmMFCdKg6H54yc,2391
7
8
  kodit/logging.py,sha256=dQr4YXVH8_B52V0wXbBrn_HvH4QpO-fsi0C3JPWzn0Y,5022
8
9
  kodit/mcp.py,sha256=Sg7Waes9Z7HYzdglspG92dGhTVtb1lEaEKW-vlaUCXg,1488
9
10
  kodit/middleware.py,sha256=NHLrqq20ZtPTE9esX9HD3z7EKi56_QTFxBlkdq0JDzQ,2138
10
11
  kodit/sse.py,sha256=UgwXJUeFq5D5S9KYKVVg4m6P0-_QHnJOCRRQB8XNR-M,2259
11
12
  kodit/alembic/README,sha256=ISVtAOvqvKk_5ThM5ioJE-lMkvf9IbknFUFVU_vPma4,58
12
13
  kodit/alembic/__init__.py,sha256=lP5MuwlyWRMO6UcDWnQcQ3G-GYHcFb6rl9gYPHJ1sjo,40
13
- kodit/alembic/env.py,sha256=Uf3dh6oSECR2cHR8JWwiZuDYq2fhrZGsYo-0VpY_dvU,2273
14
+ kodit/alembic/env.py,sha256=WnmwmN6wKEThI17b-VPDkRq-nKfmaT6nRLabc2VM1oM,2390
14
15
  kodit/alembic/script.py.mako,sha256=zWziKtiwYKEWuwPV_HBNHwa9LCT45_bi01-uSNFaOOE,703
15
16
  kodit/alembic/versions/85155663351e_initial.py,sha256=Cg7zlF871o9ShV5rQMQ1v7hRV7fI59veDY9cjtTrs-8,3306
16
17
  kodit/alembic/versions/__init__.py,sha256=9-lHzptItTzq_fomdIRBegQNm4Znx6pVjwD4MiqRIdo,36
@@ -24,9 +25,9 @@ kodit/retreival/service.py,sha256=Iy9IBLhohQmypeOs0hDEjgr1hsr0xtaiMqjIzykFWrY,72
24
25
  kodit/sources/__init__.py,sha256=1NTZyPdjThVQpZO1Mp1ColVsS7sqYanOVLqnoqV9Ipo,83
25
26
  kodit/sources/models.py,sha256=xb42CaNDO1CUB8SIW-xXMrB6Ji8cFw-yeJ550xBEg9Q,2398
26
27
  kodit/sources/repository.py,sha256=mGJrHWH6Uo8YABdoojHFbzaf_jW-2ywJpAHIa1gnc3U,3401
27
- kodit/sources/service.py,sha256=z35sDvwI_lSeODz-tIRHnfkJti_scdI_XOmP2XlopK4,6713
28
- kodit-0.1.1.dist-info/METADATA,sha256=81XOTbiqcMoia4RU-p6aA6ZmdYa1jWYzpJPkBwpIosc,2019
29
- kodit-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- kodit-0.1.1.dist-info/entry_points.txt,sha256=hoTn-1aKyTItjnY91fnO-rV5uaWQLQ-Vi7V5et2IbHY,40
31
- kodit-0.1.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
32
- kodit-0.1.1.dist-info/RECORD,,
28
+ kodit/sources/service.py,sha256=khrz3UH6hNTYwXMFosGc46trcb8Sm0dTPwvptbgRgwM,6722
29
+ kodit-0.1.2.dist-info/METADATA,sha256=6HY81RDuu6MXJkq_1sCrcVU2C5zsrElYMbnouji2npY,2019
30
+ kodit-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
31
+ kodit-0.1.2.dist-info/entry_points.txt,sha256=hoTn-1aKyTItjnY91fnO-rV5uaWQLQ-Vi7V5et2IbHY,40
32
+ kodit-0.1.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
33
+ kodit-0.1.2.dist-info/RECORD,,
File without changes