Skip to main content

python for mybatis

Project description

https://badge.fury.io/py/pybatis.svg https://travis-ci.org/x-debug/pybatis.svg?branch=master https://codecov.io/gh/x-debug/pybatis/branch/master/graph/badge.svg

python for mybatis

Documentation

The full documentation is at https://pybatis.readthedocs.io.

Quickstart

Install pybatis:

pip install pybatis

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pybatis.apps.PybatisConfig',
    ...
)

Add pybatis’s URL patterns:

from pybatis import urls as pybatis_urls


urlpatterns = [
    ...
    url(r'^', include(pybatis_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2018-03-08)

  • First release on PyPI.

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

pybatis-0.1.2.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

pybatis-0.1.2-py2.py3-none-any.whl (10.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pybatis-0.1.2.tar.gz.

File metadata

  • Download URL: pybatis-0.1.2.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pybatis-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4f41b303da6bfa80d704bab49b4fa516f7a449a7a39712bbee91858a93261337
MD5 1600a1db7e70c7ef2b1bbda87115fc57
BLAKE2b-256 d3905f3ab4c2f92beb5b267077fbd794e4dd34ab45ed6b4574969f5d408c39e9

See more details on using hashes here.

File details

Details for the file pybatis-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pybatis-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d8d4baf2b407a28ee57be398e1bdb7803f93213995b180c102823ae299e69594
MD5 e1d4fc87a6773a4712cc3d03429e0118
BLAKE2b-256 b4854b7628f888a668e830d712db9a5324102c9f6dcc923193ab5bf538450efb

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