code-ingest

View on PyPIReverse Dependencies (0)

0.7.0 code_ingest-0.7.0-py3-none-any.whl

Wheel Details

Project: code-ingest
Version: 0.7.0
Filename: code_ingest-0.7.0-py3-none-any.whl
Download: [link]
Size: 25352
MD5: e1617a94f2710774f5aec89e46aad30b
SHA256: 8789e2b40a812fda79167227619f943ba1e70914a1019c33d8d80fb53abbb233
Uploaded: 2020-12-29 19:36:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: code-ingest
Version: 0.7.0
Summary: This runs code in a time-limited, offline docker container and returns the results.
Author: RACTF Contributors
Home-Page: https://github.com/ractf/code-ingest
Project-Url: Repository, https://github.com/ractf/code-ingest
License: AGPL-3.0-only
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Requires-Python: >=3.9,<4.0
Requires-Dist: docker
Requires-Dist: starlette
Requires-Dist: uvicorn
Description-Content-Type: text/markdown
[Description omitted; length: 2589 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
code_ingest/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
code_ingest/__main__.py sha256=2m1pMamOBK2KuWwcyhZnRCR3k6_jsKoSwJ_bEk4HdKU 309
code_ingest/ingest_server.py sha256=8ovcICAcOhjeuyp6TO0GxvB649FPMFaLV_EgaN1KLzo 5690
code_ingest/pipeline.py sha256=xPd5heVj5BB8NAaQUpDiGovd2-FZoyCHp8WNlPmPl7w 10029
docker-build/Dockerfile sha256=EBzye47fiH8t1NDgYmzRLi0zSAkMPp166u7yOmvxTJ8 1783
setup-code/0.sh sha256=DXWorbLLZyeqOS63n0mlB11oTzbX2G9WhCAuAbzifyI 57
setup-code/0blank.sh sha256=qAdtPSjSHgIBKyDq99v3VAmmJ3E0Q5Al8oLjaOMwWr8 10
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/apply_kernel_tunables_sysctl.sh sha256=yRaHLnwtFKu0ljcuG64-xgUj4D75t2hLyd62P4OnKfc 930
tests/functionality_check.py sha256=FolV9xzJWE7dty_d8e2NUZXNP1n899XpsOIgAAKNs18 6596
code_ingest-0.7.0.dist-info/entry_points.txt sha256=d3bSgbtCT2sRZ3Xjn5bGuXfl0c0zXdzyN-ZchjXaDBA 108
code_ingest-0.7.0.dist-info/LICENSE sha256=Tk3AdwXUgxM562KIxNLEMD8H95kz4BeSXha1OuI72h0 33896
code_ingest-0.7.0.dist-info/WHEEL sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U 83
code_ingest-0.7.0.dist-info/METADATA sha256=vvtdmotlwTm4ZyhOMKs87CM69Y0ACZOSR5S1zL-QyF0 3474
code_ingest-0.7.0.dist-info/RECORD

entry_points.txt

ingest_server = code_ingest.__main__:main
ingest_tests = tests.functionality_check:run_tests