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-0.1.1.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

django_topology-0.1.1-py2.py3-none-any.whl (11.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-topology-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e26bc2b5871b2761d471461c6849c355870d280cc35eae5241f08dcc87dc01f4
MD5 0bcda741711ebc2e05652ba70544d07f
BLAKE2b-256 20fcd57ca0b3aa85a6b17b320467d60711d11ad436a6f70592dcb1e5a7b9e4f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_topology-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 db0e56b1b551ea4e74dfca646661489fe338ff3bc4eb2801ae7a5bc5dc7b8347
MD5 8be99280bf22c35cb4449b866233c58a
BLAKE2b-256 0f19b0a27d9a148cae0a3333b90ed20aeefb49bbb3377f2e846778ec13c4445f

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