Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

x_all_modules-0.1.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

x_all_modules-0.1.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

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

Hashes for x_all_modules-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e0e5f66c19a612c6151add0a8b60ea1842fff0dff37cf7451e38b2c8cf1d1ff5
MD5 edf7b1e3e8b09ba6b569d32370c4ef6b
BLAKE2b-256 f77766e6746642fc6e1070bc77175f358a4c2ed86ac63ee69a7b70ca702e447a

See more details on using hashes here.

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

Hashes for x_all_modules-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4bd357dfd487cdca40e86e035b78ae5bbe0e236d667b793aeea9073efd8b4669
MD5 cfcdcddd11248296d7f6cb448e563fa1
BLAKE2b-256 04ae71093bb9f8c3bf21f8b19fb02427b0b7bb65445059b8559a0c2eef428827

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page