Skip to main content

Geometry and Topology utilitaries

Project description

https://badge.fury.io/py/django-topology.svg https://travis-ci.org/george-silva/django-topology.svg?branch=master https://codecov.io/gh/george-silva/django-topology/branch/master/graph/badge.svg

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)

Uploaded Source

Built Distribution

django_topology-1.0.0-py2.py3-none-any.whl (12.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-topology-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-topology-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ae2b967c24c7c20d1ff06e6bd9628b1e3514997f411f47748df72f8fee219e00
MD5 25b5586b42c0b9968861654c37bd8fb5
BLAKE2b-256 02b55ca6ad54cd4f6008598a306c74e54d9d471dae23512b93a4a423b06e8de0

See more details on using hashes here.

File details

Details for the file django_topology-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_topology-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fe8b33ab2c913e6d4f01f2e76dfb74b8a7eb93df98e34c58a50e47dafb0db2dc
MD5 4e0e62f94db56cd469906e4c73c74f70
BLAKE2b-256 bfe3d9db7e4b14a3b59b01df318437cf0cddac8db6f273d96f9140fee3db6aa0

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