Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdotcom/py-opredflag
https://github.com/bobdotcom/py-opredflag
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobdotcom/py-opredflag
- Owner: BobDotCom
- License: gpl-3.0
- Created: 2023-09-21T20:35:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T21:42:27.000Z (3 months ago)
- Last Synced: 2024-10-14T22:01:00.004Z (3 months ago)
- Language: Python
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
py-opredflag
============.. image:: https://img.shields.io/discord/1156255530797514802?label=discord&style=for-the-badge&logo=discord&color=5865F2&logoColor=white
:target: https://discord.gg/fFAkd7CGkB
:alt: Discord server invite
.. image:: https://img.shields.io/pypi/v/opredflag.svg?style=for-the-badge&logo=pypi&color=yellowgreen&logoColor=white
:target: https://pypi.python.org/pypi/opredflag
:alt: PyPI version info
.. image:: https://img.shields.io/pypi/pyversions/opredflag.svg?style=for-the-badge&logo=python&logoColor=white
:target: https://pypi.python.org/pypi/opredflag
:alt: PyPI supported Python versions
.. image:: https://img.shields.io/pypi/dm/opredflag?color=blueviolet&logo=pypi&logoColor=white&style=for-the-badge
:target: https://pypi.python.org/pypi/opredflag
:alt: PyPI downloads
.. image:: https://img.shields.io/github/v/release/BobDotCom/py-opredflag?include_prereleases&label=Latest%20Release&logo=github&sort=semver&style=for-the-badge&logoColor=white
:target: https://github.com/BobDotCom/py-opredflag/releases
:alt: Latest releaseA package written in python with useful scripts for `Operation Red Flag `_.
Key Features
------------- Intuitive Command-Line Interface (CLI)
- Easy-to-use Pythonic design
- Categorical design with dedicated sub-modules for different usagesInstalling
----------**Python 3.10 or higher is required**
To install the library, run the following command:
.. code:: sh
# Linux/macOS
python3 -m pip install -U opredflag# Windows
py -3 -m pip install -U opredflagTo install the development version, do the following:
.. code:: sh
$ git clone https://github.com/BobDotCom/py-opredflag
$ cd pycord
$ python3 -m pip install -U .or if you do not want to clone the repository:
.. code:: sh
# Linux/macOS
python3 -m pip install git+https://github.com/BobDotCom/py-opredflag
# Windows
py -3 -m pip install git+https://github.com/BobDotCom/py-opredflagUseful Links
------------- `Documentation `_
- `Our Official Discord Server `_
- `Official OPRF Server `_