You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

porder

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

porder - pypi Package Compare versions

Comparing version
0.8.4
to
0.8.5
+4
-1
PKG-INFO
Metadata-Version: 2.1
Name: porder
Version: 0.8.4
Version: 0.8.5
Summary: Simple CLI for Planet Orders v2

@@ -581,2 +581,5 @@ Home-page: https://github.com/samapriya/porder

### v0.8.5
- Fixed minor issue with import error checking for GDAL
### v0.8.4

@@ -583,0 +586,0 @@ - Resolved [Issue 49](https://github.com/tyson-swetnam/porder/issues/49)

Metadata-Version: 2.1
Name: porder
Version: 0.8.4
Version: 0.8.5
Summary: Simple CLI for Planet Orders v2

@@ -581,2 +581,5 @@ Home-page: https://github.com/samapriya/porder

### v0.8.5
- Fixed minor issue with import error checking for GDAL
### v0.8.4

@@ -583,0 +586,0 @@ - Resolved [Issue 49](https://github.com/tyson-swetnam/porder/issues/49)

+1
-1

@@ -5,2 +5,2 @@ # -*- coding: utf-8 -*-

__email__ = "samapriya.roy@gmail.com"
__version__ = "0.8.4"
__version__ = "0.8.5"

@@ -81,2 +81,4 @@ from __future__ import print_function

except ImportError:
from osgeo import gdal
except ImportError:
subprocess.call("pipwin install gdal", shell=True)

@@ -83,0 +85,0 @@ except Exception as e:

@@ -573,2 +573,5 @@ # porder: Simple CLI for Planet ordersV2 API   [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Use%20porder%20CLI%20with%20@planetlabs%20new%20ordersv2%20API&url=https://github.com/tyson-swetnam/porder)

### v0.8.5
- Fixed minor issue with import error checking for GDAL
### v0.8.4

@@ -575,0 +578,0 @@ - Resolved [Issue 49](https://github.com/tyson-swetnam/porder/issues/49)

@@ -23,3 +23,3 @@ import sys

name='porder',
version='0.8.4',
version='0.8.5',
packages=['porder'],

@@ -26,0 +26,0 @@ url='https://github.com/samapriya/porder',