Skip to main content

planningalerts morph.io data layer Python client package

Project description

https://drone.io/bitbucket.org/otherchirps/morph_planningalerts/status.png

Aims to provide a simple, standardised perisistance layer for PlanningAlerts records.

Mainly intended to use when writing PlanningAlerts scrapers on morph.io. Morph python environments already have nice libraries, like scraperwiki installed, but those don’t enforce the data requirements expected by PlanningAlerts. This library attempts to do so.

Installation

From source

python setup.py install

pip

pip install morph_planningalerts

Usage

from morph_planningalerts import DevelopmentApplication, MorphDatabase

# Make sure the database file exists. If it does, this won't do anything.
MorphDatabase.init()

# Time passes... data is scraped...
new_record = DevelopmentApplication.create(
    council_reference='M123/456',
    address='64 Zoo Lane',
    description='this is the least info needed to prevent explosions',
    info_url='http://detail_page_about_application',
    comment_url='http://some_feedback_url'
)

# Or, if you only want to insert new records:
record, was_created = DevelopmentApplication.create_or_get(
    council_reference=...
)

For more examples, check out the docs on querying with the Peewee ORM.

Source code

You can get the code here:

https://bitbucket.org/otherchirps/morph_planningalerts

Testing

tox is being used to run the tests across python 2.7 & 3.x.

To bootstrap your test environment, the easiest way is you use the pip requirements file:

pip install -r requirements.txt

Then you can simply run:

tox

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

morph_planningalerts-1.0.0.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file morph_planningalerts-1.0.0.tar.gz.

File metadata

File hashes

Hashes for morph_planningalerts-1.0.0.tar.gz
Algorithm Hash digest
SHA256 cbb95259967dcf87357230870ef00da8c575ee057cb529fb81ffc963bb258b59
MD5 d9d3f7c286677450c53e72bddc85dd88
BLAKE2b-256 08d80728b66d2cf4aa5648b268911e18fee75960b0107e78d17604f477d69303

See more details on using hashes here.

Provenance

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