🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

python-odpt

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-odpt - pypi Package Compare versions

Comparing version
0.1.1
to
0.1.2
+17
-1
PKG-INFO
Metadata-Version: 2.1
Name: python-odpt
Version: 0.1.1
Version: 0.1.2
Summary: Python client for ODPT(Open Data of Public Transportation) API
Home-page: https://github.com/maru0123-2004/python-odpt/
License: MIT

@@ -10,2 +11,3 @@ Author: Maruo.S

Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3

@@ -15,4 +17,8 @@ Classifier: Programming Language :: Python :: 3.10

Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Utilities
Requires-Dist: attrs (>=24.2.0,<25.0.0)
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Project-URL: Documentation, https://maru0123-2004.github.io/python-odpt/
Description-Content-Type: text/markdown

@@ -27,1 +33,11 @@

[Docs](https://maru0123-2004.github.io/python-odpt/) [PyPI](https://pypi.org/project/python-odpt/)
## Installation
```python
pip install python-odpt
```
## Usage
WIP
[tool.poetry]
name = "python-odpt"
version = "0.1.1"
version = "0.1.2"
description = "Python client for ODPT(Open Data of Public Transportation) API"

@@ -8,2 +8,10 @@ authors = ["Maruo.S <raspi-maru2004@outlook.jp>"]

readme = "README.md"
classifiers = [
"Operating System :: OS Independent",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Utilities",
"Topic :: Scientific/Engineering :: GIS"
]
homepage = "https://github.com/maru0123-2004/python-odpt/"
documentation = "https://maru0123-2004.github.io/python-odpt/"

@@ -10,0 +18,0 @@ [tool.poetry.dependencies]

@@ -7,1 +7,11 @@ # python-odpt

Thanks for great works!
[Docs](https://maru0123-2004.github.io/python-odpt/) [PyPI](https://pypi.org/project/python-odpt/)
## Installation
```python
pip install python-odpt
```
## Usage
WIP