toru-vault 0.1.0__tar.gz → 0.1.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toru-vault
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: ToruVault: A simple Python package for managing Bitwarden secrets
5
5
  Author: Toru AI
6
6
  Author-email: ToruAI <mpaszynski@toruai.com>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "toru-vault"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "ToruVault: A simple Python package for managing Bitwarden secrets"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="toru-vault",
5
- version='0.1.0',
5
+ version='0.1.1',
6
6
  packages=["toru_vault"],
7
7
  install_requires=[
8
8
  "bitwarden-sdk",
@@ -3,9 +3,6 @@ Tests for the lazy dictionary implementation in the vault package.
3
3
  """
4
4
  from unittest.mock import MagicMock
5
5
 
6
- from toru_vault.lazy_dict import LazySecretsDict
7
-
8
-
9
6
  class TestLazySecretsDict:
10
7
  """Test the LazySecretsDict class."""
11
8
 
@@ -7,7 +7,6 @@ from unittest.mock import patch, MagicMock
7
7
 
8
8
  import toru_vault as vault
9
9
 
10
-
11
10
  class TestVaultCore:
12
11
  """Test core functionality of the vault package."""
13
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toru-vault
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: ToruVault: A simple Python package for managing Bitwarden secrets
5
5
  Author: Toru AI
6
6
  Author-email: ToruAI <mpaszynski@toruai.com>
File without changes
File without changes
File without changes
File without changes