# agrajag
> Short blurb about what your product does.
[![PyPI][pypi-image]][pypi-url]
[![Downloads][downloads-image]][downloads-url]
[![Status][status-image]][pypi-url]
[![Python Version][python-version-image]][pypi-url]
[![tests][tests-image]][tests-url]
[![Codecov][codecov-image]][codecov-url]
[![CodeQl][codeql-image]][codeql-url]
[![Docker][docker-image]][docker-url]
[![pre-commit][pre-commit-image]][pre-commit-url]
[![pre-commit.ci status][pre-commit.ci-image]][pre-commit.ci-url]
[![readthedocs][readthedocs-image]][readthedocs-url]
[![CodeFactor][codefactor-image]][codefactor-url]
[![Codeclimate][codeclimate-image]][codeclimate-url]
[![Imports: isort][isort-image]][isort-url]
[![Code style: black][black-image]][black-url]
[![Checked with mypy][mypy-image]][mypy-url]
[![security: bandit][bandit-image]][bandit-url]
[![Commitizen friendly][commitizen-image]][commitizen-url]
[![Conventional Commits][conventional-commits-image]][conventional-commits-url]
[![Versioning][versioning-image]][versioning-url]
[![DeepSource][deepsource-image]][deepsource-url]
[![license][license-image]][license-url]
[![Pydough][pydough-image]][pydough-url]
One to two paragraph statement about your product and what it does.
![](assets/header_dough1.png)
# Contents
- [Demo](#-demo)
- [Project rationale](#-project-rationale)
- [Quick start](#-quickstart)
- [Prerequisites](#-prerequisites)
- [Installation](#-installation)
- [Basic Usage](#-basic-usage)
- [Usage](#-usage)
- [Development setup](#-development-setup)
- [Configuration](#-configuration)
- [Documentation](#-documentation)
- [Read the Docs](https://pynamer.readthedocs.io/en/latest/)
- [API](https://pynamer.readthedocs.io/en/latest/autoapi/pynamer/pynamer/index.html)
- [Wiki](https://github.com/Stephen-RA-King/pynamer/wiki)
- [FAQs](#-faqs)
- [What's new in version x.x](#-whats-new-in-version-xx)
- [Planned future enhancements](#-planned-future-enhancements)
- [Package statistics](#-package-statistics)
- [License](#-license)
- [Meta information](#âš-meta)
# đē Demo
---
Put a demo animated gif here.
# đĄ Project rationale
---
Why I built this project
## đ TLDR
A very succinct paragraph summary regarding the package purpose and operation.
# đ Quickstart
---
Explain succinctly how to use the repository
## đ Prerequisites
- A bulleted list of requirements
## đž Installation
OS X & Linux:
```sh
pip3 install agrajag
```
Windows:
```sh
pip install agrajag
```
## đ Basic Usage
A simple example demonstrating that the package is working
# đ Usage
---
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
_For more examples and usage, please refer to the [Wiki][wiki]._
# đ§ Development setup
---
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
```sh
pip install --editable agrajag
```
# âī¸ Configuration
---
Place configuration information here
# đ Security Considerations
---
Write any security concerns that you may have here.
e.g. exposure of API keys, passwords, old modules etc.
# đ Documentation
---
[**Read the Docs**](https://agrajag.readthedocs.io/en/latest/)
- [**Example Usage**](https://agrajag.readthedocs.io/en/latest/example.html)
- [**Credits**](https://agrajag.readthedocs.io/en/latest/example.html)
- [**Changelog**](https://agrajag.readthedocs.io/en/latest/changelog.html)
- [**API Reference**](https://agrajag.readthedocs.io/en/latest/autoapi/index.html)
[**Wiki**](https://github.com/Stephen-RA-King/agrajag/wiki)
# đ§Ŧ Design Considerations
---
A few paragraphs on the design considerations if required.
# đŗ Using Docker
---
## Building the Image from Dockerfile
Start your docker runtime then:
Build the image using **_docker build_** command. e.g.
```shell
$ docker build -t sraking/agrajag:0.1.0 -t sraking/agrajag:latest .
```
Once built, run the image using the **_docker run_** command. This will create the container. e.g.
```shell
$ docker run -it sraking/agrajag:0.1.0 /bin/bash
```
Optional: The image can now be pushed to the repository using the **_docker push_** command. e.g.
```shell
$ docker push sraking/agrajag:0.1.0
```
## Using the ready built image on dockerhub
Pull the latest image from the repository using the **_docker pull_** command. e.g.
```bash
~ $ docker pull sraking/agrajag
```
Now run the image using the **_docker run_** command. This will create the container. e.g.
```bash
~ $ docker run -it sraking/agrajag /bin/bash
```
Use the command line as normal in the container.
```bash
root@4d315992ca28:/app# agrajag -h
```
# â ī¸ Limitations
---
Describe any limitation the application may have (if any).
# âī¸ Some Quirks
---
The reason I wrote this application in the first place.
## â FAQs
---
Give examples of frequently asked questions
# đ° What's new in version x.x
---
- bulleted list of new features
# đ Planned future enhancements
---
- Feature 1
- Feature 2
# đ Package statistics
---
- [**libraries.io**](https://libraries.io/pypi/Stephen-RA-King)
- [**PyPI Stats**](https://pypistats.org/packages/Stephen-RA-King)
- [**Pepy**](https://www.pepy.tech/projects/Stephen-RA-King)
# đ License
---
Distributed under the MIT license. See [![][license-image]][license-url] for more information.
# <âšī¸> Meta
---
[![](assets/linkedin.png)](https://www.linkedin.com/in/sr-king)
[![](assets/github.png)](https://github.com/Stephen-RA-King)
[![](assets/pypi.png)](https://pypi.org/project/agrajag)
[![Docker](assets/docker.png)](https://hub.docker.com/r/sraking/agrajag)
[![](assets/www.png)](https://stephen-ra-king.github.io/justpython/)
[![](assets/email2.png)](mailto:sking.github@gmail.com)
[![](assets/github.png)](https://github.com/Stephen-RA-King/agrajag)
Author: Stephen R A King ([sking.github@gmail.com](mailto:sking.github@gmail.com))
Created with Cookiecutter template: [![pydough][pydough-image]][pydough-url] version 1.3.4
Digital object identifier: [![DOI](https://zenodo.org/badge/xxxxxxxxx.svg)](https://zenodo.org/badge/latestdoi/xxxxxxxxx)
<!-- Markdown link & img dfn's -->
[bandit-image]: https://img.shields.io/badge/security-bandit-yellow.svg
[bandit-url]: https://github.com/PyCQA/bandit
[black-image]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-url]: https://github.com/psf/black
[codeclimate-image]: https://api.codeclimate.com/v1/badges/7fc352185512a1dab75d/maintainability
[codeclimate-url]: https://codeclimate.com/github/Stephen-RA-King/agrajag/maintainability
[codecov-image]: https://codecov.io/gh/Stephen-RA-King/agrajag/branch/main/graph/badge.svg
[codecov-url]: https://app.codecov.io/gh/Stephen-RA-King/agrajag
[codefactor-image]: https://www.codefactor.io/repository/github/Stephen-RA-King/agrajag/badge
[codefactor-url]: https://www.codefactor.io/repository/github/Stephen-RA-King/agrajag
[codeql-image]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/github-code-scanning/codeql/badge.svg
[codeql-url]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/github-code-scanning/codeql
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]: http://commitizen.github.io/cz-cli/
[conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square
[conventional-commits-url]: https://conventionalcommits.org
[deepsource-image]: https://app.deepsource.com/gh/Stephen-RA-King/agrajag.svg/?label=active+issues&show_trend=true
[deepsource-url]: https://app.deepsource.com/gh/Stephen-RA-King/agrajag/?ref=repository-badge
[docker-image]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/docker-image.yml/badge.svg
[docker-url]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/docker-image.yml
[downloads-image]: https://static.pepy.tech/personalized-badge/agrajag?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads
[downloads-url]: https://pepy.tech/project/agrajag
[format-image]: https://img.shields.io/pypi/format/agrajag
[isort-image]: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
[isort-url]: https://github.com/pycqa/isort/
[lgtm-alerts-image]: https://img.shields.io/lgtm/alerts/g/Stephen-RA-King/agrajag.svg?logo=lgtm&logoWidth=18
[lgtm-alerts-url]: https://lgtm.com/projects/g/Stephen-RA-King/agrajag/alerts/
[lgtm-quality-image]: https://img.shields.io/lgtm/grade/python/g/Stephen-RA-King/agrajag.svg?logo=lgtm&logoWidth=18
[lgtm-quality-url]: https://lgtm.com/projects/g/Stephen-RA-King/agrajag/context:python
[license-image]: https://img.shields.io/pypi/l/agrajag
[license-url]: https://github.com/Stephen-RA-King/agrajag/blob/main/LICENSE
[mypy-image]: http://www.mypy-lang.org/static/mypy_badge.svg
[mypy-url]: http://mypy-lang.org/
[pre-commit-image]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[pre-commit-url]: https://github.com/pre-commit/pre-commit
[pre-commit.ci-image]: https://results.pre-commit.ci/badge/github/Stephen-RA-King/agrajag/main.svg
[pre-commit.ci-url]: https://results.pre-commit.ci/latest/github/Stephen-RA-King/agrajag/main
[pydough-image]: https://img.shields.io/badge/pydough-2023-orange?logo=cookiecutter
[pydough-url]: https://github.com/Stephen-RA-King/pydough
[pypi-url]: https://pypi.org/project/agrajag/
[pypi-image]: https://img.shields.io/pypi/v/agrajag.svg
[python-version-image]: https://img.shields.io/pypi/pyversions/agrajag
[readthedocs-image]: https://readthedocs.org/projects/agrajag/badge/?version=latest
[readthedocs-url]: https://agrajag.readthedocs.io/en/latest/?badge=latest
[status-image]: https://img.shields.io/pypi/status/agrajag.svg
[tests-image]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/tests.yml/badge.svg
[tests-url]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/tests.yml
[versioning-image]: https://img.shields.io/badge/versioning-semver_2-blue
[versioning-url]: https://semver.org/
[wiki]: https://github.com/Stephen-RA-King/agrajag/wiki
Raw data
{
"_id": null,
"home_page": "https://github.com/Stephen-RA-King/agrajag",
"name": "agrajag",
"maintainer": "Stephen R A King",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "sking.github@gmail.com",
"keywords": "utility",
"author": "Stephen R A King",
"author_email": "sking.github@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f1/88/a7b0a66ace8cf7f1833d280afc144a01d9c8941504ed5fff1a888e02388a/agrajag-0.1.0.tar.gz",
"platform": "Any",
"description": "# agrajag\r\n\r\n> Short blurb about what your product does.\r\n\r\n[![PyPI][pypi-image]][pypi-url]\r\n[![Downloads][downloads-image]][downloads-url]\r\n[![Status][status-image]][pypi-url]\r\n[![Python Version][python-version-image]][pypi-url]\r\n[![tests][tests-image]][tests-url]\r\n[![Codecov][codecov-image]][codecov-url]\r\n[![CodeQl][codeql-image]][codeql-url]\r\n[![Docker][docker-image]][docker-url]\r\n[![pre-commit][pre-commit-image]][pre-commit-url]\r\n[![pre-commit.ci status][pre-commit.ci-image]][pre-commit.ci-url]\r\n[![readthedocs][readthedocs-image]][readthedocs-url]\r\n[![CodeFactor][codefactor-image]][codefactor-url]\r\n[![Codeclimate][codeclimate-image]][codeclimate-url]\r\n[![Imports: isort][isort-image]][isort-url]\r\n[![Code style: black][black-image]][black-url]\r\n[![Checked with mypy][mypy-image]][mypy-url]\r\n[![security: bandit][bandit-image]][bandit-url]\r\n[![Commitizen friendly][commitizen-image]][commitizen-url]\r\n[![Conventional Commits][conventional-commits-image]][conventional-commits-url]\r\n[![Versioning][versioning-image]][versioning-url]\r\n[![DeepSource][deepsource-image]][deepsource-url]\r\n[![license][license-image]][license-url]\r\n[![Pydough][pydough-image]][pydough-url]\r\n\r\nOne to two paragraph statement about your product and what it does.\r\n\r\n![](assets/header_dough1.png)\r\n\r\n# Contents\r\n\r\n- [Demo](#-demo)\r\n- [Project rationale](#-project-rationale)\r\n- [Quick start](#-quickstart)\r\n - [Prerequisites](#-prerequisites)\r\n - [Installation](#-installation)\r\n - [Basic Usage](#-basic-usage)\r\n- [Usage](#-usage)\r\n- [Development setup](#-development-setup)\r\n- [Configuration](#-configuration)\r\n- [Documentation](#-documentation)\r\n - [Read the Docs](https://pynamer.readthedocs.io/en/latest/)\r\n - [API](https://pynamer.readthedocs.io/en/latest/autoapi/pynamer/pynamer/index.html)\r\n - [Wiki](https://github.com/Stephen-RA-King/pynamer/wiki)\r\n- [FAQs](#-faqs)\r\n- [What's new in version x.x](#-whats-new-in-version-xx)\r\n- [Planned future enhancements](#-planned-future-enhancements)\r\n- [Package statistics](#-package-statistics)\r\n- [License](#-license)\r\n- [Meta information](#\u2139-meta)\r\n\r\n# \ud83d\udcfa Demo\r\n\r\n---\r\n\r\nPut a demo animated gif here.\r\n\r\n# \ud83d\udca1 Project rationale\r\n\r\n---\r\n\r\nWhy I built this project\r\n\r\n## \ud83d\udc53 TLDR\r\n\r\nA very succinct paragraph summary regarding the package purpose and operation.\r\n\r\n# \ud83d\ude80 Quickstart\r\n\r\n---\r\n\r\nExplain succinctly how to use the repository\r\n\r\n## \ud83d\udccb Prerequisites\r\n\r\n- A bulleted list of requirements\r\n\r\n## \ud83d\udcbe Installation\r\n\r\nOS X & Linux:\r\n\r\n```sh\r\npip3 install agrajag\r\n```\r\n\r\nWindows:\r\n\r\n```sh\r\npip install agrajag\r\n```\r\n\r\n## \ud83d\udcdd Basic Usage\r\n\r\nA simple example demonstrating that the package is working\r\n\r\n# \ud83d\udcdd Usage\r\n\r\n---\r\n\r\nA few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.\r\n\r\n_For more examples and usage, please refer to the [Wiki][wiki]._\r\n\r\n# \ud83d\udd27 Development setup\r\n\r\n---\r\n\r\nDescribe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.\r\n\r\n```sh\r\npip install --editable agrajag\r\n```\r\n\r\n# \u2699\ufe0f Configuration\r\n\r\n---\r\n\r\nPlace configuration information here\r\n\r\n# \ud83d\udd12 Security Considerations\r\n\r\n---\r\n\r\nWrite any security concerns that you may have here.\r\ne.g. exposure of API keys, passwords, old modules etc.\r\n\r\n# \ud83d\udcda Documentation\r\n\r\n---\r\n\r\n[**Read the Docs**](https://agrajag.readthedocs.io/en/latest/)\r\n\r\n- [**Example Usage**](https://agrajag.readthedocs.io/en/latest/example.html)\r\n- [**Credits**](https://agrajag.readthedocs.io/en/latest/example.html)\r\n- [**Changelog**](https://agrajag.readthedocs.io/en/latest/changelog.html)\r\n- [**API Reference**](https://agrajag.readthedocs.io/en/latest/autoapi/index.html)\r\n\r\n[**Wiki**](https://github.com/Stephen-RA-King/agrajag/wiki)\r\n\r\n# \ud83e\uddec Design Considerations\r\n\r\n---\r\n\r\nA few paragraphs on the design considerations if required.\r\n\r\n# \ud83d\udc33 Using Docker\r\n\r\n---\r\n\r\n## Building the Image from Dockerfile\r\n\r\nStart your docker runtime then:\r\n\r\nBuild the image using **_docker build_** command. e.g.\r\n\r\n```shell\r\n$ docker build -t sraking/agrajag:0.1.0 -t sraking/agrajag:latest .\r\n```\r\n\r\nOnce built, run the image using the **_docker run_** command. This will create the container. e.g.\r\n\r\n```shell\r\n$ docker run -it sraking/agrajag:0.1.0 /bin/bash\r\n```\r\n\r\nOptional: The image can now be pushed to the repository using the **_docker push_** command. e.g.\r\n\r\n```shell\r\n$ docker push sraking/agrajag:0.1.0\r\n```\r\n\r\n## Using the ready built image on dockerhub\r\n\r\nPull the latest image from the repository using the **_docker pull_** command. e.g.\r\n\r\n```bash\r\n~ $ docker pull sraking/agrajag\r\n```\r\n\r\nNow run the image using the **_docker run_** command. This will create the container. e.g.\r\n\r\n```bash\r\n~ $ docker run -it sraking/agrajag /bin/bash\r\n```\r\n\r\nUse the command line as normal in the container.\r\n\r\n```bash\r\nroot@4d315992ca28:/app# agrajag -h\r\n```\r\n\r\n# \u26a0\ufe0f Limitations\r\n\r\n---\r\n\r\nDescribe any limitation the application may have (if any).\r\n\r\n# \u2049\ufe0f Some Quirks\r\n\r\n---\r\n\r\nThe reason I wrote this application in the first place.\r\n\r\n## \u2753 FAQs\r\n\r\n---\r\n\r\nGive examples of frequently asked questions\r\n\r\n# \ud83d\udcf0 What's new in version x.x\r\n\r\n---\r\n\r\n- bulleted list of new features\r\n\r\n# \ud83d\udcc6 Planned future enhancements\r\n\r\n---\r\n\r\n- Feature 1\r\n- Feature 2\r\n\r\n# \ud83d\udcca Package statistics\r\n\r\n---\r\n\r\n- [**libraries.io**](https://libraries.io/pypi/Stephen-RA-King)\r\n- [**PyPI Stats**](https://pypistats.org/packages/Stephen-RA-King)\r\n- [**Pepy**](https://www.pepy.tech/projects/Stephen-RA-King)\r\n\r\n# \ud83d\udcdc License\r\n\r\n---\r\n\r\nDistributed under the MIT license. See [![][license-image]][license-url] for more information.\r\n\r\n# <\u2139\ufe0f> Meta\r\n\r\n---\r\n\r\n[![](assets/linkedin.png)](https://www.linkedin.com/in/sr-king)\r\n[![](assets/github.png)](https://github.com/Stephen-RA-King)\r\n[![](assets/pypi.png)](https://pypi.org/project/agrajag)\r\n[![Docker](assets/docker.png)](https://hub.docker.com/r/sraking/agrajag)\r\n[![](assets/www.png)](https://stephen-ra-king.github.io/justpython/)\r\n[![](assets/email2.png)](mailto:sking.github@gmail.com)\r\n[![](assets/github.png)](https://github.com/Stephen-RA-King/agrajag)\r\n\r\nAuthor: Stephen R A King ([sking.github@gmail.com](mailto:sking.github@gmail.com))\r\n\r\nCreated with Cookiecutter template: [![pydough][pydough-image]][pydough-url] version 1.3.4\r\n\r\nDigital object identifier: [![DOI](https://zenodo.org/badge/xxxxxxxxx.svg)](https://zenodo.org/badge/latestdoi/xxxxxxxxx)\r\n\r\n<!-- Markdown link & img dfn's -->\r\n\r\n[bandit-image]: https://img.shields.io/badge/security-bandit-yellow.svg\r\n[bandit-url]: https://github.com/PyCQA/bandit\r\n[black-image]: https://img.shields.io/badge/code%20style-black-000000.svg\r\n[black-url]: https://github.com/psf/black\r\n[codeclimate-image]: https://api.codeclimate.com/v1/badges/7fc352185512a1dab75d/maintainability\r\n[codeclimate-url]: https://codeclimate.com/github/Stephen-RA-King/agrajag/maintainability\r\n[codecov-image]: https://codecov.io/gh/Stephen-RA-King/agrajag/branch/main/graph/badge.svg\r\n[codecov-url]: https://app.codecov.io/gh/Stephen-RA-King/agrajag\r\n[codefactor-image]: https://www.codefactor.io/repository/github/Stephen-RA-King/agrajag/badge\r\n[codefactor-url]: https://www.codefactor.io/repository/github/Stephen-RA-King/agrajag\r\n[codeql-image]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/github-code-scanning/codeql/badge.svg\r\n[codeql-url]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/github-code-scanning/codeql\r\n[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\r\n[commitizen-url]: http://commitizen.github.io/cz-cli/\r\n[conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square\r\n[conventional-commits-url]: https://conventionalcommits.org\r\n[deepsource-image]: https://app.deepsource.com/gh/Stephen-RA-King/agrajag.svg/?label=active+issues&show_trend=true\r\n[deepsource-url]: https://app.deepsource.com/gh/Stephen-RA-King/agrajag/?ref=repository-badge\r\n[docker-image]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/docker-image.yml/badge.svg\r\n[docker-url]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/docker-image.yml\r\n[downloads-image]: https://static.pepy.tech/personalized-badge/agrajag?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads\r\n[downloads-url]: https://pepy.tech/project/agrajag\r\n[format-image]: https://img.shields.io/pypi/format/agrajag\r\n[isort-image]: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336\r\n[isort-url]: https://github.com/pycqa/isort/\r\n[lgtm-alerts-image]: https://img.shields.io/lgtm/alerts/g/Stephen-RA-King/agrajag.svg?logo=lgtm&logoWidth=18\r\n[lgtm-alerts-url]: https://lgtm.com/projects/g/Stephen-RA-King/agrajag/alerts/\r\n[lgtm-quality-image]: https://img.shields.io/lgtm/grade/python/g/Stephen-RA-King/agrajag.svg?logo=lgtm&logoWidth=18\r\n[lgtm-quality-url]: https://lgtm.com/projects/g/Stephen-RA-King/agrajag/context:python\r\n[license-image]: https://img.shields.io/pypi/l/agrajag\r\n[license-url]: https://github.com/Stephen-RA-King/agrajag/blob/main/LICENSE\r\n[mypy-image]: http://www.mypy-lang.org/static/mypy_badge.svg\r\n[mypy-url]: http://mypy-lang.org/\r\n[pre-commit-image]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\r\n[pre-commit-url]: https://github.com/pre-commit/pre-commit\r\n[pre-commit.ci-image]: https://results.pre-commit.ci/badge/github/Stephen-RA-King/agrajag/main.svg\r\n[pre-commit.ci-url]: https://results.pre-commit.ci/latest/github/Stephen-RA-King/agrajag/main\r\n[pydough-image]: https://img.shields.io/badge/pydough-2023-orange?logo=cookiecutter\r\n[pydough-url]: https://github.com/Stephen-RA-King/pydough\r\n[pypi-url]: https://pypi.org/project/agrajag/\r\n[pypi-image]: https://img.shields.io/pypi/v/agrajag.svg\r\n[python-version-image]: https://img.shields.io/pypi/pyversions/agrajag\r\n[readthedocs-image]: https://readthedocs.org/projects/agrajag/badge/?version=latest\r\n[readthedocs-url]: https://agrajag.readthedocs.io/en/latest/?badge=latest\r\n[status-image]: https://img.shields.io/pypi/status/agrajag.svg\r\n[tests-image]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/tests.yml/badge.svg\r\n[tests-url]: https://github.com/Stephen-RA-King/agrajag/actions/workflows/tests.yml\r\n[versioning-image]: https://img.shields.io/badge/versioning-semver_2-blue\r\n[versioning-url]: https://semver.org/\r\n[wiki]: https://github.com/Stephen-RA-King/agrajag/wiki\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "placeholder",
"version": "0.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/Stephen-RA-King/agrajag/issues",
"CI": "https://github.com/Stephen-RA-King/agrajag/actions",
"Documentation": "https://agrajag.readthedocs.io/en/latest/",
"Download": "https://github.com/Stephen-RA-King/agrajag/archive/refs/heads/main.zip",
"Homepage": "https://github.com/Stephen-RA-King/agrajag",
"Release Notes": "https://github.com/Stephen-RA-King/agrajag/releases",
"Source Code": "https://github.com/Stephen-RA-King/agrajag/"
},
"split_keywords": [
"utility"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "36b3abd42358dcc1eccac30e684663c8ae7d4658cac5ebb218d1ec5e95eca6c4",
"md5": "c8597b2f5422cfb59084c229b742df26",
"sha256": "9292bf5ff75a95b368f515ff0d1e187d98717589df31f86eae2399432b01e3de"
},
"downloads": -1,
"filename": "agrajag-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c8597b2f5422cfb59084c229b742df26",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8050,
"upload_time": "2023-10-29T16:09:33",
"upload_time_iso_8601": "2023-10-29T16:09:33.519757Z",
"url": "https://files.pythonhosted.org/packages/36/b3/abd42358dcc1eccac30e684663c8ae7d4658cac5ebb218d1ec5e95eca6c4/agrajag-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f188a7b0a66ace8cf7f1833d280afc144a01d9c8941504ed5fff1a888e02388a",
"md5": "3ff22658bb3c3c5caa2fbb44b69674fe",
"sha256": "7148f68a4d0419675f0bf8397ed4adfb9713af846e84d09e2a43f1a235ecdd91"
},
"downloads": -1,
"filename": "agrajag-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "3ff22658bb3c3c5caa2fbb44b69674fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 13466,
"upload_time": "2023-10-29T16:09:35",
"upload_time_iso_8601": "2023-10-29T16:09:35.179471Z",
"url": "https://files.pythonhosted.org/packages/f1/88/a7b0a66ace8cf7f1833d280afc144a01d9c8941504ed5fff1a888e02388a/agrajag-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-29 16:09:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Stephen-RA-King",
"github_project": "agrajag",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "agrajag"
}