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

Uploaded Source

Built Distribution

django_topology-1.0.2-py2.py3-none-any.whl (14.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-topology-1.0.2.tar.gz
Algorithm Hash digest
SHA256 f8ff8bb0ae03004393333c5c868350e85c9249a211a3717d4d067799825c9f34
MD5 08ed4be41c4597a736535a86c2e6d7fa
BLAKE2b-256 726d3d63516a870b44b264382a630e7a776e54754ba0b62a50cf6747cebbcd0b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_topology-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 41b547f0cda08e8af15b8f2bd51846e05e01cc70b47f7758628ba8b658ce7601
MD5 3e08604bbd1fa8243f92e8cc0969cbd1
BLAKE2b-256 2b938e72e08f3e7822d9d8b0b6f5799a6ebc5fc315778330acaddac3b37df53e

See more details on using hashes here.

Provenance

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