Useful tools for Python developers
Project description
developer-tools
===========
Useful tools for Python developers.
This is mostly an example to show how `autopip <https://pypi.org/project/autopip/>`_ can be used to install a group of
apps with various version specifications, but the author does install it as it conveniently provides all the tools
useful for doing Python software development.
To install::
autopip install developer-tools
How does it work? You can tell `autopip` to install other apps by setting an `autopip` entry point group in
``setup.py`` with the list of apps and versions. Versions can be pinned to major or a specific version, or use `latest`
to install the latest version. Take a look at the `autopip` entry point group in
`developer-tools' setup.py <https://github.com/maxzheng/developer-tools/blob/master/setup.py>`_
For security and user experience, it is recommended to pin to a specific version -- at least minor -- for apps that you
don't own. For apps that you own where you have good versioning in the app, then `latest` works better.
===========
Useful tools for Python developers.
This is mostly an example to show how `autopip <https://pypi.org/project/autopip/>`_ can be used to install a group of
apps with various version specifications, but the author does install it as it conveniently provides all the tools
useful for doing Python software development.
To install::
autopip install developer-tools
How does it work? You can tell `autopip` to install other apps by setting an `autopip` entry point group in
``setup.py`` with the list of apps and versions. Versions can be pinned to major or a specific version, or use `latest`
to install the latest version. Take a look at the `autopip` entry point group in
`developer-tools' setup.py <https://github.com/maxzheng/developer-tools/blob/master/setup.py>`_
For security and user experience, it is recommended to pin to a specific version -- at least minor -- for apps that you
don't own. For apps that you own where you have good versioning in the app, then `latest` works better.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
developer-tools-0.0.8.tar.gz
(4.2 kB
view details)
File details
Details for the file developer-tools-0.0.8.tar.gz
.
File metadata
- Download URL: developer-tools-0.0.8.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fdb454c8d77ea760fce8058288cbd9285b69fbdc72c5a985b2cd238333ae1ea |
|
MD5 | 57f30ff223b8db4d974c45e086f6027f |
|
BLAKE2b-256 | 9087483e5d924f6f7c8a3a61c64f047cea8a90e069e2f9ed8b902673576d990e |