...
This commit is contained in:
12
herolib.egg-info/PKG-INFO
Normal file
12
herolib.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,12 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: herolib
|
||||
Version: 0.1.0
|
||||
Summary: A Python library for HeroCode
|
||||
Author-email: Kilo Code <kilo.code@example.com>
|
||||
Requires-Python: >=3.8
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
# herolib_python
|
||||
|
||||
see also ~/code/git.ourworld.tf/tfgrid_research/tfdev
|
||||
has some usefull stuff as well
|
78
herolib.egg-info/SOURCES.txt
Normal file
78
herolib.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,78 @@
|
||||
README.md
|
||||
pyproject.toml
|
||||
herolib.egg-info/PKG-INFO
|
||||
herolib.egg-info/SOURCES.txt
|
||||
herolib.egg-info/dependency_links.txt
|
||||
herolib.egg-info/top_level.txt
|
||||
lib/__init__.py
|
||||
lib/clients/__init__.py
|
||||
lib/clients/assemblyai/__init__.py
|
||||
lib/clients/assemblyai/client.py
|
||||
lib/clients/stellar/__init__.py
|
||||
lib/clients/stellar/horizon.py
|
||||
lib/clients/stellar/model.py
|
||||
lib/clients/stellar/testnet.py
|
||||
lib/clients/telegram/__init__.py
|
||||
lib/clients/telegram/bot.py
|
||||
lib/clients/telegram/bot_audio.py
|
||||
lib/clients/telegram/bot_text.py
|
||||
lib/clients/telegram/errorqueue.py
|
||||
lib/clients/vimeo/__init__.py
|
||||
lib/clients/vimeo/client.py
|
||||
lib/clients/vimeo/model_video.py
|
||||
lib/clients/whisper/__init__.py
|
||||
lib/clients/whisper/convert.py
|
||||
lib/clients/whisper/whisper.py
|
||||
lib/clients/wireless/__init__.py
|
||||
lib/clients/wireless/wigle_net.py
|
||||
lib/core/__init__.py
|
||||
lib/core/heroscript/__init__.py
|
||||
lib/core/heroscript/heroaction.py
|
||||
lib/core/heroscript/heroscripts.py
|
||||
lib/core/heroscript/mixin.py
|
||||
lib/core/heroscript/tools.py
|
||||
lib/core/heroscript/examples/__init__.py
|
||||
lib/core/heroscript/examples/heroscript_example.py
|
||||
lib/core/heroscript/examples/heroscript_example2.py
|
||||
lib/core/heroscript/examples/wiki/__init__.py
|
||||
lib/core/heroscript/examples/wiki/sub/__init__.py
|
||||
lib/core/logger/__init__.py
|
||||
lib/core/logger/factory.py
|
||||
lib/core/logger/log.py
|
||||
lib/core/logger/log_test.py
|
||||
lib/core/logger/model.py
|
||||
lib/core/logger/search.py
|
||||
lib/core/loghandler/__init__.py
|
||||
lib/core/loghandler/mylogging.py
|
||||
lib/core/pathlib/__init__.py
|
||||
lib/core/pathlib/pathlib.py
|
||||
lib/core/texttools/__init__.py
|
||||
lib/core/texttools/texttools.py
|
||||
lib/crypt/__init__.py
|
||||
lib/crypt/box/__init__.py
|
||||
lib/crypt/box/box.py
|
||||
lib/crypt/box/box_api.py
|
||||
lib/data/__init__.py
|
||||
lib/data/ourtime/__init__.py
|
||||
lib/data/ourtime/ourtime.py
|
||||
lib/downloader/__init__.py
|
||||
lib/downloader/scrape_dynamic/dynamic_crawl.py
|
||||
lib/downloader/scrape_scapegraph/main.py
|
||||
lib/downloader/scrape_scapegraph/scrape.py
|
||||
lib/downloader/scrape_scapegraph/scrape_md.py
|
||||
lib/downloader/scrape_scapegraph/scrape_search.py
|
||||
lib/downloader/scrape_scapegraph/scrape_with_local_llm.py
|
||||
lib/downloader/scrape_scapegraph/scrape_with_local_llm_search.py
|
||||
lib/tools/__init__.py
|
||||
lib/tools/extensions.py
|
||||
lib/tools/gitscanner.py
|
||||
lib/tools/logger.py
|
||||
lib/tools/md5.py
|
||||
lib/tools/ourtime.py
|
||||
lib/tools/pathtools.py
|
||||
lib/tools/texttools.py
|
||||
lib/web/__init__.py
|
||||
lib/web/doctools/__init__.py
|
||||
lib/web/doctools/html_replacer.py
|
||||
lib/web/doctools/md_replacer.py
|
||||
lib/web/doctools/processor.py
|
1
herolib.egg-info/dependency_links.txt
Normal file
1
herolib.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
1
herolib.egg-info/top_level.txt
Normal file
1
herolib.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
lib
|
Reference in New Issue
Block a user