# Django Counter Registry
A simple scaper which download plublic data from [the registry](https://registry.countermetrics.org/) of [COUNTER project](https://www.countermetrics.org/)
and stores it as django models.
## Requirements
* Python 3.8+
* Django 4.2+
* requests
## Installation
Install using pip:
```
pip install django-counter-registry
```
Add it to your `INSTALLED_APPS` in your django settings:
```python
INSTALLED_APPS = (
...
'django_counter_registry'
)
```
Fill models with up-to-date date
```
python manage.py shell -c 'from django_counter_registry.task import update_registry_models;update_registry_models()'
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Big-Dig-Data/django-celus-registry",
"name": "django-celus-registry",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "ntfy, email backend",
"author": "Stepan Henek",
"author_email": "stepan@bigdigdata.com",
"download_url": "https://files.pythonhosted.org/packages/4c/98/1a2a4ba1ccd5ac1d0fb4d2b50845bd89cb5379c88a5044b23424826356df/django_celus_registry-0.4.0.tar.gz",
"platform": null,
"description": "# Django Counter Registry\nA simple scaper which download plublic data from [the registry](https://registry.countermetrics.org/) of [COUNTER project](https://www.countermetrics.org/)\nand stores it as django models.\n\n## Requirements\n* Python 3.8+\n* Django 4.2+\n* requests\n\n## Installation\n\nInstall using pip:\n```\npip install django-counter-registry\n```\n\nAdd it to your `INSTALLED_APPS` in your django settings:\n```python\nINSTALLED_APPS = (\n ...\n 'django_counter_registry'\n)\n```\n\nFill models with up-to-date date\n```\npython manage.py shell -c 'from django_counter_registry.task import update_registry_models;update_registry_models()'\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple scaper which download plublic data from the registry of COUNTER project",
"version": "0.4.0",
"project_urls": {
"Homepage": "https://github.com/Big-Dig-Data/django-celus-registry",
"Repository": "https://github.com/Big-Dig-Data/django-celus-registry"
},
"split_keywords": [
"ntfy",
" email backend"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "95b44d90b9ad91b8d6cd21e3155893bd3fd461e111c79fde67bdcf5c7fc26d33",
"md5": "ff53224e384367335c4a5731e18a9dc0",
"sha256": "a6205ea6368185e5d5a2a6033ae023108493832ba413538624056b353b3dc43a"
},
"downloads": -1,
"filename": "django_celus_registry-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ff53224e384367335c4a5731e18a9dc0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 11690,
"upload_time": "2025-10-14T11:15:54",
"upload_time_iso_8601": "2025-10-14T11:15:54.966789Z",
"url": "https://files.pythonhosted.org/packages/95/b4/4d90b9ad91b8d6cd21e3155893bd3fd461e111c79fde67bdcf5c7fc26d33/django_celus_registry-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4c981a2a4ba1ccd5ac1d0fb4d2b50845bd89cb5379c88a5044b23424826356df",
"md5": "2350175a56939214b4c41e9ee68cf46a",
"sha256": "7c3bd08aabb986cbe2128d43b1274bc51b17b12de4cd0a1b036663642ad4acab"
},
"downloads": -1,
"filename": "django_celus_registry-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "2350175a56939214b4c41e9ee68cf46a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 8555,
"upload_time": "2025-10-14T11:15:56",
"upload_time_iso_8601": "2025-10-14T11:15:56.350229Z",
"url": "https://files.pythonhosted.org/packages/4c/98/1a2a4ba1ccd5ac1d0fb4d2b50845bd89cb5379c88a5044b23424826356df/django_celus_registry-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-14 11:15:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Big-Dig-Data",
"github_project": "django-celus-registry",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "django-celus-registry"
}