Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@rakeshkanna-rk rakeshkanna-rk released this 21 Apr 05:56
· 42 commits to main since this release
0e1089a

PIP CREATOR v0.1.0 Release Note

Introducing PIP CREATOR: Empowering Python Developers

We are excited to introduce PIP CREATOR v0.1.0, a versatile command-line interface tool tailored to streamline Python package development. With PIP CREATOR, developers can effortlessly create, convert, and upload Python modules to PyPI (Python Package Index), accelerating the package deployment process.

Key Commands:

  • pipcreator create <location>: Create files and folders at the specified location to kickstart your Python module development.
  • pipcreator create-test: Generate a test folder to facilitate the creation and execution of comprehensive test suites for your Python modules.
  • pipcreator convert: Convert your Python code to distribution formats such as sdist and bdist, preparing it for seamless deployment.
  • pipcreator upload: Upload your packages to PyPI with ease, making them accessible to the Python community.

How to Get Started:

  1. Installation: Install PIP CREATOR via pip with pip install pipCreator.
  2. Initialization: Initialize a new project with pipcreator create <location>.
  3. Test Suite Creation: Generate a test folder with pipcreator create-test.
  4. Conversion: Convert code to distribution formats with pipcreator convert.
  5. PyPI Upload: Upload packages to PyPI with pipcreator upload.

Feedback and Contributions:

We value your feedback and contributions. Help us enhance PIP CREATOR by reporting bugs, suggesting new features, or contributing directly on GitHub.

Thank you for choosing PIP CREATOR to streamline your Python package development workflow. Happy coding!

Note: This is the initial release of PIP CREATOR, and we are committed to delivering more features and improvements in future updates.