Check domain name availability via CLI. Supports patterns for checking in batches.
Project description
domainname
This package allows to quickly initialise new Python package using bleeding edge tools like linters, just run:
pip install domainnamedomainname <your-package-name>
Now you are able to:
cd <your-package-name>make check # To run tests and lintersmake publish # To publish your new package to PyPi.org to make it accessable to everyone
Development
Commonly used commands for package development:
make check- run unit tests and linters.make fix- format code and fix detected fixable issues.make publish- publishes current package version to pypi.org.make compile- bump and freeze dependency versions in requirements*.txt filesmake sync- upgrade installed dependencies in Virtual Environment (executed aftermake compile)
Toolset
This package uses these cutting edge tools:
- ruff - for linting and code formatting
- mypy - for type checking
- pip-audit - for known vulnerability detection in dependencies
- deadcode - for unused code detection
- pytest - for collecting and running unit tests
- coverage - for code coverage by unit tests
- hatch - for publishing package to pypi.org
- uv - for Python virtual environment and dependency management
- pyproject.toml - configuration file for all tools
- Makefile - aliases for commonly used command line commands
Feature requests:
-
Newly installed package could have virtualenv initialised.
-
Check if
gitis available before trying to initialise the repository. -
remove init Makefile alias and cli.py command python files.
-
make a cli command: this package should be installable. Ideally this flow should work:
pip install domainnamedomainname mynewpackagecd mynewpackage&&make check&&make publish
-
Add pre-commit hooks with all the tools enabled.
-
codspeed.io could be considered for Continuous integration pipeline
-
Provide Python version for domainname CLI command.
-
Add domainname abreviation CLI alias not to type so much
-
make compile and make sync does not work when virtual environment is activated
-
enable async test execution by default:
- "pytest-asyncio", [tool.pytest.ini_options] addopts = "--cov=. --no-cov-on-fail --cov-fail-under=90.0" +asyncio_mode = "auto"
-
Clean up the /main.py file after initialization: that logic is overwhelming.
-
Clean up README and descriptions in pyproject.toml and /init.py.
-
Package should display proper messages when internet connection or git is not available. Now it crashes without internet connection with this Traceback:
Cloning domainname files to /home/niekas/tools/gitruff
Cloning into '/home/niekas/tools/gitruff'...
fatal: unable to access 'https://github.com/albertas/domainname/': Could not resolve host: github.com
Traceback (most recent call last):
File "/home/niekas/venv/bin/domainname", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/niekas/venv/lib/python3.12/site-packages/domainname/main.py", line 40, in main
init_new_package(package_name=parsed_args.package_name)
File "/home/niekas/venv/lib/python3.12/site-packages/domainname/main.py", line 26, in init_new_package
pipe = Popen(["make", "init", package_name], stdin=PIPE, stdout=PIPE, cwd=new_package_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/niekas/tools/gitruff'
- --django --fastapi or other options to add some kind of dependencies and initial project stub to get started with those projects easily.
- Should create package tags during publishing. Each version should a commit tagged in main branch.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file domainname-0.0.2.tar.gz.
File metadata
- Download URL: domainname-0.0.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f85f9d19998ba104d37d9fa50f0659fd69f044ccfecf361681f6c19b96994645
|
|
| MD5 |
a5f2892349b34fed40e790e21e351cd1
|
|
| BLAKE2b-256 |
c326b7d2dad3e89afd3daa807a02f51621bf1acae43f543f66c175bfae534a69
|
File details
Details for the file domainname-0.0.2-py3-none-any.whl.
File metadata
- Download URL: domainname-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81de10dea182681984b8319bc9ba5c7197bb3bd9278d840f4d82e915986e4dad
|
|
| MD5 |
e2478b776019012083084ad873e1be3a
|
|
| BLAKE2b-256 |
fc9baf1001c8514b704d5172e31ad305d8a0060d7456014039d2588d350c615c
|