bd-tools


Namebd-tools JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryCollection of tools for recurring tasks
upload_time2025-02-24 10:09:40
maintainerNone
docs_urlNone
authorBenoit Dehapiot
requires_python>=3.9
licenseGNU General Public License v3 (GPLv3)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Python Badge](https://img.shields.io/badge/Python-3.10-rgb(69%2C132%2C182)?logo=python&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))
![TensorFlow Badge](https://img.shields.io/badge/TensoFlow-2.10-rgb(255%2C115%2C0)?logo=TensorFlow&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))
![CUDA Badge](https://img.shields.io/badge/CUDA-11.2-rgb(118%2C185%2C0)?logo=NVIDIA&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))
![cuDNN Badge](https://img.shields.io/badge/cuDNN-8.1-rgb(118%2C185%2C0)?logo=NVIDIA&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))    
![Author Badge](https://img.shields.io/badge/Author-Benoit%20Dehapiot-blue?labelColor=rgb(50%2C60%2C65)&color=rgb(149%2C157%2C165))
![Date Badge](https://img.shields.io/badge/Created-2024--09--04-blue?labelColor=rgb(50%2C60%2C65)&color=rgb(149%2C157%2C165))
![License Badge](https://img.shields.io/badge/Licence-GNU%20General%20Public%20License%20v3.0-blue?labelColor=rgb(50%2C60%2C65)&color=rgb(149%2C157%2C165))    

# bdtools  
Toolkit for reccuring tasks

## Index
- [Installation](#installation)
- [Comments](#comments)

## Installation

Pease select your operating system

<details> <summary>Windows</summary>  

### Step 1: Download this GitHub Repository 
- Click on the green `<> Code` button and download `ZIP` 
- Unzip the downloaded file to a desired location

### Step 2: Install Miniforge (Minimal Conda installer)
- Download and install [Miniforge](https://github.com/conda-forge/miniforge) for your operating system   
- Run the downloaded `.exe` file  
    - Select "Add Miniforge3 to PATH environment variable"  

### Step 3: Setup Conda 
- Open the newly installed Miniforge Prompt  
- Move to the downloaded GitHub repository
- Run one of the following command:  
```bash
# TensorFlow with GPU support
mamba env create -f environment_tf-gpu.yml
# TensorFlow with no GPU support 
mamba env create -f environment_tf-nogpu.yml
```  
- Activate Conda environment:
```bash
conda activate bdtools
```
Your prompt should now start with `(bdtools)` instead of `(base)`

</details> 

<details> <summary>MacOS</summary>  

### Step 1: Download this GitHub Repository 
- Click on the green `<> Code` button and download `ZIP` 
- Unzip the downloaded file to a desired location

### Step 2: Install Miniforge (Minimal Conda installer)
- Download and install [Miniforge](https://github.com/conda-forge/miniforge) for your operating system   
- Open your terminal
- Move to the directory containing the Miniforge installer
- Run one of the following command:  
```bash
# Intel-Series
bash Miniforge3-MacOSX-x86_64.sh
# M-Series
bash Miniforge3-MacOSX-arm64.sh
```   

### Step 3: Setup Conda 
- Re-open your terminal 
- Move to the downloaded GitHub repository
- Run one of the following command: 
```bash
# TensorFlow with GPU support
mamba env create -f environment_tf-gpu.yml
# TensorFlow with no GPU support 
mamba env create -f environment_tf-nogpu.yml
```  
- Activate Conda environment:  
```bash
conda activate bdtools
```
Your prompt should now start with `(bdtools)` instead of `(base)`

</details>




## Comments

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bd-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Benoit Dehapiot",
    "author_email": "b.dehapiot@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/fc/fcd7dd71a04317cdbc009f5f73c2a1e10dc2d281302fcff6acf0628c07d1/bd_tools-0.3.1.tar.gz",
    "platform": null,
    "description": "![Python Badge](https://img.shields.io/badge/Python-3.10-rgb(69%2C132%2C182)?logo=python&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))\r\n![TensorFlow Badge](https://img.shields.io/badge/TensoFlow-2.10-rgb(255%2C115%2C0)?logo=TensorFlow&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))\r\n![CUDA Badge](https://img.shields.io/badge/CUDA-11.2-rgb(118%2C185%2C0)?logo=NVIDIA&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))\r\n![cuDNN Badge](https://img.shields.io/badge/cuDNN-8.1-rgb(118%2C185%2C0)?logo=NVIDIA&logoColor=rgb(149%2C157%2C165)&labelColor=rgb(50%2C60%2C65))    \r\n![Author Badge](https://img.shields.io/badge/Author-Benoit%20Dehapiot-blue?labelColor=rgb(50%2C60%2C65)&color=rgb(149%2C157%2C165))\r\n![Date Badge](https://img.shields.io/badge/Created-2024--09--04-blue?labelColor=rgb(50%2C60%2C65)&color=rgb(149%2C157%2C165))\r\n![License Badge](https://img.shields.io/badge/Licence-GNU%20General%20Public%20License%20v3.0-blue?labelColor=rgb(50%2C60%2C65)&color=rgb(149%2C157%2C165))    \r\n\r\n# bdtools  \r\nToolkit for reccuring tasks\r\n\r\n## Index\r\n- [Installation](#installation)\r\n- [Comments](#comments)\r\n\r\n## Installation\r\n\r\nPease select your operating system\r\n\r\n<details> <summary>Windows</summary>  \r\n\r\n### Step 1: Download this GitHub Repository \r\n- Click on the green `<> Code` button and download `ZIP` \r\n- Unzip the downloaded file to a desired location\r\n\r\n### Step 2: Install Miniforge (Minimal Conda installer)\r\n- Download and install [Miniforge](https://github.com/conda-forge/miniforge) for your operating system   \r\n- Run the downloaded `.exe` file  \r\n    - Select \"Add Miniforge3 to PATH environment variable\"  \r\n\r\n### Step 3: Setup Conda \r\n- Open the newly installed Miniforge Prompt  \r\n- Move to the downloaded GitHub repository\r\n- Run one of the following command:  \r\n```bash\r\n# TensorFlow with GPU support\r\nmamba env create -f environment_tf-gpu.yml\r\n# TensorFlow with no GPU support \r\nmamba env create -f environment_tf-nogpu.yml\r\n```  \r\n- Activate Conda environment:\r\n```bash\r\nconda activate bdtools\r\n```\r\nYour prompt should now start with `(bdtools)` instead of `(base)`\r\n\r\n</details> \r\n\r\n<details> <summary>MacOS</summary>  \r\n\r\n### Step 1: Download this GitHub Repository \r\n- Click on the green `<> Code` button and download `ZIP` \r\n- Unzip the downloaded file to a desired location\r\n\r\n### Step 2: Install Miniforge (Minimal Conda installer)\r\n- Download and install [Miniforge](https://github.com/conda-forge/miniforge) for your operating system   \r\n- Open your terminal\r\n- Move to the directory containing the Miniforge installer\r\n- Run one of the following command:  \r\n```bash\r\n# Intel-Series\r\nbash Miniforge3-MacOSX-x86_64.sh\r\n# M-Series\r\nbash Miniforge3-MacOSX-arm64.sh\r\n```   \r\n\r\n### Step 3: Setup Conda \r\n- Re-open your terminal \r\n- Move to the downloaded GitHub repository\r\n- Run one of the following command: \r\n```bash\r\n# TensorFlow with GPU support\r\nmamba env create -f environment_tf-gpu.yml\r\n# TensorFlow with no GPU support \r\nmamba env create -f environment_tf-nogpu.yml\r\n```  \r\n- Activate Conda environment:  \r\n```bash\r\nconda activate bdtools\r\n```\r\nYour prompt should now start with `(bdtools)` instead of `(base)`\r\n\r\n</details>\r\n\r\n\r\n\r\n\r\n## Comments\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "Collection of tools for recurring tasks",
    "version": "0.3.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6f4c07beae00aaa333980b01976493ef6eb86c951ee027056eca0f6a0b3af53",
                "md5": "eb84e6b05505c1f6f8e2a71cb0a31e76",
                "sha256": "caf18e4329310806d0f99ca939cbc5dfbf2832bdc9824afd279acf2a7a3e3716"
            },
            "downloads": -1,
            "filename": "bd_tools-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb84e6b05505c1f6f8e2a71cb0a31e76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 42797,
            "upload_time": "2025-02-24T10:09:38",
            "upload_time_iso_8601": "2025-02-24T10:09:38.572113Z",
            "url": "https://files.pythonhosted.org/packages/b6/f4/c07beae00aaa333980b01976493ef6eb86c951ee027056eca0f6a0b3af53/bd_tools-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2fcfcd7dd71a04317cdbc009f5f73c2a1e10dc2d281302fcff6acf0628c07d1",
                "md5": "850ee7a3799c3262849640f8c95580f7",
                "sha256": "865539b1f6d1df4a4b84d3cc60e56536240350773cbf44763ee5f6da3928bb33"
            },
            "downloads": -1,
            "filename": "bd_tools-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "850ee7a3799c3262849640f8c95580f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 38427,
            "upload_time": "2025-02-24T10:09:40",
            "upload_time_iso_8601": "2025-02-24T10:09:40.293925Z",
            "url": "https://files.pythonhosted.org/packages/b2/fc/fcd7dd71a04317cdbc009f5f73c2a1e10dc2d281302fcff6acf0628c07d1/bd_tools-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-24 10:09:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bd-tools"
}
        
Elapsed time: 0.75674s