Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: twinl
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 26.4 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 5 years ago · Last pushed almost 5 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.rst

.. list-table::
   :widths: 25 25
   :header-rows: 1

   * - fair-software.nl recommendations
     - Badges
   * - \1. Code repository
     - |GitHub Badge|
   * - \2. License
     - |License Badge|
   * - \3. Community Registry
     - |PyPI Badge| |Research Software Directory Badge|
   * - \4. Enable Citation
     - |Zenodo Badge|
   * - \5. Checklist
     - |CII Best Practices Badge|
   * - **Other best practices**
     -
   * - Continuous integration
     - |Python Build| |PyPI Publish|

(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)

.. |GitHub Badge| image:: https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue
   :target: https://github.com/twinl/location
   :alt: GitHub Badge

.. |License Badge| image:: https://img.shields.io/github/license/twinl/location
   :target: https://github.com/twinl/location
   :alt: License Badge

.. |PyPI Badge| image:: https://img.shields.io/pypi/v/location.svg?colorB=blue
   :target: https://pypi.python.org/project/location/
   :alt: PyPI Badge
.. |Research Software Directory Badge| image:: https://img.shields.io/badge/rsd-location-00a3e3.svg
   :target: https://www.research-software.nl/software/location
   :alt: Research Software Directory Badge

..
    Goto https://zenodo.org/account/settings/github/ to enable Zenodo/GitHub integration.
    After creation of a GitHub release at https://github.com/twinl/location/releases
    there will be a Zenodo upload created at https://zenodo.org/deposit with a DOI, this DOI can be put in the Zenodo badge urls.
    In the README, we prefer to use the concept DOI over versioned DOI, see https://help.zenodo.org/#versioning.
.. |Zenodo Badge| image:: https://zenodo.org/badge/DOI/< replace with created DOI >.svg
   :target: https://doi.org/
   :alt: Zenodo Badge

..
    A CII Best Practices project can be created at https://bestpractices.coreinfrastructure.org/en/projects/new
.. |CII Best Practices Badge| image:: https://bestpractices.coreinfrastructure.org/projects/< replace with created project identifier >/badge
   :target: https://bestpractices.coreinfrastructure.org/projects/< replace with created project identifier >
   :alt: CII Best Practices Badge

.. |Python Build| image:: https://github.com/twinl/location/workflows/Python/badge.svg
   :target: https://github.com/twinl/location/actions?query=workflow%3A%22Python%22
   :alt: Python Build

.. |PyPI Publish| image:: https://github.com/twinl/location/workflows/PyPI/badge.svg
   :target: https://github.com/twinl/location/actions?query=workflow%3A%22PyPI%22
   :alt: PyPI Publish

################################################################################
location
################################################################################

location


The project setup is documented in `a separate document `_. Feel free to remove this document (and/or the link to this document) if you don't need it.

Installation
------------

To install location, do:

.. code-block:: console

  git clone https://github.com/twinl/location.git
  cd location
  pip install .


Run tests (including coverage) with:

.. code-block:: console

  python setup.py test


Documentation
*************

.. _README:

Include a link to your project's full documentation here.

Contributing
************

If you want to contribute to the development of location,
have a look at the `contribution guidelines `_.

License
*******

Copyright (c) 2021, 

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



Credits
*******

This package was created with `Cookiecutter `_ and the `NLeSC/python-template `_.

Owner

  • Name: TwiNL
  • Login: twinl
  • Kind: organization
  • Email: erikt@xs4all.nl
  • Location: Amsterdam, The Netherlands

project TwiNL, Netherlands eScience Center

Citation (CITATION.cff)

# YAML 1.2
---
cff-version: "1.1.0"
title: "location"
authors:
  -
    family-names: "Erik Tjong Kim Sang"
    given-names:
    orcid: "https://orcid.org/0000-0000-0000-0000"
date-released: 20??-MM-DD
doi: <insert your DOI here>
version: "0.1.0"
repository-code: "https://github.com/twinl/location"
identifiers:
keywords:
message: "If you use this software, please cite it using these metadata."
license: "Apache Software License 2.0"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/linting.yml actions
  • actions/checkout v2 composite
  • docker://github/super-linter v3 composite
.github/workflows/pypi.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • pypa/gh-action-pypi-publish master composite
requirements.txt pypi
setup.py pypi