Skip to main content

event parser of kyoto-univ

Project description

# event-parser
イベント情報が載っているウェブページから情報を抽出し、特定のデータ形式に変換するパッケージ。

## Usage
### install
```bash
# 任意のPython3.4以上の環境で構いません
python -m venv .venv
source venv/bin/activate
# plz use setuptools 38 or newer version.
pip install -U setuptools
```
`pip` を利用する場合(主にインストールした後バージョン管理をpipでしたい人向け)
```bash
# by pip
pip install -e .
```
`setuptools` を利用する場合(pipを利用しない場合)
```bash
# by setuptools
python setup.py install
```
update や uninstall は各ツールのhelpを見るなどするか,
詳細ドキュメント(下記)を見てください.

### run script
```bash
parse-event [-h] [--help]
```

## Docs
### `get_events`
```python
from src.api import get_events
get_events()
```
`event`は指定URLのイベントページから抽出したイベント情報(`Event`)で、以下の構造になっている。
```python
class Event:
"""イベント情報を含んだclass
"""

def __init__(self, name:str, url: str, location: str, description: str, date: datetime.date,
start: datetime.time,
end: datetime.time, **kargs):
"""イニシャライザー

Args:
name: イベント名
url: イベント情報のURL
location: 開催地
description: 詳細説明文
date: 開催日
start: 開始時間
end: 終了時間
"""
```

### detail
より正確なドキュメント群は[sphinx](http://www.sphinx-doc.org/ja/stable/index.html)で書かれている.

```bash
# /docs/build/html/ にドキュメントが作成される.
cd docs
python make_docs.py
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

KUeventparser-1.0.tar.gz (6.9 kB view details)

Uploaded Source

File details

Details for the file KUeventparser-1.0.tar.gz.

File metadata

  • Download URL: KUeventparser-1.0.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.0 CPython/3.7.2

File hashes

Hashes for KUeventparser-1.0.tar.gz
Algorithm Hash digest
SHA256 7b327060290cdea2f426773fb9d046a72ae4d38fc95b70df15560c96cf7516b7
MD5 29b0bf2658187cfbfcefe669d43ef51a
BLAKE2b-256 841c3cf2f91da1aecddc8d54675183bd005e8cc20a2fd924a04c128fb2349eaf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page