Extractor for .unitypackage files
Project description
Unity Package Extractor
Extract your .unitypackage
Usage without Python
- TODO
Usage with Python
-
pip install unitypackage_extractor -
From the command line
python -m unitypackage_extractor.extractor [path/to/your/package.unitypackage] (optional/output/path) -
OR in your Python file:
from unitypackage_extractor.extractor import extractPackage
extractPackage("path/to/your/package.unitypackage", outputPath="optional/output/path")
Contributing
Releasing
Refer to the python docs on packaging for clarification.
Make sure you've updated setup.py, and have installed twine, setuptools, and wheel
python3 setup.py sdist bdist_wheel - Create a source distribution and a binary wheel distribution into dist/
twine upload dist/unitypackage_extractor-x.x.x* - Upload all dist/ files to PyPI of a given version
Make sure to tag the commit you released
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unitypackage_extractor-0.2.0-py3-none-any.whl.
File metadata
- Download URL: unitypackage_extractor-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96647acdf9e6fe044e9f9e0b088749ed866d5dceba3ac5585695f91eceb8b3e8
|
|
| MD5 |
5ef89046e5308a81b5bc009b8eb9be9a
|
|
| BLAKE2b-256 |
b39090f7a47300f24bb01a098cff76baa515bdc0a7ff2d111d97e92cbcc1425c
|