Skip to content

Commit 2996c1a

Browse files
committed
chore(tidelift): Add Tidelift marketting links/materials
1 parent 3d4dc9a commit 2996c1a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@
33
<a href="https://pypi.org/project/unitypackage_extractor/" target="_blank"><img alt="pypi python versions" src="https://img.shields.io/pypi/pyversions/unitypackage_extractor.svg"></a>
44
<a href="https://twitter.com/cobertos" target="_blank"><img alt="twitter" src="https://img.shields.io/badge/twitter-%40cobertos-0084b4.svg"></a>
55
<a href="https://cobertos.com" target="_blank"><img alt="twitter" src="https://img.shields.io/badge/website-cobertos.com-888888.svg"></a>
6+
<a href="https://tidelift.com/subscription/pkg/pypi-unitypackage-extractor?utm_source=pypi-unitypackage-extractor&utm_medium=referral&utm_campaign=readme" target="_blank"><img alt="Tidelift - For Enterprise" src="https://img.shields.io/static/v1?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVChTrZAxDoJAEEV3oNGCQk6ihYXH8hhehmt4DCoaGwsrE+L4f/LByboQC1/ymM2fmYRdc/chpbSDOSfVq2rkXuHTwG1Bk6Vew8UWboL8gxxmcaatzGyEz0mEDslLEo8zcFT+AXfu4RnyTHnu1V4GQwdVPhzvOGerYKiGF7iXPNdqL4OhDpJpkXRqz/BVc46qka+stPgTf128wUcms0BKbwwmZGRFmSUVAAAAAElFTkSuQmCC&message=For%20Enterprise&color=F6914D&label=%7F"></a>
67
</p>
78

89
# Unity Package Extractor
910

1011

1112
Extract your .unitypackage
1213

13-
### Usage without Python
14+
## Usage without Python
1415

1516
* Download the [unitypackage_extractor.zip](https://github.com/Cobertos/unitypackage_extractor/releases/tag/0.5.1) from the Releases tab.
1617
* Extract everything into a new directory
1718
* Drag and drop your `.unitypackage` onto `extractor.exe` OR
1819
* Run from the command line with `extractor.exe [path/to/your/package.unitypackage] (optional/output/path)`
1920

20-
### Usage with Python 3.6+
21+
## Usage with Python 3.6+
2122

2223
* `pip install unitypackage_extractor`
2324

@@ -30,7 +31,11 @@ from unitypackage_extractor.extractor import extractPackage
3031
extractPackage("path/to/your/package.unitypackage", outputPath="optional/output/path")
3132
```
3233

33-
### Contributing
34+
## For Enterprise
35+
36+
The maintainers of thousands of packages (including me! :3) are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/pypi-unitypackage-extractor?utm_source=pypi-unitypackage-extractor&utm_medium=referral&utm_campaign=readme)
37+
38+
## Contributing
3439
#### Building (requires pyenv)
3540
* `pyenv global 3.6.8-amd64`
3641
* Originally wasn't able to get this to run on Python 3.7 when it was new, but 3.6 is guarenteed to build the `.exe`

0 commit comments

Comments
 (0)