placeholder
Project description
agrajag
Short blurb about what your product does.
One to two paragraph statement about your product and what it does.
Contents
- Demo
- Project rationale
- Quick start
- Usage
- Development setup
- Configuration
- Documentation
- FAQs
- What's new in version x.x
- Planned future enhancements
- Package statistics
- License
- Meta information
📺 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:
pip3 install agrajag
Windows:
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.
🔧 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.
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
🧬 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.
$ 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.
$ 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.
$ 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.
~ $ docker pull sraking/agrajag
Now run the image using the docker run command. This will create the container. e.g.
~ $ docker run -it sraking/agrajag /bin/bash
Use the command line as normal in the container.
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
📜 License
Distributed under the MIT license. See for more information.
<ℹ️> Meta
Author: Stephen R A King (sking.github@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file agrajag-0.1.0.tar.gz
.
File metadata
- Download URL: agrajag-0.1.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7148f68a4d0419675f0bf8397ed4adfb9713af846e84d09e2a43f1a235ecdd91 |
|
MD5 | 3ff22658bb3c3c5caa2fbb44b69674fe |
|
BLAKE2b-256 | f188a7b0a66ace8cf7f1833d280afc144a01d9c8941504ed5fff1a888e02388a |
File details
Details for the file agrajag-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: agrajag-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9292bf5ff75a95b368f515ff0d1e187d98717589df31f86eae2399432b01e3de |
|
MD5 | c8597b2f5422cfb59084c229b742df26 |
|
BLAKE2b-256 | 36b3abd42358dcc1eccac30e684663c8ae7d4658cac5ebb218d1ec5e95eca6c4 |