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-0.1.1.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file django-topology-0.1.1.tar.gz
.
File metadata
- Download URL: django-topology-0.1.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e26bc2b5871b2761d471461c6849c355870d280cc35eae5241f08dcc87dc01f4 |
|
MD5 | 0bcda741711ebc2e05652ba70544d07f |
|
BLAKE2b-256 | 20fcd57ca0b3aa85a6b17b320467d60711d11ad436a6f70592dcb1e5a7b9e4f8 |
File details
Details for the file django_topology-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_topology-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db0e56b1b551ea4e74dfca646661489fe338ff3bc4eb2801ae7a5bc5dc7b8347 |
|
MD5 | 8be99280bf22c35cb4449b866233c58a |
|
BLAKE2b-256 | 0f19b0a27d9a148cae0a3333b90ed20aeefb49bbb3377f2e846778ec13c4445f |