Metadata-Version: 2.3
Name: django_pid
Version: 0.0.1
Summary: 
Author: mark doerr
Author-email: mark doerr <mark.doerr@uni-greifswald.de>
License: GPLv3+
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: ==3.13.*
Project-URL: Documentation, https://larasuite.gitlab.io/django_pid
Project-URL: Source, https://gitlab.com/larasuite/django_pid
Project-URL: Bug Tracker, https://gitlab.com/larasuite/django_pid/issues
Project-URL: Changelog, https://gitlab.com/larasuite/django_pid/blob/main/CHANGELOG.md
Description-Content-Type: text/markdown

# django PID

A *Python Django* *Persistent Identifier* (PID) app to abstract from PID services, like handle, DOI, etc.

## Features

## Installation

    pip install django_pid --index-url https://gitlab.com/api/v4/projects/<gitlab-project-id>/packages/pypi/simple

## Usage

    django_pid --help 

## Development

    git clone gitlab.com/opensourcelab/django-pid

    # create a virtual environment and activate it then run

    pip install -e .[dev]

    # run unittests

    invoke test   # use the invoke environment to manage development
    

## Documentation

The Documentation can be found here: [https://opensourcelab.gitlab.io/django-pid](https://opensourcelab.gitlab.io/django-pid) or [django-pid.gitlab.io](django_pid.gitlab.io/)


## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter)
 and the [gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage](https://gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage) project template.



