masterchicken


Namemasterchicken JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://organicchicken.netlify.app/
SummaryBasic math calculation with a CSV advanced reader and writer
upload_time2023-11-25 21:27:43
maintainer
docs_urlNone
authorPythonChicken123
requires_python>=3.9
licenseMIT
keywords python chicken egg csv math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Masterchicken: The original chicken's python pypi package

[![PyPI version](https://badge.fury.io/py/masterchicken.svg)](https://badge.fury.io/py/masterchicken)
[![Downloads](https://img.shields.io/badge/Downloads-50M%2B-blue)](https://pypi.org/project/masterchicken/#files)
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://organicchicken.netlify.app)
[![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/PythonChicken123/masterchicken/blob/main/LICENSE)

MasterChicken is a Python package that provides a robust and efficient way to manage your chicken coop. It offers a comprehensive set of tools and functionalities that make it easier to monitor and control the conditions of your chicken coop, ensuring the health and productivity of your chickens. This amazing package also has an Optimized CSV file reader which can read .csv files with ease and also has a faster speed to calculate math than NumPy.

[![masterchicken](./masterchicken.png)](https://pypi.org/project/masterchicken/)


## 🔗 Links
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/PythonChicken123/masterchicken/)

[![PyPi](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](https://github.com/PythonChicken123/masterchicken/)

## Features

- Faster speed on calculating math
- Optimized CSV file reader and writer
- Various versions of python
- The Backrooms Game: Noclip to the backrooms and try to escape its moist carpet with thousands of infinite rooms to be trapped in, Be Careful: Escape with concentration to dodge entities and 2.1.313,123.2131.23.2
- Backroom File Extension: can open any .brs file under a second
- Backrooms engine file load compiler

#### Chicken Coop Features:
- Health Monitoring: Keep track of the health status of each chicken in your coop. The package allows you to record and monitor various health parameters, helping you detect any potential health issues early.
- Feed Management: Manage the feeding schedule of your chickens effectively. The package enables you to set up and modify feeding times, ensuring your chickens are well-fed and healthy.
- Egg Production Tracking: Monitor the egg production of your chickens. The package provides tools to record and analyze egg production data, helping you optimize productivity.
- Environment Control: Control the conditions of your chicken coop. The package allows you to adjust parameters like temperature and humidity, creating the ideal environment for your chickens.

## Installation

Masterchicken can be installed via pip:
```shell
python.exe -m pip install --upgrade --force masterchicken
```
Masterchicken can be installed using the '--user' args:
```shell
python.exe -m pip install --upgrade --force masterchicken
```
#### Installing Masterchicken via the GitHub CLI:
```bash
gh repo clone PythonChicken123/masterchicken
```
```bash
cd /masterchicken
```
```bash
python.exe setup.py
```
#### Installing Masterchicken via Docker:
##### Release upcoming for Docker

## Examples
* [Basic Coop](#basic-coop)
* [Basic CSV](#basic-csv)
* [Manage Being Rate Limited](#manage-being-rate-limited)
* [Embedded Content](#webhook-with-embedded-content)
* [Edit Webhook Message](#edit-webhook-messages)
* [Delete Webhook Message](#delete-webhook-messages)
* [Send Files](#send-files)
* [Remove Embeds and Files](#remove-embeds-and-files)
* [Allowed Mentions](#allowed-mentions)
* [Use Proxies](#use-proxies)
* [Timeout](#timeout)
* [Async Support](#async-support)


## Basic Coop

```python
from masterchicken import Coop
   
coop = Coop.Coop()
chicken = coop.create(type='egg')
chicken.hatch()
if chicken.get_hatched():
    print("Congratulations!! You have hatched a chicken")

if __name__ == '__main__':
    print(f"Chicken Stats: {chicken.get_status}")
```

### Basic CSV

```python
from masterchicken.csv import read_csv
import numpy as np

file_path = 'map/chicken.csv'
group_by_column = 'token_id'
columns_to_print = np.array(['chicken_name', 'type', 'hatch_date', 'token_id', 'achievements', 'collections',
                             'flying_eligibility', 'drumstick_value'])

if __name__ == '__main__':
    
    data_frame = read_csv(file_path, delimiter=',', quotechar='"', encoding='utf-8', skiprows=0,
                          group_by=group_by_column, columns_to_print=None, group_entire_print=False)
    if data_frame is not None:
        # Convert 'type' column to a list and print
        type_column_as_list = data_frame['type'].tolist()
        print(type_column_as_list)
        print("1. type: " + type_column_as_list[1])
        print("2. type: " + type_column_as_list[2])

```

Change Log
==========

0.0.2 (02/04/2023)
-------------------
- New: Backrooms.exe
    + Backrooms File Extension
    + Can open any .brs file under 2 seconds
    + Faster Backrooms Engine File Load
    = âž¡ PLEASE INSTALL BACKROOMS VIA THIS COMMAND: 'pip install --upgrade backroom' To get all files for the backrooms.exe
- Added a backrooms game:
    == Noclip to the backrooms and try to escape its moist carpet with thousands of infinite rooms to be trapped in, Be Careful: Escape with concentration to dodge entities and 2.1.313,123.2131.23.2
- Updated README.md

0.0.1 (01/04/2023)
-------------------
- First Release
- Added CSV Reader
- Visit discord.gg/backrooms

            

Raw data

            {
    "_id": null,
    "home_page": "https://organicchicken.netlify.app/",
    "name": "masterchicken",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "python,chicken,egg,csv,math",
    "author": "PythonChicken123",
    "author_email": "wave6013@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/cf/8c8977b5589ac04faf472fffaac259a0e8f7422d151185585fb7965a050a/masterchicken-0.0.6.tar.gz",
    "platform": null,
    "description": "\r\n# Masterchicken: The original chicken's python pypi package\r\n\r\n[![PyPI version](https://badge.fury.io/py/masterchicken.svg)](https://badge.fury.io/py/masterchicken)\r\n[![Downloads](https://img.shields.io/badge/Downloads-50M%2B-blue)](https://pypi.org/project/masterchicken/#files)\r\n[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://organicchicken.netlify.app)\r\n[![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/PythonChicken123/masterchicken/blob/main/LICENSE)\r\n\r\nMasterChicken is a Python package that provides a robust and efficient way to manage your chicken coop. It offers a comprehensive set of tools and functionalities that make it easier to monitor and control the conditions of your chicken coop, ensuring the health and productivity of your chickens. This amazing package also has an Optimized CSV file reader which can read .csv files with ease and also has a faster speed to calculate math than NumPy.\r\n\r\n[![masterchicken](./masterchicken.png)](https://pypi.org/project/masterchicken/)\r\n\r\n\r\n## \u00f0\u0178\u201d\u2014 Links\r\n[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/PythonChicken123/masterchicken/)\r\n\r\n[![PyPi](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](https://github.com/PythonChicken123/masterchicken/)\r\n\r\n## Features\r\n\r\n- Faster speed on calculating math\r\n- Optimized CSV file reader and writer\r\n- Various versions of python\r\n- The Backrooms Game: Noclip to the backrooms and try to escape its moist carpet with thousands of infinite rooms to be trapped in, Be Careful: Escape with concentration to dodge entities and 2.1.313,123.2131.23.2\r\n- Backroom File Extension: can open any .brs file under a second\r\n- Backrooms engine file load compiler\r\n\r\n#### Chicken Coop Features:\r\n- Health Monitoring: Keep track of the health status of each chicken in your coop. The package allows you to record and monitor various health parameters, helping you detect any potential health issues early.\r\n- Feed Management: Manage the feeding schedule of your chickens effectively. The package enables you to set up and modify feeding times, ensuring your chickens are well-fed and healthy.\r\n- Egg Production Tracking: Monitor the egg production of your chickens. The package provides tools to record and analyze egg production data, helping you optimize productivity.\r\n- Environment Control: Control the conditions of your chicken coop. The package allows you to adjust parameters like temperature and humidity, creating the ideal environment for your chickens.\r\n\r\n## Installation\r\n\r\nMasterchicken can be installed via pip:\r\n```shell\r\npython.exe -m pip install --upgrade --force masterchicken\r\n```\r\nMasterchicken can be installed using the '--user' args:\r\n```shell\r\npython.exe -m pip install --upgrade --force masterchicken\r\n```\r\n#### Installing Masterchicken via the GitHub CLI:\r\n```bash\r\ngh repo clone PythonChicken123/masterchicken\r\n```\r\n```bash\r\ncd /masterchicken\r\n```\r\n```bash\r\npython.exe setup.py\r\n```\r\n#### Installing Masterchicken via Docker:\r\n##### Release upcoming for Docker\r\n\r\n## Examples\r\n* [Basic Coop](#basic-coop)\r\n* [Basic CSV](#basic-csv)\r\n* [Manage Being Rate Limited](#manage-being-rate-limited)\r\n* [Embedded Content](#webhook-with-embedded-content)\r\n* [Edit Webhook Message](#edit-webhook-messages)\r\n* [Delete Webhook Message](#delete-webhook-messages)\r\n* [Send Files](#send-files)\r\n* [Remove Embeds and Files](#remove-embeds-and-files)\r\n* [Allowed Mentions](#allowed-mentions)\r\n* [Use Proxies](#use-proxies)\r\n* [Timeout](#timeout)\r\n* [Async Support](#async-support)\r\n\r\n\r\n## Basic Coop\r\n\r\n```python\r\nfrom masterchicken import Coop\r\n   \r\ncoop = Coop.Coop()\r\nchicken = coop.create(type='egg')\r\nchicken.hatch()\r\nif chicken.get_hatched():\r\n    print(\"Congratulations!! You have hatched a chicken\")\r\n\r\nif __name__ == '__main__':\r\n    print(f\"Chicken Stats: {chicken.get_status}\")\r\n```\r\n\r\n### Basic CSV\r\n\r\n```python\r\nfrom masterchicken.csv import read_csv\r\nimport numpy as np\r\n\r\nfile_path = 'map/chicken.csv'\r\ngroup_by_column = 'token_id'\r\ncolumns_to_print = np.array(['chicken_name', 'type', 'hatch_date', 'token_id', 'achievements', 'collections',\r\n                             'flying_eligibility', 'drumstick_value'])\r\n\r\nif __name__ == '__main__':\r\n    \r\n    data_frame = read_csv(file_path, delimiter=',', quotechar='\"', encoding='utf-8', skiprows=0,\r\n                          group_by=group_by_column, columns_to_print=None, group_entire_print=False)\r\n    if data_frame is not None:\r\n        # Convert 'type' column to a list and print\r\n        type_column_as_list = data_frame['type'].tolist()\r\n        print(type_column_as_list)\r\n        print(\"1. type: \" + type_column_as_list[1])\r\n        print(\"2. type: \" + type_column_as_list[2])\r\n\r\n```\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.2 (02/04/2023)\r\n-------------------\r\n- New: Backrooms.exe\r\n    + Backrooms File Extension\r\n    + Can open any .brs file under 2 seconds\r\n    + Faster Backrooms Engine File Load\r\n    = \u00e2\u017e\u00a1 PLEASE INSTALL BACKROOMS VIA THIS COMMAND: 'pip install --upgrade backroom' To get all files for the backrooms.exe\r\n- Added a backrooms game:\r\n    == Noclip to the backrooms and try to escape its moist carpet with thousands of infinite rooms to be trapped in, Be Careful: Escape with concentration to dodge entities and 2.1.313,123.2131.23.2\r\n- Updated README.md\r\n\r\n0.0.1 (01/04/2023)\r\n-------------------\r\n- First Release\r\n- Added CSV Reader\r\n- Visit discord.gg/backrooms\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Basic math calculation with a CSV advanced reader and writer",
    "version": "0.0.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/PythonChicken123/masterchicken/issues",
        "Download": "https://pypi.org/project/masterchicken/",
        "Homepage": "https://organicchicken.netlify.app/",
        "License": "https://github.com/PythonChicken123/masterchicken/blob/main/LICENSE",
        "Source Code": "https://github.com/PythonChicken123/masterchicken/"
    },
    "split_keywords": [
        "python",
        "chicken",
        "egg",
        "csv",
        "math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fdddc72803a57c44adecf3381917c13f654b8fa648eb9ddcf557a4ee89ff04d",
                "md5": "743c760a641467cee82eb51cbd4af673",
                "sha256": "a93cc86470a3d5d514e1cbd262d4c195d7b68a413a9e005d26ef804ef8d89b9f"
            },
            "downloads": -1,
            "filename": "masterchicken-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "743c760a641467cee82eb51cbd4af673",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17528,
            "upload_time": "2023-11-25T21:28:15",
            "upload_time_iso_8601": "2023-11-25T21:28:15.725856Z",
            "url": "https://files.pythonhosted.org/packages/8f/dd/dc72803a57c44adecf3381917c13f654b8fa648eb9ddcf557a4ee89ff04d/masterchicken-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edcf8c8977b5589ac04faf472fffaac259a0e8f7422d151185585fb7965a050a",
                "md5": "4e73fea58c1c15315bf1931420d38f88",
                "sha256": "a4b35c4e651f39f81647ff55e8320ba86f5391e829fe0f82b5cb11d7fcebbcb6"
            },
            "downloads": -1,
            "filename": "masterchicken-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "4e73fea58c1c15315bf1931420d38f88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17978,
            "upload_time": "2023-11-25T21:27:43",
            "upload_time_iso_8601": "2023-11-25T21:27:43.784103Z",
            "url": "https://files.pythonhosted.org/packages/ed/cf/8c8977b5589ac04faf472fffaac259a0e8f7422d151185585fb7965a050a/masterchicken-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 21:27:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PythonChicken123",
    "github_project": "masterchicken",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "masterchicken"
}
        
Elapsed time: 0.72519s