Skip to main content

No project description provided

Project description

Geoluminate

Github Build Github Docs CodeCov GitHub GitHub last commit PyPI

Documentation

The full documentation is at https://geoluminate.github.io/geoluminate/

Quickstart

Install Geoluminate::

pip install geoluminate

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'geoluminate',
    ...
)

Add Geoluminate's URL patterns:

urlpatterns = [
    ...
    path('', include("geoluminate.urls")),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

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

geoluminate-0.0.2.tar.gz (1.7 MB view hashes)

Uploaded Source

Built Distribution

geoluminate-0.0.2-py3-none-any.whl (1.8 MB view hashes)

Uploaded Python 3

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