abstract-github 0.0.0.1__tar.gz → 0.0.0.2__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.
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/LICENSE +0 -0
- abstract_github-0.0.0.2/PKG-INFO +63 -0
- abstract_github-0.0.0.2/README.md +36 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/setup.py +27 -27
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github/__init__.py +0 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github/call_manager.py +0 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github/rate_limiter.py +0 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github/safe_call_data.py +0 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github/utils.py +0 -0
- abstract_github-0.0.0.2/src/abstract_github.egg-info/PKG-INFO +63 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github.egg-info/SOURCES.txt +2 -1
- abstract_github-0.0.0.2/tests/test.py +1 -0
- abstract_github-0.0.0.1/PKG-INFO +0 -18
- abstract_github-0.0.0.1/README.md +0 -1
- abstract_github-0.0.0.1/src/abstract_github.egg-info/PKG-INFO +0 -18
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/setup.cfg +0 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github.egg-info/dependency_links.txt +0 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github.egg-info/requires.txt +0 -0
- {abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github.egg-info/top_level.txt +0 -0
|
File without changes
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: abstract_github
|
|
3
|
+
Version: 0.0.0.2
|
|
4
|
+
Summary: abstract_github is a Python module that serves aggregates github data
|
|
5
|
+
Home-page: https://github.com/AbstractEndeavors/abstract_ai
|
|
6
|
+
Author: putkoff
|
|
7
|
+
Author-email: partners@abstractendeavors.com
|
|
8
|
+
Classifier: Development Status :: 3 - Alpha
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Requires-Python: >=3.6
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
License-File: LICENSE
|
|
16
|
+
Requires-Dist: abstract_utilities
|
|
17
|
+
Dynamic: author
|
|
18
|
+
Dynamic: author-email
|
|
19
|
+
Dynamic: classifier
|
|
20
|
+
Dynamic: description
|
|
21
|
+
Dynamic: description-content-type
|
|
22
|
+
Dynamic: home-page
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
Dynamic: requires-dist
|
|
25
|
+
Dynamic: requires-python
|
|
26
|
+
Dynamic: summary
|
|
27
|
+
|
|
28
|
+
# Unknown Package (vUnknown Version)
|
|
29
|
+
|
|
30
|
+
No description available
|
|
31
|
+
|
|
32
|
+
## Installation
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
pip install Unknown Package
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Dependencies
|
|
39
|
+
|
|
40
|
+
None
|
|
41
|
+
|
|
42
|
+
## Modules
|
|
43
|
+
|
|
44
|
+
### src/abstract_github/call_manager.py
|
|
45
|
+
|
|
46
|
+
Description of script based on prompt: You are analyzing a Python script 'call_manager.py (mock response)
|
|
47
|
+
|
|
48
|
+
### src/abstract_github/safe_call_data.py
|
|
49
|
+
|
|
50
|
+
Description of script based on prompt: You are analyzing a Python script 'safe_call_data. (mock response)
|
|
51
|
+
|
|
52
|
+
### src/abstract_github/__init__.py
|
|
53
|
+
|
|
54
|
+
Description of script based on prompt: You are analyzing a Python script '__init__.py' lo (mock response)
|
|
55
|
+
|
|
56
|
+
### src/abstract_github/rate_limiter.py
|
|
57
|
+
|
|
58
|
+
Description of script based on prompt: You are analyzing a Python script 'rate_limiter.py (mock response)
|
|
59
|
+
|
|
60
|
+
### src/abstract_github/utils.py
|
|
61
|
+
|
|
62
|
+
Description of script based on prompt: You are analyzing a Python script 'utils.py' locat (mock response)
|
|
63
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Unknown Package (vUnknown Version)
|
|
2
|
+
|
|
3
|
+
No description available
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
pip install Unknown Package
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Dependencies
|
|
12
|
+
|
|
13
|
+
None
|
|
14
|
+
|
|
15
|
+
## Modules
|
|
16
|
+
|
|
17
|
+
### src/abstract_github/call_manager.py
|
|
18
|
+
|
|
19
|
+
Description of script based on prompt: You are analyzing a Python script 'call_manager.py (mock response)
|
|
20
|
+
|
|
21
|
+
### src/abstract_github/safe_call_data.py
|
|
22
|
+
|
|
23
|
+
Description of script based on prompt: You are analyzing a Python script 'safe_call_data. (mock response)
|
|
24
|
+
|
|
25
|
+
### src/abstract_github/__init__.py
|
|
26
|
+
|
|
27
|
+
Description of script based on prompt: You are analyzing a Python script '__init__.py' lo (mock response)
|
|
28
|
+
|
|
29
|
+
### src/abstract_github/rate_limiter.py
|
|
30
|
+
|
|
31
|
+
Description of script based on prompt: You are analyzing a Python script 'rate_limiter.py (mock response)
|
|
32
|
+
|
|
33
|
+
### src/abstract_github/utils.py
|
|
34
|
+
|
|
35
|
+
Description of script based on prompt: You are analyzing a Python script 'utils.py' locat (mock response)
|
|
36
|
+
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
from time import time
|
|
2
|
-
import setuptools
|
|
3
|
-
with open("README.md", "r", encoding="utf-8") as fh:
|
|
4
|
-
long_description = fh.read()
|
|
5
|
-
setuptools.setup(
|
|
6
|
-
name='abstract_github',
|
|
7
|
-
version='0.0.0.
|
|
8
|
-
author='putkoff',
|
|
9
|
-
author_email='partners@abstractendeavors.com',
|
|
10
|
-
description="abstract_github is a Python module that serves aggregates github data",
|
|
11
|
-
long_description=long_description,
|
|
12
|
-
long_description_content_type='text/markdown',
|
|
13
|
-
url='https://github.com/AbstractEndeavors/abstract_ai',
|
|
14
|
-
classifiers=[
|
|
15
|
-
'Development Status :: 3 - Alpha',
|
|
16
|
-
'Intended Audience :: Developers',
|
|
17
|
-
'License :: OSI Approved :: MIT License',
|
|
18
|
-
'Programming Language :: Python :: 3',
|
|
19
|
-
'Programming Language :: Python :: 3.11',
|
|
20
|
-
],
|
|
21
|
-
install_requires=['abstract_utilities'],
|
|
22
|
-
package_dir={"": "src"},
|
|
23
|
-
packages=setuptools.find_packages(where="src"),
|
|
24
|
-
python_requires=">=3.6",
|
|
25
|
-
# Add this line to include wheel format in your distribution
|
|
26
|
-
setup_requires=['wheel'],
|
|
27
|
-
)
|
|
1
|
+
from time import time
|
|
2
|
+
import setuptools
|
|
3
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
4
|
+
long_description = fh.read()
|
|
5
|
+
setuptools.setup(
|
|
6
|
+
name='abstract_github',
|
|
7
|
+
version='0.0.0.2',
|
|
8
|
+
author='putkoff',
|
|
9
|
+
author_email='partners@abstractendeavors.com',
|
|
10
|
+
description="abstract_github is a Python module that serves aggregates github data",
|
|
11
|
+
long_description=long_description,
|
|
12
|
+
long_description_content_type='text/markdown',
|
|
13
|
+
url='https://github.com/AbstractEndeavors/abstract_ai',
|
|
14
|
+
classifiers=[
|
|
15
|
+
'Development Status :: 3 - Alpha',
|
|
16
|
+
'Intended Audience :: Developers',
|
|
17
|
+
'License :: OSI Approved :: MIT License',
|
|
18
|
+
'Programming Language :: Python :: 3',
|
|
19
|
+
'Programming Language :: Python :: 3.11',
|
|
20
|
+
],
|
|
21
|
+
install_requires=['abstract_utilities'],
|
|
22
|
+
package_dir={"": "src"},
|
|
23
|
+
packages=setuptools.find_packages(where="src"),
|
|
24
|
+
python_requires=">=3.6",
|
|
25
|
+
# Add this line to include wheel format in your distribution
|
|
26
|
+
setup_requires=['wheel'],
|
|
27
|
+
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: abstract_github
|
|
3
|
+
Version: 0.0.0.2
|
|
4
|
+
Summary: abstract_github is a Python module that serves aggregates github data
|
|
5
|
+
Home-page: https://github.com/AbstractEndeavors/abstract_ai
|
|
6
|
+
Author: putkoff
|
|
7
|
+
Author-email: partners@abstractendeavors.com
|
|
8
|
+
Classifier: Development Status :: 3 - Alpha
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Requires-Python: >=3.6
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
License-File: LICENSE
|
|
16
|
+
Requires-Dist: abstract_utilities
|
|
17
|
+
Dynamic: author
|
|
18
|
+
Dynamic: author-email
|
|
19
|
+
Dynamic: classifier
|
|
20
|
+
Dynamic: description
|
|
21
|
+
Dynamic: description-content-type
|
|
22
|
+
Dynamic: home-page
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
Dynamic: requires-dist
|
|
25
|
+
Dynamic: requires-python
|
|
26
|
+
Dynamic: summary
|
|
27
|
+
|
|
28
|
+
# Unknown Package (vUnknown Version)
|
|
29
|
+
|
|
30
|
+
No description available
|
|
31
|
+
|
|
32
|
+
## Installation
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
pip install Unknown Package
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Dependencies
|
|
39
|
+
|
|
40
|
+
None
|
|
41
|
+
|
|
42
|
+
## Modules
|
|
43
|
+
|
|
44
|
+
### src/abstract_github/call_manager.py
|
|
45
|
+
|
|
46
|
+
Description of script based on prompt: You are analyzing a Python script 'call_manager.py (mock response)
|
|
47
|
+
|
|
48
|
+
### src/abstract_github/safe_call_data.py
|
|
49
|
+
|
|
50
|
+
Description of script based on prompt: You are analyzing a Python script 'safe_call_data. (mock response)
|
|
51
|
+
|
|
52
|
+
### src/abstract_github/__init__.py
|
|
53
|
+
|
|
54
|
+
Description of script based on prompt: You are analyzing a Python script '__init__.py' lo (mock response)
|
|
55
|
+
|
|
56
|
+
### src/abstract_github/rate_limiter.py
|
|
57
|
+
|
|
58
|
+
Description of script based on prompt: You are analyzing a Python script 'rate_limiter.py (mock response)
|
|
59
|
+
|
|
60
|
+
### src/abstract_github/utils.py
|
|
61
|
+
|
|
62
|
+
Description of script based on prompt: You are analyzing a Python script 'utils.py' locat (mock response)
|
|
63
|
+
|
{abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github.egg-info/SOURCES.txt
RENAMED
|
@@ -10,4 +10,5 @@ src/abstract_github.egg-info/PKG-INFO
|
|
|
10
10
|
src/abstract_github.egg-info/SOURCES.txt
|
|
11
11
|
src/abstract_github.egg-info/dependency_links.txt
|
|
12
12
|
src/abstract_github.egg-info/requires.txt
|
|
13
|
-
src/abstract_github.egg-info/top_level.txt
|
|
13
|
+
src/abstract_github.egg-info/top_level.txt
|
|
14
|
+
tests/test.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from imports import *
|
abstract_github-0.0.0.1/PKG-INFO
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: abstract_github
|
|
3
|
-
Version: 0.0.0.1
|
|
4
|
-
Summary: abstract_github is a Python module that serves aggregates github data
|
|
5
|
-
Home-page: https://github.com/AbstractEndeavors/abstract_ai
|
|
6
|
-
Author: putkoff
|
|
7
|
-
Author-email: partners@abstractendeavors.com
|
|
8
|
-
Classifier: Development Status :: 3 - Alpha
|
|
9
|
-
Classifier: Intended Audience :: Developers
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
-
Requires-Python: >=3.6
|
|
14
|
-
Description-Content-Type: text/markdown
|
|
15
|
-
License-File: LICENSE
|
|
16
|
-
Requires-Dist: abstract_utilities
|
|
17
|
-
|
|
18
|
-
#magnets who invented them; how do they work?
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#magnets who invented them; how do they work?
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: abstract_github
|
|
3
|
-
Version: 0.0.0.1
|
|
4
|
-
Summary: abstract_github is a Python module that serves aggregates github data
|
|
5
|
-
Home-page: https://github.com/AbstractEndeavors/abstract_ai
|
|
6
|
-
Author: putkoff
|
|
7
|
-
Author-email: partners@abstractendeavors.com
|
|
8
|
-
Classifier: Development Status :: 3 - Alpha
|
|
9
|
-
Classifier: Intended Audience :: Developers
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
-
Requires-Python: >=3.6
|
|
14
|
-
Description-Content-Type: text/markdown
|
|
15
|
-
License-File: LICENSE
|
|
16
|
-
Requires-Dist: abstract_utilities
|
|
17
|
-
|
|
18
|
-
#magnets who invented them; how do they work?
|
|
File without changes
|
|
File without changes
|
{abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github.egg-info/requires.txt
RENAMED
|
File without changes
|
{abstract_github-0.0.0.1 → abstract_github-0.0.0.2}/src/abstract_github.egg-info/top_level.txt
RENAMED
|
File without changes
|