Metadata-Version: 2.1
Name: databuri
Version: 0.1.0.dev0
Summary: All-in-one Python package for Thailand's public APIs and datasets
Home-page: https://github.com/codeforthailand/databuri
Author: Pattarawat Chormai and friends
Author-email: author@example.com
License: UNKNOWN
Keywords: opendata,public-apis,thailand
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: atomicwrites (==1.3.0)
Requires-Dist: attrs (==19.1.0)
Requires-Dist: certifi (==2019.6.16)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: ConfigArgParse (==0.14.0)
Requires-Dist: configparser (==3.8.1)
Requires-Dist: idna (==2.8)
Requires-Dist: importlib-metadata (==0.19)
Requires-Dist: more-itertools (==7.2.0)
Requires-Dist: packaging (==19.1)
Requires-Dist: pluggy (==0.12.0)
Requires-Dist: py (==1.8.0)
Requires-Dist: pyparsing (==2.4.2)
Requires-Dist: pytest (==5.0.1)
Requires-Dist: PyYAML (==5.1.2)
Requires-Dist: requests (==2.22.0)
Requires-Dist: six (==1.12.0)
Requires-Dist: urllib3 (==1.25.3)
Requires-Dist: wcwidth (==0.1.7)
Requires-Dist: zipp (==0.5.2)

# Data·Buri
[![](https://travis-ci.org/codeforthailand/databuri.svg?branch=master)][travis]

All-in-one Python package for Thailand's public APIs

## APIs Implemented
| Name | Description |
|---|---|
| [GovSpending](https://govspending.data.go.th/api/documentation) | Thai government procurement projects |
| [Air4Thai](http://air4thai.pcd.go.th/webV2/history)  | Air quality measurements in Thailand |

### APIs to be included
- https://api-portal.sec.or.th/apidesc
- http://opend.openservice.in.th/opend/
- http://dolwms.dol.go.th/tvwebp/
- https://data.moc.go.th
- ข้อมูลนิติบุคคล จาก กรมการค้าภายใน

## Development
### Release
1. Bump version
    ```
    $ bumpversion [major|minor|patch]
    $ git push && git push --tags
    ```
2. Publish to pypi
    ```
    $ ./scripts/publish.sh <tag>
    ```

## Related Links:
- [Project Idea](https://github.com/codeforthailand/org/issues/2)
- [Project Proposal](https://docs.google.com/document/d/1XXuRovZ3bRGC18MQluO5zsZJ_6TM9COwCgRoWv6lsnM/edit?usp=sharing)

[travis]: https://travis-ci.org/codeforthailand/databuri

