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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size unitypackage_extractor-0.1.0-py3-none-any.whl (3.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Hashes for unitypackage_extractor-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04003c0655067da486d8bf84db7790ea84931d673c4d513e0a661bc8afe7d3a8 |
|
MD5 | e1883fd1a93ffbaaa869bbabdffe69a5 |
|
BLAKE2-256 | d11d751d32dce592bc3f94adeef0a336e1ff182cbb7474925b9f0c9772669cb1 |