pygrams


Namepygrams JSON
Version 0.0.22 PyPI version JSON
download
home_pagehttps://pygrams.netlify.app
SummaryGet python programs handy as a function
upload_time2024-12-15 16:32:32
maintainerNone
docs_urlNone
authorYaseen
requires_pythonNone
licenseMIT
keywords pythonprograms programs functions pygrams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <a href="#">
    <img src="https://raw.githubusercontent.com/Yaseen549/pygrams/refs/heads/main/img/pygramsLogoMain.png" alt="Pygrams logo" width="250" height="100">
  </a>
</p>

<h3 align="center">PyGrams</h3>

<p align="center">
  The Python Package to get all your hustling Programs in one CodeBase.
</p>

---

### 🚀 Quick Start

Several quick start options are available:

- [Download the latest release](https://github.com/Yaseen549/pygrams/archive/refs/tags/v0.0.22.zip)
- Clone the repo: `git clone https://github.com/Yaseen549/pygrams.git`
- Install via [PyPI](https://www.pypi.org/): `pip install pygrams`

For more information on the library contents, examples, and documentation, read the [Getting Started Guide](https://pygrams.netlify.app/).

---

### 📂 What's Included

Within the download, you'll find the following directories and files, logically grouping common assets. You'll see something like this:

```
pygrams/ 
├── pygrams/ 
│   ├── datamanipulation/
│   │   ├── dataprocessing.py
│   │   └── dataviz.py
│   ├── utils/
│   │   ├── algorithmicutils.py
│   │   ├── dateandtimeutils.py
│   │   ├── defaultutils.py
│   │   ├── fileutils.py
│   │   ├── mathutils.py
│   │   ├── networkutils.py
│   │   └── stringutils.py
│   ├── generators.py
│   ├── getters.py
│   ├── haselements.py
│   ├── issers.py
│   ├── others.py
│   ├── pygrams.py
│   ├── searching.py
│   ├── sorting.py
│   └── ... 
├── .gitignore
├── LICENSE
├── MANIFEST.in
├── README.md
├── setup.cfg
└── setup.py
```

This structure includes all the essential programs and supporting documentation files.

---

### 🐞 Bugs and Feature Requests

Have a bug or a feature request? Please first search for existing and closed [issues](https://github.com/Yaseen549/pygrams/issues). If your problem or idea is not addressed yet, [please open a new issue](https://github.com/Yaseen549/pygrams/issues/new).

**Is there any program missing?** [Raise an Issue here](https://github.com/Yaseen549/pygrams/issues/new).

---

### 🙌 Contribution Guide (Become a Backer)

If you are willing to contribute, follow these steps:

1. **Fork the Repo** to your GitHub account.
2. **Clone the Repo**: `git clone REPO_URL`
3. **Create a new remote** for the upstream repository: `git remote add upstream REPO_URL`
4. **Create a new branch**: `git checkout -b your-branch-name`
5. **Add your code**: `git add .`
6. **Commit your changes**: `git commit -m "Adding an awesome feature to your-branch-name"`
7. **Push the changes** to your repository: `git push -u origin your-branch-name`
8. **Create a pull request**: Submit a pull request, and we will review it ASAP!

That's it! Your name will appear in the contributors list once your PR is merged. 🎉

---

### 📢 Feature Request Process

If you'd like to request a feature, please follow the template below:

**Title**: Program Name

**Description**:
- Add a detailed explanation of how the function works.
- You can also include the complete program with comments explaining the logic and usage.

Click [here to request a feature](https://github.com/Yaseen549/pygrams/issues/new).

---

### 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

### 💬 Stay Connected

- [GitHub](https://github.com/Yaseen549)
- [Website](https://pygrams.netlify.app/)

---

Thank you for using PyGrams! Happy coding! 😊

            

Raw data

            {
    "_id": null,
    "home_page": "https://pygrams.netlify.app",
    "name": "pygrams",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "PYTHONPROGRAMS, PROGRAMS, FUNCTIONS, PYGRAMS",
    "author": "Yaseen",
    "author_email": "fantasticyaseenshariff@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/82/fc/a060235896ab94ff9f67d6e6e4cc4679206ecdaa99ddc4052f98d6f68eb0/pygrams-0.0.22.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n  <a href=\"#\">\r\n    <img src=\"https://raw.githubusercontent.com/Yaseen549/pygrams/refs/heads/main/img/pygramsLogoMain.png\" alt=\"Pygrams logo\" width=\"250\" height=\"100\">\r\n  </a>\r\n</p>\r\n\r\n<h3 align=\"center\">PyGrams</h3>\r\n\r\n<p align=\"center\">\r\n  The Python Package to get all your hustling Programs in one CodeBase.\r\n</p>\r\n\r\n---\r\n\r\n### \ud83d\ude80 Quick Start\r\n\r\nSeveral quick start options are available:\r\n\r\n- [Download the latest release](https://github.com/Yaseen549/pygrams/archive/refs/tags/v0.0.22.zip)\r\n- Clone the repo: `git clone https://github.com/Yaseen549/pygrams.git`\r\n- Install via [PyPI](https://www.pypi.org/): `pip install pygrams`\r\n\r\nFor more information on the library contents, examples, and documentation, read the [Getting Started Guide](https://pygrams.netlify.app/).\r\n\r\n---\r\n\r\n### \ud83d\udcc2 What's Included\r\n\r\nWithin the download, you'll find the following directories and files, logically grouping common assets. You'll see something like this:\r\n\r\n```\r\npygrams/ \r\n\u251c\u2500\u2500 pygrams/ \r\n\u2502   \u251c\u2500\u2500 datamanipulation/\r\n\u2502   \u2502   \u251c\u2500\u2500 dataprocessing.py\r\n\u2502   \u2502   \u2514\u2500\u2500 dataviz.py\r\n\u2502   \u251c\u2500\u2500 utils/\r\n\u2502   \u2502   \u251c\u2500\u2500 algorithmicutils.py\r\n\u2502   \u2502   \u251c\u2500\u2500 dateandtimeutils.py\r\n\u2502   \u2502   \u251c\u2500\u2500 defaultutils.py\r\n\u2502   \u2502   \u251c\u2500\u2500 fileutils.py\r\n\u2502   \u2502   \u251c\u2500\u2500 mathutils.py\r\n\u2502   \u2502   \u251c\u2500\u2500 networkutils.py\r\n\u2502   \u2502   \u2514\u2500\u2500 stringutils.py\r\n\u2502   \u251c\u2500\u2500 generators.py\r\n\u2502   \u251c\u2500\u2500 getters.py\r\n\u2502   \u251c\u2500\u2500 haselements.py\r\n\u2502   \u251c\u2500\u2500 issers.py\r\n\u2502   \u251c\u2500\u2500 others.py\r\n\u2502   \u251c\u2500\u2500 pygrams.py\r\n\u2502   \u251c\u2500\u2500 searching.py\r\n\u2502   \u251c\u2500\u2500 sorting.py\r\n\u2502   \u2514\u2500\u2500 ... \r\n\u251c\u2500\u2500 .gitignore\r\n\u251c\u2500\u2500 LICENSE\r\n\u251c\u2500\u2500 MANIFEST.in\r\n\u251c\u2500\u2500 README.md\r\n\u251c\u2500\u2500 setup.cfg\r\n\u2514\u2500\u2500 setup.py\r\n```\r\n\r\nThis structure includes all the essential programs and supporting documentation files.\r\n\r\n---\r\n\r\n### \ud83d\udc1e Bugs and Feature Requests\r\n\r\nHave a bug or a feature request? Please first search for existing and closed [issues](https://github.com/Yaseen549/pygrams/issues). If your problem or idea is not addressed yet, [please open a new issue](https://github.com/Yaseen549/pygrams/issues/new).\r\n\r\n**Is there any program missing?** [Raise an Issue here](https://github.com/Yaseen549/pygrams/issues/new).\r\n\r\n---\r\n\r\n### \ud83d\ude4c Contribution Guide (Become a Backer)\r\n\r\nIf you are willing to contribute, follow these steps:\r\n\r\n1. **Fork the Repo** to your GitHub account.\r\n2. **Clone the Repo**: `git clone REPO_URL`\r\n3. **Create a new remote** for the upstream repository: `git remote add upstream REPO_URL`\r\n4. **Create a new branch**: `git checkout -b your-branch-name`\r\n5. **Add your code**: `git add .`\r\n6. **Commit your changes**: `git commit -m \"Adding an awesome feature to your-branch-name\"`\r\n7. **Push the changes** to your repository: `git push -u origin your-branch-name`\r\n8. **Create a pull request**: Submit a pull request, and we will review it ASAP!\r\n\r\nThat's it! Your name will appear in the contributors list once your PR is merged. \ud83c\udf89\r\n\r\n---\r\n\r\n### \ud83d\udce2 Feature Request Process\r\n\r\nIf you'd like to request a feature, please follow the template below:\r\n\r\n**Title**: Program Name\r\n\r\n**Description**:\r\n- Add a detailed explanation of how the function works.\r\n- You can also include the complete program with comments explaining the logic and usage.\r\n\r\nClick [here to request a feature](https://github.com/Yaseen549/pygrams/issues/new).\r\n\r\n---\r\n\r\n### \ud83d\udcdd License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n---\r\n\r\n### \ud83d\udcac Stay Connected\r\n\r\n- [GitHub](https://github.com/Yaseen549)\r\n- [Website](https://pygrams.netlify.app/)\r\n\r\n---\r\n\r\nThank you for using PyGrams! Happy coding! \ud83d\ude0a\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Get python programs handy as a function",
    "version": "0.0.22",
    "project_urls": {
        "Download": "https://github.com/Yaseen549/pygrams/archive/refs/tags/v0.0.22.tar.gz",
        "Homepage": "https://pygrams.netlify.app"
    },
    "split_keywords": [
        "pythonprograms",
        " programs",
        " functions",
        " pygrams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1477f4b9f31f99b1b5b2197663b4bb2758dffa9ddf8cea172cc566671f8d79d7",
                "md5": "2cc79ae81b3eff5e23b75042f9eaacb3",
                "sha256": "928e6fdbfb4abb1d2750afc95de58e1337aca83586397f65a8e1961ac0edd62f"
            },
            "downloads": -1,
            "filename": "pygrams-0.0.22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cc79ae81b3eff5e23b75042f9eaacb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 25379,
            "upload_time": "2024-12-15T16:32:29",
            "upload_time_iso_8601": "2024-12-15T16:32:29.519884Z",
            "url": "https://files.pythonhosted.org/packages/14/77/f4b9f31f99b1b5b2197663b4bb2758dffa9ddf8cea172cc566671f8d79d7/pygrams-0.0.22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82fca060235896ab94ff9f67d6e6e4cc4679206ecdaa99ddc4052f98d6f68eb0",
                "md5": "2b5b213931049e36119c7841cec2f186",
                "sha256": "670128db6adde0bfb532f6b9f50539bf9f8f8207bcde11e48e9d907aa228a814"
            },
            "downloads": -1,
            "filename": "pygrams-0.0.22.tar.gz",
            "has_sig": false,
            "md5_digest": "2b5b213931049e36119c7841cec2f186",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 71574,
            "upload_time": "2024-12-15T16:32:32",
            "upload_time_iso_8601": "2024-12-15T16:32:32.959821Z",
            "url": "https://files.pythonhosted.org/packages/82/fc/a060235896ab94ff9f67d6e6e4cc4679206ecdaa99ddc4052f98d6f68eb0/pygrams-0.0.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-15 16:32:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Yaseen549",
    "github_project": "pygrams",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygrams"
}
        
Elapsed time: 2.20212s