A CLI for working with PyCharm intepreters.
Project description
jetsetter
Jetsetter is a tool for managing PyCharm interpreter settings. It allows you to quickly add an interpreter to PyCharm.
Installation
pipx install jetsetter
Usage
jetsetter interpreter add /path/to/interpreter --name "My Interpreter"
Will add in a new interpreter to PyCharm with the name "My Interpreter" and the path /path/to/interpreter
.
jetsetter interpreter add
Will look for an interpreter in the current directory and add it to PyCharm. Currently it looks for a .venv, venv, or virtual environment in the current directory. If no name it will use the name of the directory and the Python version.
Development
This project uses Rye for development. To get started, install Rye and run the following commands:
rye sync
If you have direnv
installed, you can run direnv allow
to activate the environment.
To run the tests, run the following command:
nox
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for jetsetter-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef114f90e5dd5797f03fcfe4649a49f788a90383c286c8472ab863f5e66e087b |
|
MD5 | a41077a41e528ba38384876d6dc38989 |
|
BLAKE2b-256 | 048c27ec6227fbfaf04afa21b0f4c66cbec582de2ac3b2e8c231da3495ced32f |