Geometry and Topology utilitaries
Project description
Geometry and Topology utilitaries
Documentation
The full documentation is at https://django-topology.readthedocs.io.
Quickstart
Install Django Topology:
pip install django-topology
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'topology.apps.TopologyConfig',
...
)
Add Django Topology’s URL patterns:
from topology import urls as topology_urls
urlpatterns = [
...
url(r'^', include(topology_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 (2017-06-26)
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
django-topology-1.0.2.tar.gz
(11.9 kB
view details)
Built Distribution
File details
Details for the file django-topology-1.0.2.tar.gz
.
File metadata
- Download URL: django-topology-1.0.2.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8ff8bb0ae03004393333c5c868350e85c9249a211a3717d4d067799825c9f34 |
|
MD5 | 08ed4be41c4597a736535a86c2e6d7fa |
|
BLAKE2b-256 | 726d3d63516a870b44b264382a630e7a776e54754ba0b62a50cf6747cebbcd0b |
Provenance
File details
Details for the file django_topology-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_topology-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41b547f0cda08e8af15b8f2bd51846e05e01cc70b47f7758628ba8b658ce7601 |
|
MD5 | 3e08604bbd1fa8243f92e8cc0969cbd1 |
|
BLAKE2b-256 | 2b938e72e08f3e7822d9d8b0b6f5799a6ebc5fc315778330acaddac3b37df53e |