isrpa 0.9.9__tar.gz → 1.0.0__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.1
2
2
  Name: isrpa
3
- Version: 0.9.9
3
+ Version: 1.0.0
4
4
  Summary: isrpa package
5
5
  Home-page: https://github.com/yourusername/mypackage
6
6
  Author: ysq
@@ -3,7 +3,7 @@ import os
3
3
  import requests
4
4
  from dotenv import load_dotenv
5
5
 
6
- load_dotenv("/isearch/.env", override=True)
6
+ load_dotenv("/isearch/aiAgent/.env", override=True)
7
7
  address = os.getenv("address")
8
8
  def store_key(key_name,key_value,user_name):
9
9
  """
@@ -4,7 +4,7 @@ import requests
4
4
  import tldextract
5
5
  from dotenv import load_dotenv
6
6
 
7
- load_dotenv("/isearch/.env", override=True)
7
+ load_dotenv("/isearch/aiAgent/.env", override=True)
8
8
  address = os.getenv("address")
9
9
  def getPath(user_name):
10
10
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isrpa
3
- Version: 0.9.9
3
+ Version: 1.0.0
4
4
  Summary: isrpa package
5
5
  Home-page: https://github.com/yourusername/mypackage
6
6
  Author: ysq
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='isrpa',
5
- version='0.9.9',
5
+ version='1.0.0',
6
6
  packages=find_packages(),
7
7
  install_requires=["requests", "tldextract"],
8
8
  author='ysq',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes