No project description provided
Project description
Geoluminate
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for geoluminate-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bf13ea60dfbbf1cfa73cae0a51856f6b76c77133d8be6c3ddac6e8ee182d893 |
|
MD5 | 0dc79d397a85de0a841cb9ec014037b3 |
|
BLAKE2b-256 | 6b27d9e57ebf0c04a3d171607b74a0cdd4c14a1d952aa8a58435d23ae811f28d |