Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

acdh-django-geonames

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acdh-django-geonames

A django package providing models and views for Geoname Places

  • 0.1.8
  • PyPI
  • Socket score

Maintainers
1

============================= GeoName Places

.. image:: https://badge.fury.io/py/acdh-django-geonames.svg :target: https://badge.fury.io/py/acdh-django-geonames

.. image:: https://travis-ci.com/acdh-oeaw/acdh-django-geonames.svg?branch=master :target: https://travis-ci.com/acdh-oeaw/acdh-django-geonames

.. image:: https://readthedocs.org/projects/geonames-utils/badge/?version=latest :target: https://geonames-utils.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://codecov.io/gh/acdh-oeaw/acdh-django-geonames/branch/master/graph/badge.svg :target: https://codecov.io/gh/acdh-oeaw/acdh-django-geonames

A django package providing models and views for Geoname Places

Documentation

The full documentation is at https://acdh-django-geonames.readthedocs.io.

Quickstart

Install GeoName Places::

pip install acdh-django-geonames

Add it to your INSTALLED_APPS:

.. code-block:: python

INSTALLED_APPS = (
    ...
    'gn_places.apps.GnPlacesConfig',
    ...
)

Add GeoName Places's URL patterns:

.. code-block:: python

from gn_places import urls as gn_places_urls


urlpatterns = [
    ...
    url(r'^', include(gn_places_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

Tools used in rendering this package:

  • Cookiecutter_
  • cookiecutter-djangopackage_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage

History

0.1.0 (2021-01-11) ++++++++++++++++++

  • First release on PyPI.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc