akatoollite 0.0.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.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 FarAwayJams
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: akatoollite
3
+ Version: 0.0.1
4
+ Summary: read descript thag writed by korean what write in github.
5
+ Home-page: https://github.com/FarAway6834/akatoolLite
6
+ Author: du7ec
7
+ Author-email: dutec6834@gmail.com
8
+ Classifier: Programming Language :: Python :: 3.7
9
+ Classifier: Programming Language :: Python :: 3.8
10
+ Classifier: Programming Language :: Python :: 3.9
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.14
16
+ Requires-Python: >=3.6
17
+ License-File: LICENSE
18
+ Requires-Dist: edprompt
19
+ Requires-Dist: lbdc
20
+ Requires-Dist: sympy
21
+ Dynamic: author
22
+ Dynamic: author-email
23
+ Dynamic: classifier
24
+ Dynamic: home-page
25
+ Dynamic: license-file
26
+ Dynamic: requires-dist
27
+ Dynamic: requires-python
28
+ Dynamic: summary
@@ -0,0 +1,27 @@
1
+ # akatoolLite
2
+
3
+ akatool의 lite ver
4
+
5
+ *`pip install akatoollite`*
6
+
7
+ ## README
8
+
9
+ confapp is not yet released
10
+
11
+ ## warning
12
+
13
+ 1. it use __builtin__ scope. (incognito chrome opener in windows, because of that env is win)
14
+ 2. __main__ also open a [codeup.kr] and then open python shell
15
+ 3. `akatool.confapp <conf.csv path>` open all link in `<conf.csv path>` then run __main__
16
+
17
+ ## 참고사항
18
+
19
+ ㅂㅅ같은 의존성을가진 edprompt페키지 사용하여서 프로그래밍하는 툴킷이었음, 그냥 설치 하나로 뚜따하는 ㅂㅅ같은짓을 했었음.
20
+
21
+ 그러나, 작성자의 학업 방황이 끝나고 나서, 그런 잣거리가 이상해보였기때문에, 걍 edprompt의존성에서 쓰이지도 않는 owopkg를 없에서 정상화함.
22
+
23
+ akatoollite에서는 쓰이지도 않는 ipitin의존성을 지움
24
+
25
+ 그렇게 akatoolLite라는 버전으로 바꿨고, 기존 akatool은 akatoolLite를 불러오는식으로 바꿀 생각임.
26
+
27
+ 또한, `http://c.x3.kro.kr`도메인이 만료되면서, 의미없는 url을 수정함.
@@ -0,0 +1,9 @@
1
+ import builtins as __builtin__
2
+ from sympy import abc as __vars__
3
+ import lbdc
4
+ import edprompt
5
+ import clro
6
+ from subpr.lib import __subpr__
7
+ __builtin__.v = __vars__
8
+ __builtin__.incognito = lambda x : __subpr__(f'start chrome --incognito {x}')
9
+ __all__, __version__ = ['__main__', 'confapp'], '0.0.1'
@@ -0,0 +1 @@
1
+ (lambda main : main() if __name__ == "__main__" else main)(lambda : (incognito('http://codeup.kr/loginpage.php'), __import__('subpr').lib.subpr('python')))
@@ -0,0 +1,12 @@
1
+ assert 0, "confapp is not yet released"
2
+
3
+ from csv import reader as __reader__
4
+ from sys import argv as _a
5
+ import akatoollite
6
+ def loader(f):
7
+ with open(f) as f:
8
+ for res in __reader__(f):
9
+ yield res
10
+ core = lambda conf : ([incognito(i) for i in loader(conf)], __import__('subpr').lib.subpr('python -m akatool'))
11
+ main = lambda : core(_a[1])
12
+ if __name__ == "__main__": main()
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: akatoollite
3
+ Version: 0.0.1
4
+ Summary: read descript thag writed by korean what write in github.
5
+ Home-page: https://github.com/FarAway6834/akatoolLite
6
+ Author: du7ec
7
+ Author-email: dutec6834@gmail.com
8
+ Classifier: Programming Language :: Python :: 3.7
9
+ Classifier: Programming Language :: Python :: 3.8
10
+ Classifier: Programming Language :: Python :: 3.9
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.14
16
+ Requires-Python: >=3.6
17
+ License-File: LICENSE
18
+ Requires-Dist: edprompt
19
+ Requires-Dist: lbdc
20
+ Requires-Dist: sympy
21
+ Dynamic: author
22
+ Dynamic: author-email
23
+ Dynamic: classifier
24
+ Dynamic: home-page
25
+ Dynamic: license-file
26
+ Dynamic: requires-dist
27
+ Dynamic: requires-python
28
+ Dynamic: summary
@@ -0,0 +1,11 @@
1
+ LICENSE
2
+ README.md
3
+ setup.py
4
+ akatoollite/__init__.py
5
+ akatoollite/__main__.py
6
+ akatoollite/confapp.py
7
+ akatoollite.egg-info/PKG-INFO
8
+ akatoollite.egg-info/SOURCES.txt
9
+ akatoollite.egg-info/dependency_links.txt
10
+ akatoollite.egg-info/requires.txt
11
+ akatoollite.egg-info/top_level.txt
@@ -0,0 +1,3 @@
1
+ edprompt
2
+ lbdc
3
+ sympy
@@ -0,0 +1 @@
1
+ akatoollite
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,24 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name='akatoollite',
5
+ version='0.0.1',
6
+ description='read descript thag writed by korean what write in github.',
7
+ author='du7ec',
8
+ author_email='dutec6834@gmail.com',
9
+ url='https://github.com/FarAway6834/akatoolLite',
10
+ install_requires=['edprompt', 'lbdc', 'sympy'],
11
+ packages=find_packages(exclude=[]),
12
+ python_requires='>=3.6',
13
+ package_data={},
14
+ classifiers=[
15
+ 'Programming Language :: Python :: 3.7',
16
+ 'Programming Language :: Python :: 3.8',
17
+ 'Programming Language :: Python :: 3.9',
18
+ 'Programming Language :: Python :: 3.10',
19
+ 'Programming Language :: Python :: 3.11',
20
+ 'Programming Language :: Python :: 3.12',
21
+ 'Programming Language :: Python :: 3.13',
22
+ 'Programming Language :: Python :: 3.14',
23
+ ],
24
+ )