Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 #19

Merged
merged 2 commits into from
Aug 13, 2021
Merged

pip3 #19

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Migrate to pip3
  • Loading branch information
KritantaDev authored and KritantaDev committed Aug 12, 2021
commit 4e50e89c1f69b70381e2c2215b789527793b87bc
2 changes: 2 additions & 0 deletions extractor.py → bin/dyldex
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import progressbar
import argparse
import pathlib
2 changes: 2 additions & 0 deletions extract_all_images.py → bin/dyldex_all
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import argparse
import io
import logging
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"wheel",
"progressbar2"
]
build-backend = "setuptools.build_meta"
27 changes: 27 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[metadata]
name = dyldextractor
version = 1.0.0
author = arandomdev
author_email = arandomdev@github.com
description = Extract Binaries from Apple's Dyld Shared Cache
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/arandomdev/dyldextractor
project_urls =
Bug Tracker = https://github.com/arandomdev/dyldextractor/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent

[options]
package_dir =
= src
scripts =
bin/dyldex
bin/dyldex_all
packages = find:
python_requires = >=3.9.5

[options.packages.find]
where = src
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.