python-dev-toolkit


Namepython-dev-toolkit JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/alex-smith/python-dev-toolkit
SummaryProfessional toolkit for Python developers and software engineers
upload_time2025-09-03 17:13:46
maintainerNone
docs_urlNone
authoralex-smith
requires_python>=3.7
licenseMIT
keywords python development toolkit engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-dev-toolkit

[![PyPI version](https://badge.fury.io/py/python-dev-toolkit.svg)](https://badge.fury.io/py/python-dev-toolkit)
[![Python Version](https://img.shields.io/pypi/pyversions/python-dev-toolkit.svg)](https://pypi.org/project/python-dev-toolkit/)

Professional toolkit for Python developers and software engineers. This package provides essential tools and utilities to streamline development workflows and boost productivity.

## Features

- **Developer Tools**: Essential utilities for professional Python development
- **Simple API**: Clean and intuitive interface for all tools
- **Hash-based Installation**: Supports secure installation via `pip install -r requirements.txt --require-hashes`
- **Production Ready**: Designed for professional software engineering workflows

## Installation

### Standard Installation

```bash
pip install python-dev-toolkit
```

### Hash-verified Installation

For secure, hash-verified installation:

```bash
pip install -r requirements.txt --require-hashes
```

## Usage

```python
from python_dev_toolkit import hello

# Basic usage
print(hello())
# Output: Hello, World! This is python-dev-toolkit package.

# Personalized greeting
print(hello("Alice"))
# Output: Hello, Alice! This is python-dev-toolkit package.
```

## Package Structure

```
python-dev-toolkit/
├── python_dev_toolkit/
│   ├── __init__.py          # Package initialization
│   └── core.py              # Core functionality
├── setup.py                 # Setup configuration with custom install
├── pyproject.toml          # Modern Python packaging configuration
├── requirements.txt        # Hash-verified requirements
├── README.md              # This file
├── LICENSE                # MIT License
└── MANIFEST.in           # Additional files for distribution
```

## Development

This package provides a professional toolkit for Python developers. The tools are designed to be reliable, efficient, and easy to integrate into existing development workflows.

### Building the Package

```bash
python -m build
```

### Publishing to PyPI

```bash
twine upload dist/*
```

## Educational Value

This package includes:

- Professional development utilities and tools
- Modern packaging with pyproject.toml
- Hash-based dependency management
- Proper package structure and documentation
- Clean and documented API

## Requirements

- Python 3.7 or higher
- No external dependencies (kept minimal for educational purposes)

## License

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

## Contributing

Feel free to contribute new utilities or improvements to existing tools. Pull requests are welcome!

## Author

**alex-smith**

## Acknowledgments

- Python Packaging Authority for excellent packaging documentation
- PyPI for providing the platform for package distribution

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alex-smith/python-dev-toolkit",
    "name": "python-dev-toolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "python, development, toolkit, engineering",
    "author": "alex-smith",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/cf/61/42b8c129435a1b4ff1c068af8fb486da15c69182e64085c0183ca130d1a7/python_dev_toolkit-0.1.9.tar.gz",
    "platform": null,
    "description": "# python-dev-toolkit\n\n[![PyPI version](https://badge.fury.io/py/python-dev-toolkit.svg)](https://badge.fury.io/py/python-dev-toolkit)\n[![Python Version](https://img.shields.io/pypi/pyversions/python-dev-toolkit.svg)](https://pypi.org/project/python-dev-toolkit/)\n\nProfessional toolkit for Python developers and software engineers. This package provides essential tools and utilities to streamline development workflows and boost productivity.\n\n## Features\n\n- **Developer Tools**: Essential utilities for professional Python development\n- **Simple API**: Clean and intuitive interface for all tools\n- **Hash-based Installation**: Supports secure installation via `pip install -r requirements.txt --require-hashes`\n- **Production Ready**: Designed for professional software engineering workflows\n\n## Installation\n\n### Standard Installation\n\n```bash\npip install python-dev-toolkit\n```\n\n### Hash-verified Installation\n\nFor secure, hash-verified installation:\n\n```bash\npip install -r requirements.txt --require-hashes\n```\n\n## Usage\n\n```python\nfrom python_dev_toolkit import hello\n\n# Basic usage\nprint(hello())\n# Output: Hello, World! This is python-dev-toolkit package.\n\n# Personalized greeting\nprint(hello(\"Alice\"))\n# Output: Hello, Alice! This is python-dev-toolkit package.\n```\n\n## Package Structure\n\n```\npython-dev-toolkit/\n\u251c\u2500\u2500 python_dev_toolkit/\n\u2502   \u251c\u2500\u2500 __init__.py          # Package initialization\n\u2502   \u2514\u2500\u2500 core.py              # Core functionality\n\u251c\u2500\u2500 setup.py                 # Setup configuration with custom install\n\u251c\u2500\u2500 pyproject.toml          # Modern Python packaging configuration\n\u251c\u2500\u2500 requirements.txt        # Hash-verified requirements\n\u251c\u2500\u2500 README.md              # This file\n\u251c\u2500\u2500 LICENSE                # MIT License\n\u2514\u2500\u2500 MANIFEST.in           # Additional files for distribution\n```\n\n## Development\n\nThis package provides a professional toolkit for Python developers. The tools are designed to be reliable, efficient, and easy to integrate into existing development workflows.\n\n### Building the Package\n\n```bash\npython -m build\n```\n\n### Publishing to PyPI\n\n```bash\ntwine upload dist/*\n```\n\n## Educational Value\n\nThis package includes:\n\n- Professional development utilities and tools\n- Modern packaging with pyproject.toml\n- Hash-based dependency management\n- Proper package structure and documentation\n- Clean and documented API\n\n## Requirements\n\n- Python 3.7 or higher\n- No external dependencies (kept minimal for educational purposes)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nFeel free to contribute new utilities or improvements to existing tools. Pull requests are welcome!\n\n## Author\n\n**alex-smith**\n\n## Acknowledgments\n\n- Python Packaging Authority for excellent packaging documentation\n- PyPI for providing the platform for package distribution\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Professional toolkit for Python developers and software engineers",
    "version": "0.1.9",
    "project_urls": {
        "Bug Reports": "https://github.com/alex-smith/python-dev-toolkit/issues",
        "Homepage": "https://github.com/alex-smith/python-dev-toolkit",
        "Source": "https://github.com/alex-smith/python-dev-toolkit/"
    },
    "split_keywords": [
        "python",
        " development",
        " toolkit",
        " engineering"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf6142b8c129435a1b4ff1c068af8fb486da15c69182e64085c0183ca130d1a7",
                "md5": "979d67325e94cf2d307798d9b01f7e10",
                "sha256": "1d8b26f0e3da3b35fce6595c38ee9be0f8953cef87707043495d3c34734a6463"
            },
            "downloads": -1,
            "filename": "python_dev_toolkit-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "979d67325e94cf2d307798d9b01f7e10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6652,
            "upload_time": "2025-09-03T17:13:46",
            "upload_time_iso_8601": "2025-09-03T17:13:46.708103Z",
            "url": "https://files.pythonhosted.org/packages/cf/61/42b8c129435a1b4ff1c068af8fb486da15c69182e64085c0183ca130d1a7/python_dev_toolkit-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 17:13:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alex-smith",
    "github_project": "python-dev-toolkit",
    "github_not_found": true,
    "lcname": "python-dev-toolkit"
}
        
Elapsed time: 1.62027s