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.0.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file django-topology-1.0.0.tar.gz
.
File metadata
- Download URL: django-topology-1.0.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae2b967c24c7c20d1ff06e6bd9628b1e3514997f411f47748df72f8fee219e00 |
|
MD5 | 25b5586b42c0b9968861654c37bd8fb5 |
|
BLAKE2b-256 | 02b55ca6ad54cd4f6008598a306c74e54d9d471dae23512b93a4a423b06e8de0 |
File details
Details for the file django_topology-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_topology-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe8b33ab2c913e6d4f01f2e76dfb74b8a7eb93df98e34c58a50e47dafb0db2dc |
|
MD5 | 4e0e62f94db56cd469906e4c73c74f70 |
|
BLAKE2b-256 | bfe3d9db7e4b14a3b59b01df318437cf0cddac8db6f273d96f9140fee3db6aa0 |