python for mybatis
Project description
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
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f41b303da6bfa80d704bab49b4fa516f7a449a7a39712bbee91858a93261337 |
|
MD5 | 1600a1db7e70c7ef2b1bbda87115fc57 |
|
BLAKE2b-256 | d3905f3ab4c2f92beb5b267077fbd794e4dd34ab45ed6b4574969f5d408c39e9 |
File details
Details for the file pybatis-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pybatis-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8d4baf2b407a28ee57be398e1bdb7803f93213995b180c102823ae299e69594 |
|
MD5 | e1d4fc87a6773a4712cc3d03429e0118 |
|
BLAKE2b-256 | b4854b7628f888a668e830d712db9a5324102c9f6dcc923193ab5bf538450efb |