It is a module which, if you import then you won't need to import any other module for any purpose...
Project description
x
Author: Ashutosh Dwivedi
Email: iasashutosh17@gmail.com
License: CC BY-NC 4.0 + Custom Restrictions
📖 Description
x is a Python package designed to simplify imports.
Instead of importing many standard modules separately, you only need to import x.
Every standard Python module is automatically available with the prefix x_.
Special Rules:
Modules with __ in their name → use x__name (e.g., future → x__future__).
Modules with both _name and name variants → use x_name and x__name respectively (e.g., asyncio → x_asyncio, _asyncio → x__asyncio).
For example:
import x
print(x_math.pi) # from math module
x_sys.exit() # from sys module
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 x_all_modules-0.1.0.tar.gz.
File metadata
- Download URL: x_all_modules-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0e5f66c19a612c6151add0a8b60ea1842fff0dff37cf7451e38b2c8cf1d1ff5
|
|
| MD5 |
edf7b1e3e8b09ba6b569d32370c4ef6b
|
|
| BLAKE2b-256 |
f77766e6746642fc6e1070bc77175f358a4c2ed86ac63ee69a7b70ca702e447a
|
File details
Details for the file x_all_modules-0.1.0-py3-none-any.whl.
File metadata
- Download URL: x_all_modules-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bd357dfd487cdca40e86e035b78ae5bbe0e236d667b793aeea9073efd8b4669
|
|
| MD5 |
cfcdcddd11248296d7f6cb448e563fa1
|
|
| BLAKE2b-256 |
04ae71093bb9f8c3bf21f8b19fb02427b0b7bb65445059b8559a0c2eef428827
|